Skip to content

Commit

Permalink
Add rbx gems to Gemfiles, update Travis labels
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein committed Dec 15, 2013
1 parent 7c97b20 commit c51a128
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -4,8 +4,8 @@ gemfile:
- Gemfile.rack-1.3.x
language: ruby
rvm:
- rbx-18mode
- rbx-19mode
- rbx-2.1.1
- rbx
- jruby-18mode
- jruby-19mode
- 1.8.7
Expand Down
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 c51a128

Please sign in to comment.