rspice 0.28.0 → 0.29.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/rspice/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d81a88fc0c720d4eb3068fca5597ed2a6577b81033230c5e7ee668d81df87a6
|
4
|
+
data.tar.gz: 7aa5eaefe973d301c6f3d591bafced7a32ef466660cf24175d5138a12566e324
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c019a7b1655e014935c5ed90088aac8b13d4122617f9cf25c33c3ac1efacb6e17f73b563faca4d9c9774f5217bcf7c8a79b98f9a45df933588a778d82e7dc99d
|
7
|
+
data.tar.gz: d8e34f805ef8474845f91bff69ad2c42deb7cda6d0c103f00590e0e952b6a6e8aef38cfbe4d6cfeb5512dab71a0475b2203d81c8c8bad834b8989aee0232515f
|
data/README.md
CHANGED
@@ -68,13 +68,13 @@ require 'rspice'
|
|
68
68
|
|
69
69
|
## Development
|
70
70
|
|
71
|
-
See Spicerack development instructions [here](https://github.com/
|
71
|
+
See Spicerack development instructions [here](https://github.com/RubyAfterAll/spicerack/blob/develop/README.md#development).
|
72
72
|
|
73
73
|
To add a new example, context or matcher, add a new file to the appropriate directory in lib/rspice. Next, require the added file in its respective include file (such as `lib/rspice/custom_matchers.rb`).
|
74
74
|
|
75
75
|
## Contributing
|
76
76
|
|
77
|
-
See Spicerack contribution instructions [here](https://github.com/
|
77
|
+
See Spicerack contribution instructions [here](https://github.com/RubyAfterAll/spicerack/blob/develop/README.md#contributing).
|
78
78
|
|
79
79
|
## License
|
80
80
|
|
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.
|
4
|
+
version: 0.29.0
|
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: 2022-04-
|
14
|
+
date: 2022-04-08 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: rspec
|
@@ -85,14 +85,14 @@ files:
|
|
85
85
|
- lib/rspice/shared_examples/an_inherited_property.rb
|
86
86
|
- lib/rspice/shared_examples/an_instrumented_event.rb
|
87
87
|
- lib/rspice/version.rb
|
88
|
-
homepage: https://github.com/
|
88
|
+
homepage: https://github.com/RubyAfterAll/spicerack/tree/main/rspice
|
89
89
|
licenses:
|
90
90
|
- MIT
|
91
91
|
metadata:
|
92
|
-
homepage_uri: https://github.com/
|
93
|
-
source_code_uri: https://github.com/
|
94
|
-
changelog_uri: https://github.com/
|
95
|
-
documentation_uri: https://www.rubydoc.info/gems/rspice/0.
|
92
|
+
homepage_uri: https://github.com/RubyAfterAll/spicerack/tree/main/rspice
|
93
|
+
source_code_uri: https://github.com/RubyAfterAll/spicerack/tree/main/rspice
|
94
|
+
changelog_uri: https://github.com/RubyAfterAll/spicerack/blob/main/rspice/CHANGELOG.md
|
95
|
+
documentation_uri: https://www.rubydoc.info/gems/rspice/0.29.0
|
96
96
|
post_install_message:
|
97
97
|
rdoc_options: []
|
98
98
|
require_paths:
|
@@ -108,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
108
108
|
- !ruby/object:Gem::Version
|
109
109
|
version: '0'
|
110
110
|
requirements: []
|
111
|
-
rubygems_version: 3.3.
|
111
|
+
rubygems_version: 3.3.8
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: An `RSpec` utility gem of custom matchers, shared contexts and examples
|