rspice 0.27.2 → 0.29.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/lib/rspice/version.rb +1 -1
  4. metadata +8 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f449035f7409c9dc2a50a54d9eec58a77d0231671d068c3db3ae1669f9ec56b
4
- data.tar.gz: 2d61af50c90b36c23cb801105b2abeb492885862de257e44f4111ba00dd590b5
3
+ metadata.gz: dfca3cd6c0a88ea7c7ffe03374cfbac9d81eae9015936485027fb9b9822c25a0
4
+ data.tar.gz: 22156843e27e0e7989611f19a67f6ff9df08338d18ee1ea84f4e2392cbc9db32
5
5
  SHA512:
6
- metadata.gz: b58ecf6e2f3b438d6bafcb4a19dc184c7e3a18b7513b9c46600d05811f9c5d4b8394a16c8d1792697037a9c936527544a8a8951830da4ba00e41270f180d104b
7
- data.tar.gz: 884204df4d59af10597420d6cc77f10107929b5e6c3e8a2a5a6cc373ada95373244630b938275272beb439eab9868c8bc73c5f322c3e573175bfcaafd6e7a79b
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/Freshly/spicerack/blob/develop/README.md#development).
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/Freshly/spicerack/blob/develop/README.md#contributing).
77
+ See Spicerack contribution instructions [here](https://github.com/RubyAfterAll/spicerack/blob/develop/README.md#contributing).
78
78
 
79
79
  ## License
80
80
 
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Rspice
4
4
  # This constant is managed by spicerack
5
- VERSION = "0.27.2"
5
+ VERSION = "0.29.1"
6
6
  end
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.27.2
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-02-08 00:00:00.000000000 Z
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/Freshly/spicerack/tree/main/rspice
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/Freshly/spicerack/tree/main/rspice
93
- source_code_uri: https://github.com/Freshly/spicerack/tree/main/rspice
94
- changelog_uri: https://github.com/Freshly/spicerack/blob/main/rspice/CHANGELOG.md
95
- documentation_uri: https://www.rubydoc.info/gems/rspice/0.27.2
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.2.32
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