Skip to content

Commit

Permalink
Merge 165918f into 7c97b20
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Dec 26, 2013
2 parents 7c97b20 + 165918f commit 3690de8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Expand Up @@ -4,11 +4,10 @@ gemfile:
- Gemfile.rack-1.3.x
language: ruby
rvm:
- rbx-18mode
- rbx-19mode
- jruby-18mode
- rbx-2.1.1
- rbx
- jruby-19mode
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
7 changes: 7 additions & 0 deletions Gemfile
Expand Up @@ -4,6 +4,13 @@ gem 'jruby-openssl', :platforms => :jruby
gem 'rake'
gem 'yard'

platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'psych'
gem 'json'
gem 'rubinius-developer_tools'
end

group :development do
gem 'growl'
gem 'guard'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.rack-1.3.x
Expand Up @@ -5,6 +5,13 @@ gem 'rack', '~> 1.3.0'
gem 'rake'
gem 'yard'

platforms :rbx do
gem 'rubysl', '~> 2.0'
gem 'psych'
gem 'json'
gem 'rubinius-developer_tools'
end

group :test do
gem 'coveralls', :require => false
gem 'rack-test'
Expand Down

0 comments on commit 3690de8

Please sign in to comment.