Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a14639c + ae5d868 commit 4f325eaCopy full SHA for 4f325ea
.travis.yml
@@ -2,9 +2,10 @@ rvm:
2
- 1.8.7
3
- ree
4
- 1.9.3
5
- - 2.0.0
+ - 2.0
6
- 2.1
7
- 2.2
8
+ - 2.3.0
9
- ruby-head
10
- jruby-18mode
11
- jruby-19mode
@@ -21,3 +22,4 @@ matrix:
21
22
- rvm: rbx-18mode
23
- rvm: rbx-19mode
24
script: "rake test" # test:scanners"
25
+sudo: false
Gemfile
@@ -10,6 +10,7 @@ group :development do
gem "rake"
gem "RedCloth", RUBY_PLATFORM == 'java' ? ">= 4.2.7" : ">= 4.0.3"
12
gem "term-ansicolor"
13
+ gem 'tins', '~> 1.6.0'
14
gem "shoulda-context"
15
gem "test-unit"
16
gem "json" if RUBY_VERSION < '1.9'
0 commit comments