Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit6f5fab2

Browse files
committed
Merge branch 'master' into enterprise-2.3-release
2 parentscac7725 +b7f351f commit6f5fab2

File tree

55 files changed

+100
-21
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+100
-21
lines changed

‎.gitignore‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1+
# File generated by script/bootstrap
2+
/.bundle/
3+
/bin
4+
/vendor/ruby
5+
/vendor/gems/
6+
/vendor/cache/ruby/
7+
18
output
29
tmp
310
.DS_Store
411
.bundle
5-
bin
612
crash.log
7-
/vendor/gems/
8-
/bin/
9-
/.bundle/
1013
static/search-index.json

‎.ruby-version‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.3
1+
2.1.6

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
language:ruby
22
rvm:
3-
-1.9.3
3+
-2.1.6

‎Gemfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source"http://rubygems.org"
22

3-
ruby'1.9.3'
3+
ruby'2.1.6'
44

55
gem'builder'
66
gem'coderay'

‎Rakefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ end
1111
desc"Test the output"
1212
task:test=>[:clean,:remove_output_dir,:compile]do
1313
require'html/proofer'
14-
HTML::Proofer.new("./output").run
14+
ignored_links=[%r{www.w3.org}]
15+
HTML::Proofer.new("./output",:href_ignore=>ignored_links).run
1516
end
1617

1718
desc"Remove the output dir"

‎content/changes/2014-01-29-audit-org-members-for-2fa.md‎

Lines changed: 1 addition & 1 deletion
Lines changed: 17 additions & 0 deletions
Lines changed: 18 additions & 0 deletions

‎content/guides/best-practices-for-integrators.md‎

Lines changed: 17 additions & 0 deletions

‎content/guides/getting-started.md‎

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp