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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +2 -2
- data/lib/rspec/sleeping_king_studios/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2cc8203c15e94a3b3eb1b02593024abd5b9d831d
|
|
4
|
+
data.tar.gz: 3b5f2c2d68e0999136707eed7e1a3eece9e1e429
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e05d8ef7c6e0d9c665e89ef25daec30d7326a7ab5a3f13e4986e3ee9484de2083dfe62e45b0f5b862baa93bf274f3be4250d01a4eb0c8591ab79ff626cf80f4a
|
|
7
|
+
data.tar.gz: 4aab6dca88d46c22a1f8fbb2efef286eed61ebc654ab5e233decfadc6a277fc61a2283592a5fb42df35cc7040b016f0d1e9f198b5b5cbf3c126ea22be535140d
|
data/CHANGELOG.md
CHANGED
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.
|
|
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.
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2017-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|