File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5
5
- jruby-18mode
6
6
- jruby-19mode
7
7
- rbx-18mode
8
- # - rbx-19mode # test again later
9
- # - ruby-head # test again later
10
- # - jruby-head # test again later
8
+ - rbx-19mode
9
+ # - ruby-head # test again later: RedCloth not compiling
10
+ - jruby-head
11
11
- ree
12
12
branches :
13
13
only :
14
14
- master
15
- - stable
16
15
script : " rake test" # test:scanners"
Original file line number Diff line number Diff line change 8
8
group :development do
9
9
gem "bundler" , ">= 1.0.0"
10
10
gem "rake" , "~> 0.9.2"
11
- gem "RedCloth" , RUBY_PLATFORM == 'java' ? "= 4.2.7" : ">= 4.0.3"
11
+ gem "RedCloth" , RUBY_PLATFORM == 'java' ? "> = 4.2.7" : ">= 4.0.3"
12
12
gem "term-ansicolor"
13
13
gem "shoulda-context" , "~> 1.0.0" if RUBY_VERSION >= '1.8.7'
14
14
gem "json" unless RUBY_VERSION >= '1.9.1'
You can’t perform that action at this time.
0 commit comments