From dd4809b2c4bb86bc222b6fca676a45cffbdaf30c Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Thu, 26 Dec 2013 08:16:14 -0500 Subject: [PATCH] Add support for Rubinius 2 See #713. --- .travis.yml | 3 +-- Gemfile | 5 +++++ Gemfile.rack-1.3.x | 5 +++++ README.md | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f9e9bd0..f7510b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,7 @@ rvm: - jruby-20mode - jruby-21mode - jruby-head - - rbx-18mode - - rbx-19mode + - rbx matrix: allow_failures: - rvm: jruby-head diff --git a/Gemfile b/Gemfile index b48a698..78a59b9 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.rack-1.3.x b/Gemfile.rack-1.3.x index 9896758..0c5a46f 100644 --- a/Gemfile.rack-1.3.x +++ b/Gemfile.rack-1.3.x @@ -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 diff --git a/README.md b/README.md index e40a607..8fc27dc 100644 --- a/README.md +++ b/README.md @@ -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