rspec-core 3.13.5 → 3.13.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d31adb02f40e9eaaf16e133409328b5d5b7497647ecbd9d106149c9c1abcaeb
4
- data.tar.gz: '09d8a1a1d098b6d89a43884b9bfef7bc9ffa18407699735c26c129047e2f21cb'
3
+ metadata.gz: 82dbc399705e303ef18399ee250bf5fb934ba581db0f46b474ba65197b2c6a50
4
+ data.tar.gz: 56e628d1e04d1c79ceb6b4de672a0c3db07fc4c8b33c85695cd7eeb5d28e0cc6
5
5
  SHA512:
6
- metadata.gz: 4f799a9ae09df696d7d4e065e5251a2394b39d170c69eb1b0e31446ee10829cca648fc60636d61b5db8036ed8e2f4b469c63334b344e12ea5c57c7ad4b9e3f5e
7
- data.tar.gz: fc46bbb3ea126ed52210c5a376b09b4465d711dcba0973bfd469142deeb417ebc2f4711c0deb4319a3367a63c4b962d0afcb07a85015fa704fc7b8b4db87ab27
6
+ metadata.gz: b7fac1133c1618a679a8ac4d1f3eb8b66344434687611405a4f6a7c5d61834e80782c60a0685d8c2a886d4c3a42d05db31f20c3616887610658d2e814a153bf0
7
+ data.tar.gz: 75c5ceb3eedfdec5cb7ffc31d4078befc87684ff898e13173a25208132428a98472d8745c2272b58f7f3c64b9cd5056c8206752602dfc9d6a0f11164f51499d7
checksums.yaml.gz.sig CHANGED
Binary file
data/Changelog.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ### Development
2
- [Full Changelog](https://github.com/rspec/rspec/compare/rspec-core-v3.13.5...3-13-maintenance)
2
+ [Full Changelog](https://github.com/rspec/rspec/compare/rspec-core-v3.13.6...3-13-maintenance)
3
+
4
+ ### 3.13.6 / 2025-10-19
5
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-core-v3.13.4...rspec-core-v3.13.5)
6
+
7
+ Bug Fixes:
8
+
9
+ * Add explicit block parameter to `RSpec::World::Null.traverse_example_group_trees_until` to
10
+ prevent warning. (@viralpraxis, rspec/rspec#240)
3
11
 
4
12
  ### 3.13.5 / 2025-06-25
5
13
  [Full Changelog](http://github.com/rspec/rspec/compare/rspec-core-v3.13.4...rspec-core-v3.13.5)
@@ -3,7 +3,7 @@ module RSpec
3
3
  # Version information for RSpec Core.
4
4
  module Version
5
5
  # Current version of RSpec Core, in semantic versioning format.
6
- STRING = '3.13.5'
6
+ STRING = '3.13.6'
7
7
  end
8
8
  end
9
9
  end
@@ -269,7 +269,7 @@ module RSpec
269
269
  []
270
270
  end
271
271
 
272
- def self.traverse_example_group_trees_until
272
+ def self.traverse_example_group_trees_until(&_block)
273
273
  end
274
274
 
275
275
  # :nocov:
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.13.5
4
+ version: 3.13.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Baker
@@ -153,11 +153,11 @@ licenses:
153
153
  - MIT
154
154
  metadata:
155
155
  bug_tracker_uri: https://github.com/rspec/rspec/issues
156
- changelog_uri: https://github.com/rspec/rspec/blob/rspec-core-v3.13.5/rspec-core/Changelog.md
156
+ changelog_uri: https://github.com/rspec/rspec/blob/rspec-core-v3.13.6/rspec-core/Changelog.md
157
157
  documentation_uri: https://rspec.info/documentation/
158
158
  mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
159
159
  rubygems_mfa_required: 'true'
160
- source_code_uri: https://github.com/rspec/rspec/blob/rspec-core-v3.13.5/rspec-core
160
+ source_code_uri: https://github.com/rspec/rspec/blob/rspec-core-v3.13.6/rspec-core
161
161
  rdoc_options:
162
162
  - "--charset=UTF-8"
163
163
  require_paths:
@@ -175,5 +175,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
175
175
  requirements: []
176
176
  rubygems_version: 3.6.7
177
177
  specification_version: 4
178
- summary: rspec-core-3.13.5
178
+ summary: rspec-core-3.13.6
179
179
  test_files: []
metadata.gz.sig CHANGED
Binary file