rspec-core 3.13.3 → 3.13.4

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: 8dbcdfaff9a5080cc5d13989089135b92e591e6359980318b3e818fd137f929b
4
- data.tar.gz: 42ce1ec31887b9bac0fd95e6fca1b28f5c03e1d415254276b6fb1ec613f0284a
3
+ metadata.gz: 54b99f6712edcb04349349bc0a1b108f3c51b7e5a30fcb5ca7ac71f7de5c0ab4
4
+ data.tar.gz: 0b320ba1427a217e7149db9e244da7e978eb65c30535e22aeea54b38860f9d00
5
5
  SHA512:
6
- metadata.gz: 1760a7c1992d321f4151769e8c30f43c8f13537e50b3b437bc6eb8c5734fdf04b240e3b99d35696efa69d5e858d375b1090279d5a53b3becf0367ac786f2631c
7
- data.tar.gz: bcf10a8fb78ec9b6a1f1d0d309eb8512b62b48e5f8e72f31a974cc2f619950e5993438d46b70489a9b5f9ea915323f611480906ec7f2977087f41dd5eb716cd5
6
+ metadata.gz: a5da24cb91cca88120f2ae09f87b64f48b26faee17cd27d7cb7c4a2382ba3bdf1a9cac01e885a7cd6fa6c16fa4727a02885d6ea2c96bcde4baedfb0594410bf9
7
+ data.tar.gz: 4bd56ee174776293e2b96c49f9919d69b3907b5dc57e4c23760863c180711489118648c0054d8b72d0fccffbed006d86f0187ad63e8416ffc8aef91991fe238b
checksums.yaml.gz.sig CHANGED
Binary file
data/Changelog.md CHANGED
@@ -1,8 +1,15 @@
1
1
  ### Development
2
- [Full Changelog](https://github.com/rspec/rspec/compare/rspec-core-v3.13.3...3-13-maintenance)
2
+ [Full Changelog](https://github.com/rspec/rspec/compare/rspec-core-v3.13.4...3-13-maintenance)
3
+
4
+ ### 3.13.4 / 2025-05-27
5
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-core-v3.13.3...rspec-core-v3.13.4)
6
+
7
+ Bug Fixes:
8
+
9
+ * Fix links in gemspec to point to the monorepo / homepage.
3
10
 
4
11
  ### 3.13.3 / 2025-02-06
5
- [Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.2...v3.13.3)
12
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-core-v3.13.4...rspec-core-v3.13.3)
6
13
 
7
14
  Bug fixes:
8
15
 
@@ -204,6 +204,7 @@ module RSpec
204
204
  # @private
205
205
  # @macro [attach] define_example_group_method
206
206
  # @!scope class
207
+ # @method $1
207
208
  # @overload $1
208
209
  # @overload $1(&example_group_definition)
209
210
  # @param example_group_definition [Block] The definition of the example group.
@@ -212,6 +213,7 @@ module RSpec
212
213
  # @param metadata [Array<Symbol>, Hash] Metadata for the group.
213
214
  # Symbols will be transformed into hash entries with `true` values.
214
215
  # @param example_group_definition [Block] The definition of the example group.
216
+ # @return [RSpec::Core::ExampleGroup]
215
217
  #
216
218
  # Generates a subclass of this example group which inherits
217
219
  # everything except the examples themselves.
@@ -312,6 +314,11 @@ module RSpec
312
314
  # @private
313
315
  # @macro [attach] define_nested_shared_group_method
314
316
  # @!scope class
317
+ # @method $1(name, *args, &block)
318
+ # @param name [String, Symbol] The name of the shared group to include.
319
+ # @param args [Array] Pass parameters to a shared example group
320
+ # @param block [Block] Additional context to pass to the shared group.
321
+ # @return [RSpec::Core::ExampleGroup]
315
322
  #
316
323
  # @see SharedExampleGroup
317
324
  def self.define_nested_shared_group_method(new_name, report_label="it should behave like")
@@ -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.3'
6
+ STRING = '3.13.4'
7
7
  end
8
8
  end
9
9
  end
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.3
4
+ version: 3.13.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Baker
@@ -44,7 +44,7 @@ cert_chain:
44
44
  AwP+qZPPf97FXXZGEGIYhhHpnj+Ltx9nCetRPiZ4rvYBcXgCWVQSg6eiEofrMwn/
45
45
  AKMCABhZ1Y2eATsfMgdkmIZk7JIPZiSi6eUxPiCMP9M/pw==
46
46
  -----END CERTIFICATE-----
47
- date: 2025-02-06 00:00:00.000000000 Z
47
+ date: 1980-01-02 00:00:00.000000000 Z
48
48
  dependencies:
49
49
  - !ruby/object:Gem::Dependency
50
50
  name: rspec-support
@@ -148,15 +148,16 @@ files:
148
148
  - lib/rspec/core/version.rb
149
149
  - lib/rspec/core/warnings.rb
150
150
  - lib/rspec/core/world.rb
151
- homepage: https://github.com/rspec/rspec-core
151
+ homepage: https://rspec.info
152
152
  licenses:
153
153
  - MIT
154
154
  metadata:
155
- bug_tracker_uri: https://github.com/rspec/rspec-core/issues
156
- changelog_uri: https://github.com/rspec/rspec-core/blob/v3.13.3/Changelog.md
155
+ bug_tracker_uri: https://github.com/rspec/rspec/issues
156
+ changelog_uri: https://github.com/rspec/rspec/blob/rspec-core-v3.13.4/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
- source_code_uri: https://github.com/rspec/rspec-core
159
+ rubygems_mfa_required: 'true'
160
+ source_code_uri: https://github.com/rspec/rspec/blob/rspec-core-v3.13.4/rspec-core
160
161
  rdoc_options:
161
162
  - "--charset=UTF-8"
162
163
  require_paths:
@@ -172,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
172
173
  - !ruby/object:Gem::Version
173
174
  version: '0'
174
175
  requirements: []
175
- rubygems_version: 3.6.2
176
+ rubygems_version: 3.6.7
176
177
  specification_version: 4
177
- summary: rspec-core-3.13.3
178
+ summary: rspec-core-3.13.4
178
179
  test_files: []
metadata.gz.sig CHANGED
Binary file