rspice 0.27.2 → 0.29.1
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: dfca3cd6c0a88ea7c7ffe03374cfbac9d81eae9015936485027fb9b9822c25a0
|
4
|
+
data.tar.gz: 22156843e27e0e7989611f19a67f6ff9df08338d18ee1ea84f4e2392cbc9db32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6e59c509c8e5dca9a6ff4efa9a9a8134169b839519fec11f8ce29c783ae55d0d4142bffc2fc1c49b394230bb9f6e9b57166cbd1168e1ed12a2f32722ba9d6ac3
|
7
|
+
data.tar.gz: 4ae9ef5ed96cfa0aa49c774219c0d8b05a0f4d850dbaaf944a88fbac36578e57c48895d64867543df6bc7239b7aa99be145df640103f033b536c940b287bceae
|
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.1
|
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-
|
14
|
+
date: 2022-08-23 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.1
|
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.
|
111
|
+
rubygems_version: 3.3.7
|
112
112
|
signing_key:
|
113
113
|
specification_version: 4
|
114
114
|
summary: An `RSpec` utility gem of custom matchers, shared contexts and examples
|