From e7a5edb89c0cf34500f1d8d9f000e6c5f3f6e671 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Thu, 20 Oct 2016 12:59:08 -0700 Subject: [PATCH 1/2] Version 2.2.0 --- README.md | 10 ++-------- lib/paranoia/version.rb | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6020b3ae..46dfd898 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,10 @@ For Rails 3, please use version 1 of Paranoia: gem "paranoia", "~> 1.0" ``` -For Rails 4, please use version 2 of Paranoia: +For Rails 4 and 5, please use version 2 of Paranoia (2.2 or greater required for rails 5): ``` ruby -gem "paranoia", "~> 2.0" -``` - -For Rails 5, please use version 2.2.0.pre (pre-release): - -``` ruby -gem "paranoia", "~> 2.2.0.pre" +gem "paranoia", "~> 2.2" ``` Of course you can install this from GitHub as well from one of these examples: diff --git a/lib/paranoia/version.rb b/lib/paranoia/version.rb index a4ba7155..667a0a78 100644 --- a/lib/paranoia/version.rb +++ b/lib/paranoia/version.rb @@ -1,3 +1,3 @@ module Paranoia - VERSION = "2.2.0.pre" + VERSION = "2.2.0" end From f4acaf225897fed80d2a9a810a83a19cb66827e4 Mon Sep 17 00:00:00 2001 From: John Hawthorn Date: Thu, 20 Oct 2016 13:10:05 -0700 Subject: [PATCH 2/2] Ignore failures from all jruby's on travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 429f6b76..911d9726 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,5 +18,9 @@ matrix: - env: RAILS='~> 5.0.0' rvm: 2.1.10 allow_failures: + - env: RAILS='~> 4.1.15' + rvm: jruby-9.1.0.0 + - env: RAILS='~> 4.2.6' + rvm: jruby-9.1.0.0 - env: RAILS='~> 5.0.0' rvm: jruby-9.1.0.0