From a35c2cd5e3cb75e65003e0f269e7db18d8cdf170 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Thu, 26 Dec 2013 08:18:59 -0500 Subject: [PATCH] Test against Ruby 2.1.0 Closes #713. --- .travis.yml | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f7510b7..81896cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,13 +8,16 @@ rvm: - 1.9.2 - 1.9.3 - 2.0.0 + - 2.1.0 - jruby-18mode - jruby-19mode - jruby-20mode - jruby-21mode - jruby-head - rbx + - ruby-head matrix: allow_failures: - rvm: jruby-head + - rvm: ruby-head fast_finish: true diff --git a/README.md b/README.md index 8fc27dc..253a087 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. +OmniAuth is tested under 1.8.7, 1.9.2, 1.9.3, 2.0.0, 2.1.0, JRuby, and Rubinius. ## Versioning This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations