From edf1d09bafb8b8b63497bd61339dbd966c21b345 Mon Sep 17 00:00:00 2001 From: Wataru MIYAGUNI Date: Fri, 21 Apr 2017 12:30:59 +0900 Subject: [PATCH 1/2] Support RSpec 3.5 (and drop for 3.2) --- .travis.yml | 4 ++-- gemfiles/{Gemfile-rspec-3.2.x => Gemfile-rspec-3.5.x} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename gemfiles/{Gemfile-rspec-3.2.x => Gemfile-rspec-3.5.x} (81%) diff --git a/.travis.yml b/.travis.yml index 6c544ee..d0db1a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ branches: matrix: allow_failures: - gemfile: Gemfile - - gemfile: gemfiles/Gemfile-rspec-3.2.x + - gemfile: gemfiles/Gemfile-rspec-3.3.x - rvm: ruby-head rvm: @@ -22,6 +22,6 @@ rvm: gemfile: - Gemfile - - gemfiles/Gemfile-rspec-3.2.x - gemfiles/Gemfile-rspec-3.3.x - gemfiles/Gemfile-rspec-3.4.x + - gemfiles/Gemfile-rspec-3.5.x diff --git a/gemfiles/Gemfile-rspec-3.2.x b/gemfiles/Gemfile-rspec-3.5.x similarity index 81% rename from gemfiles/Gemfile-rspec-3.2.x rename to gemfiles/Gemfile-rspec-3.5.x index 545481b..460bede 100644 --- a/gemfiles/Gemfile-rspec-3.2.x +++ b/gemfiles/Gemfile-rspec-3.5.x @@ -3,4 +3,4 @@ source "https://rubygems.org" # Specify your gem's dependencies in turnip.gemspec gemspec :path => '..' -gem 'rspec', '~> 3.2.0' +gem 'rspec', '~> 3.5.0' From c2b509fedcd457803c5721fc6d8d2e40a4c04916 Mon Sep 17 00:00:00 2001 From: Wataru MIYAGUNI Date: Fri, 21 Apr 2017 12:34:29 +0900 Subject: [PATCH 2/2] Fix about RSpec support version --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 888d258..27a0ae1 100644 --- a/README.md +++ b/README.md @@ -60,14 +60,11 @@ In accordance with the RSpec support policy https://github.com/jnicklas/turnip/i - Does not support **two version before the latest or earlier** - Does not work on **RSpec 2 or earlier** -Example `If the latest version is 3.4.x`: +Example `If the latest version is 3.5.x`: +- Support `3.5.x` - Support `3.4.x` -- Support `3.3.x` -- Does not support `3.2.x` -- Does not support `3.1.x` -- Does not support `2.x.y` - +- Does not support (or does not work) `3.3.x` or earlier ## Usage