rspice 0.7.0 → 0.7.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/rspice/custom_matchers/not_change.rb +3 -0
- data/lib/rspice/custom_matchers.rb +1 -0
- data/lib/rspice/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3836cb64ba6fddf811e5b16322fbde63e449e8dc5296b4e76d6f122121610cab
|
4
|
+
data.tar.gz: 3059642e22ce113637f983dc35ab0ad32f358b3c119008218f216b234289f492
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 76a21298e887a4cc6ca6bc317a8e5508cf2e6910edb4214b0d59072ddae0f36fc0d6f494e3da52eba418ca9b3ed0fbbc85ebf0dff8313f2ebd1add569b4521ad
|
7
|
+
data.tar.gz: 27f679fb52f4104fc7a90fcda96574fd530b8f30775b9cda7735884523f0ec259ae667d58db76a4d2d568bc2e65785a5daa7ad17e3d3875fd01bfea8765eed02
|
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.7.
|
4
|
+
version: 0.7.1
|
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-04-
|
11
|
+
date: 2019-04-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- lib/rspice/custom_matchers/have_error_on_attribute.rb
|
56
56
|
- lib/rspice/custom_matchers/include_module.rb
|
57
57
|
- lib/rspice/custom_matchers/inherit_from.rb
|
58
|
+
- lib/rspice/custom_matchers/not_change.rb
|
58
59
|
- lib/rspice/rspec_configuration.rb
|
59
60
|
- lib/rspice/shared_context.rb
|
60
61
|
- lib/rspice/shared_context/with_an_example_descendant_class.rb
|
@@ -87,8 +88,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
87
88
|
- !ruby/object:Gem::Version
|
88
89
|
version: '0'
|
89
90
|
requirements: []
|
90
|
-
|
91
|
-
rubygems_version: 2.7.6
|
91
|
+
rubygems_version: 3.0.3
|
92
92
|
signing_key:
|
93
93
|
specification_version: 4
|
94
94
|
summary: An `RSpec` utility gem of custom matchers, shared contexts and examples
|