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

Commit20b921c

Browse files
committed
Test against Ruby 2.1 and 2.2 on Travis CI
1 parent38e3338 commit20b921c

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

‎.travis.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ rvm:
33
-ree
44
-1.9.3
55
-2.0.0
6+
-2.1
7+
-2.2
68
-ruby-head
79
-jruby-18mode
810
-jruby-19mode

‎Gemfile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ group :development do
1111
gem"RedCloth",RUBY_PLATFORM =='java' ?">= 4.2.7" :">= 4.0.3"
1212
gem"term-ansicolor"
1313
gem"shoulda-context"
14+
gem"test-unit"
1415
gem"json"ifRUBY_VERSION <'1.9'
1516
gem"rdoc"
1617
end

‎README.markdown‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ You put your code in, and you get it back colored; Keywords, strings, floats, co
1616

1717
###Dependencies
1818

19-
CodeRay needs Ruby 1.8.7, 1.9.3 or 2.0. It also runs on JRuby.
19+
CodeRay needs Ruby 1.8.7, 1.9.3 or 2.0+. It also runs on JRuby.
2020

2121
##Example Usage
2222

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp