rspice 0.6.0.pre → 0.6.0.pre2
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/lib/rspice/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3204b899c121d4f5008809ae40d214a8abce9011388dcf5aabc031fd92d303a1
|
|
4
|
+
data.tar.gz: 2a905ffeebb70dd98487e3ab64210311fb8a60521620fa0ab2e45ffa51018e24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 053a97790d75be33b45dfd2a5703ff16e40740256784156a4d181955773f1e3f187e18f5036b459727fa1268b6dad4195738a46646a1c6f3badf713dbe5b8298
|
|
7
|
+
data.tar.gz: 83f45d070f66d57720159387d1e2f096788d99a116b25a5c6e2e0511488614ce7482c288e192a83858fac79b657a9282ef686e36db4bf287e83a86ba88f71f45
|
data/lib/rspice/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.0.
|
|
4
|
+
version: 0.6.0.pre2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Garside
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-03-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -78,8 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
79
|
version: 1.3.1
|
|
80
80
|
requirements: []
|
|
81
|
-
|
|
82
|
-
rubygems_version: 2.7.6
|
|
81
|
+
rubygems_version: 3.0.3
|
|
83
82
|
signing_key:
|
|
84
83
|
specification_version: 4
|
|
85
84
|
summary: Spice up your specs with this collection of custom matchers and shared contexts/examples.
|