Skip to content

Commit

Permalink
Add support for Rubinius 2
Browse files Browse the repository at this point in the history
See #713.
  • Loading branch information
sferik committed Dec 26, 2013
1 parent 4985013 commit dd4809b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -13,8 +13,7 @@ rvm:
- jruby-20mode
- jruby-21mode
- jruby-head
- rbx-18mode
- rbx-19mode
- rbx
matrix:
allow_failures:
- rvm: jruby-head
Expand Down
5 changes: 5 additions & 0 deletions Gemfile
Expand Up @@ -26,4 +26,9 @@ group :test do
gem 'simplecov', :require => false
end

platforms :rbx do
gem 'rubinius-coverage', '~> 2.0'
gem 'rubysl', '~> 2.0'
end

gemspec
5 changes: 5 additions & 0 deletions Gemfile.rack-1.3.x
Expand Up @@ -13,4 +13,9 @@ group :test do
gem 'simplecov', :require => false
end

platforms :rbx do
gem 'rubinius-coverage', '~> 2.0'
gem 'rubysl', '~> 2.0'
end

gemspec
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -144,7 +144,7 @@ your first stop if you are wondering about a more in-depth look at
OmniAuth, how it works, and how to use it.

## Supported Ruby Versions
OmniAuth is tested under 1.8.7, 1.9.2, 1.9.3, 2.0.0, JRuby, and Rubinius (1.8 and 1.9 modes).
OmniAuth is tested under 1.8.7, 1.9.2, 1.9.3, 2.0.0, JRuby, and Rubinius.

## Versioning
This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations
Expand Down

0 comments on commit dd4809b

Please sign in to comment.