rspec-sleeping_king_studios 2.2.3 → 2.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: afcd93766a0156c989341521f81f5633eb59e558
4
- data.tar.gz: 217f50e8986ecd00be0d547c67aa7627d98e9569
3
+ metadata.gz: 2cc8203c15e94a3b3eb1b02593024abd5b9d831d
4
+ data.tar.gz: 3b5f2c2d68e0999136707eed7e1a3eece9e1e429
5
5
  SHA512:
6
- metadata.gz: 3294d65f9b6fc00eacc7296514c6f0292a99c1e147beb186cf9448024ccc659393993f476cb3d2f2d8e5f601f0e293011e67eaa845c4416272728486ce4d2f61
7
- data.tar.gz: d74d05238f73033150ec558f0a3822c2cb51d5f25db45c5cc89cc1d9d5e35b26a3079f6f0308d5a187e30371f9c56d3628e3aec12a058ecb736a686bbed90f1e
6
+ metadata.gz: e05d8ef7c6e0d9c665e89ef25daec30d7326a7ab5a3f13e4986e3ee9484de2083dfe62e45b0f5b862baa93bf274f3be4250d01a4eb0c8591ab79ff626cf80f4a
7
+ data.tar.gz: 4aab6dca88d46c22a1f8fbb2efef286eed61ebc654ab5e233decfadc6a277fc61a2283592a5fb42df35cc7040b016f0d1e9f198b5b5cbf3c126ea22be535140d
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.2.4
4
+
5
+ Reverted support for RSpec 3.0 to 3.2.
6
+
3
7
  ## 2.2.3
4
8
 
5
9
  Added support for RSpec 3.6, dropped support for RSpec 3.0 to 3.2.
data/README.md CHANGED
@@ -4,7 +4,7 @@ A collection of matchers and extensions to ease TDD/BDD using RSpec. Extends bui
4
4
 
5
5
  ## Support
6
6
 
7
- RSpec::SleepingKingStudios is tested against RSpec 3.3 through 3.6.
7
+ RSpec::SleepingKingStudios is tested against RSpec 3.0 through 3.6, but support for RSpec 3.2 and below will be removed in version 2.3.0.
8
8
 
9
9
  Currently, the following versions of Ruby are officially supported:
10
10
 
@@ -14,7 +14,7 @@ Currently, the following versions of Ruby are officially supported:
14
14
 
15
15
  For Ruby 2.0 support, use version 2.1 or earlier: `gem "rspec-sleeping_king_studios", "~> 2.1.1"`.
16
16
 
17
- For RSpec 3.0 to 3.2 support, use version 2.2 or earlier: `gem "rspec-sleeping_king_studios", "~> 2.2.2"`.
17
+ For RSpec 3.0 to 3.2 support, use version 2.2 or earlier: `gem "rspec-sleeping_king_studios", "~> 2.2.4"`.
18
18
 
19
19
  If you require a previous version of Ruby or RSpec, the 1.0 branch supports Ruby 1.9.3 and RSpec 2: `gem "rspec-sleeping_king_studios", "~> 1.0.1"`. However, changes from 2.0 and higher will not be backported.
20
20
 
@@ -13,7 +13,7 @@ module RSpec
13
13
  # Minor version.
14
14
  MINOR = 2
15
15
  # Patch version.
16
- PATCH = 3
16
+ PATCH = 4
17
17
  # Prerelease version.
18
18
  PRERELEASE = nil
19
19
  # Build metadata.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-sleeping_king_studios
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.3
4
+ version: 2.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob "Merlin" Smith
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-21 00:00:00.000000000 Z
11
+ date: 2017-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec