rspec-core 3.12.1 → 3.12.2
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
- checksums.yaml.gz.sig +0 -0
- data/Changelog.md +8 -1
- data/lib/rspec/core/project_initializer/spec/spec_helper.rb +1 -1
- data/lib/rspec/core/reporter.rb +1 -1
- data/lib/rspec/core/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +5 -5
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e105bb79ced0094703c116de121aced72afd16f580c3faba5aa9da6c7d84316d
|
|
4
|
+
data.tar.gz: 7f5df2dec8edeb01d39c2296331d5a24aa2b8c2f4122763045edf4d27531df56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 64d5b3ad7ccd921c553ef73c7870d4118d5ad6de826a5ed26190983d802455c1caf80f62a9982aad70492ba40b568d2e84fb19f8ffde6940ecf37100953a20d7
|
|
7
|
+
data.tar.gz: 04ac5e2f690218999a7a936319d7e4f2a995cc796364d9c3af5a0db6065d271be0e2445c5f7038b85ccfe4bf03ae7d263600e4de36cca4c8e6e241e51fcb4bbb
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/Changelog.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
### Development
|
|
2
|
-
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.
|
|
2
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.2...3-12-maintenance)
|
|
3
|
+
|
|
4
|
+
### 3.12.2 / 2023-04-18
|
|
5
|
+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.1...v3.12.2)
|
|
6
|
+
|
|
7
|
+
Bug fixes:
|
|
8
|
+
|
|
9
|
+
* Remove link to outdated documentation in generated output. (Jon Rowe, #3035)
|
|
3
10
|
|
|
4
11
|
### 3.12.1 / 2023-02-03
|
|
5
12
|
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.0...v3.12.1)
|
|
@@ -61,7 +61,7 @@ RSpec.configure do |config|
|
|
|
61
61
|
|
|
62
62
|
# Limits the available syntax to the non-monkey patched syntax that is
|
|
63
63
|
# recommended. For more details, see:
|
|
64
|
-
# https://
|
|
64
|
+
# https://rspec.info/features/3-12/rspec-core/configuration/zero-monkey-patching-mode/
|
|
65
65
|
config.disable_monkey_patching!
|
|
66
66
|
|
|
67
67
|
# This setting enables warnings. It's recommended, but in some cases may
|
data/lib/rspec/core/reporter.rb
CHANGED
|
@@ -30,7 +30,7 @@ module RSpec::Core
|
|
|
30
30
|
# Registers a listener to a list of notifications. The reporter will send
|
|
31
31
|
# notification of events to all registered listeners.
|
|
32
32
|
#
|
|
33
|
-
# @param listener [Object] An
|
|
33
|
+
# @param listener [Object] An object that wishes to be notified of reporter
|
|
34
34
|
# events
|
|
35
35
|
# @param notifications [Array] Array of symbols represents the events a
|
|
36
36
|
# listener wishes to subscribe too
|
data/lib/rspec/core/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.12.
|
|
4
|
+
version: 3.12.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Steven Baker
|
|
@@ -46,7 +46,7 @@ cert_chain:
|
|
|
46
46
|
ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
|
|
47
47
|
F3MdtaDehhjC
|
|
48
48
|
-----END CERTIFICATE-----
|
|
49
|
-
date: 2023-
|
|
49
|
+
date: 2023-04-18 00:00:00.000000000 Z
|
|
50
50
|
dependencies:
|
|
51
51
|
- !ruby/object:Gem::Dependency
|
|
52
52
|
name: rspec-support
|
|
@@ -267,7 +267,7 @@ licenses:
|
|
|
267
267
|
- MIT
|
|
268
268
|
metadata:
|
|
269
269
|
bug_tracker_uri: https://github.com/rspec/rspec-core/issues
|
|
270
|
-
changelog_uri: https://github.com/rspec/rspec-core/blob/v3.12.
|
|
270
|
+
changelog_uri: https://github.com/rspec/rspec-core/blob/v3.12.2/Changelog.md
|
|
271
271
|
documentation_uri: https://rspec.info/documentation/
|
|
272
272
|
mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
|
|
273
273
|
source_code_uri: https://github.com/rspec/rspec-core
|
|
@@ -287,8 +287,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
287
287
|
- !ruby/object:Gem::Version
|
|
288
288
|
version: '0'
|
|
289
289
|
requirements: []
|
|
290
|
-
rubygems_version: 3.
|
|
290
|
+
rubygems_version: 3.4.10
|
|
291
291
|
signing_key:
|
|
292
292
|
specification_version: 4
|
|
293
|
-
summary: rspec-core-3.12.
|
|
293
|
+
summary: rspec-core-3.12.2
|
|
294
294
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|