rspice 0.14.2 → 0.14.3
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 +11 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7cd1e30644e76de0dca751a163954c91cd04eef881895e71e2c7fecbb9f3b5e9
|
|
4
|
+
data.tar.gz: 28a4df24ba35ce80908ce1d4b21a645cced8ef968078693663db083887178d62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 360b8769e5a8a724b76cdd383dcf7b0cbf63a2b0066e20155790a556920938812bc4303916f3b63975609f4554526dce3b66706f70add5b5f642649f558fa2c0
|
|
7
|
+
data.tar.gz: 5cef5c65a183204fcf4f28d5fe2463725d70b31ac61fe30a605c77121839e49c38dea2bf6dab7234051aefa353e63a80cef7720dcbace719c77edeaf124b8430
|
data/lib/rspice/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.14.
|
|
4
|
+
version: 0.14.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Eric Garside
|
|
@@ -11,7 +11,7 @@ authors:
|
|
|
11
11
|
autorequire:
|
|
12
12
|
bindir: bin
|
|
13
13
|
cert_chain: []
|
|
14
|
-
date: 2019-06
|
|
14
|
+
date: 2019-08-06 00:00:00.000000000 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: rspec
|
|
@@ -31,16 +31,22 @@ dependencies:
|
|
|
31
31
|
name: faker
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|
|
33
33
|
requirements:
|
|
34
|
-
- - "
|
|
34
|
+
- - ">="
|
|
35
35
|
- !ruby/object:Gem::Version
|
|
36
36
|
version: '1.8'
|
|
37
|
+
- - "<"
|
|
38
|
+
- !ruby/object:Gem::Version
|
|
39
|
+
version: '2.0'
|
|
37
40
|
type: :runtime
|
|
38
41
|
prerelease: false
|
|
39
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
40
43
|
requirements:
|
|
41
|
-
- - "
|
|
44
|
+
- - ">="
|
|
42
45
|
- !ruby/object:Gem::Version
|
|
43
46
|
version: '1.8'
|
|
47
|
+
- - "<"
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: '2.0'
|
|
44
50
|
description: A dash of custom matchers, a pinch of shared contexts, and shared examples
|
|
45
51
|
(to taste) for RSpec
|
|
46
52
|
email:
|
|
@@ -100,8 +106,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
100
106
|
- !ruby/object:Gem::Version
|
|
101
107
|
version: '0'
|
|
102
108
|
requirements: []
|
|
103
|
-
|
|
104
|
-
rubygems_version: 2.7.6
|
|
109
|
+
rubygems_version: 3.0.3
|
|
105
110
|
signing_key:
|
|
106
111
|
specification_version: 4
|
|
107
112
|
summary: An `RSpec` utility gem of custom matchers, shared contexts and examples
|