rspec-support 3.13.1 → 3.13.3

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: 92bef00902f2274e73ead3711ea3c341a34b07eb11cdf647a8d737e1d0c11382
4
- data.tar.gz: 90317d4ebccad5e6da2abb4e2af56a1dbb217bd9961d3dc68ea80ff824f8117e
3
+ metadata.gz: 5352b468c683398f3df4726443e702acbdd18a1eab9d610c0c5ec6ec663f4812
4
+ data.tar.gz: 6431ce037ba57b48938634504607102d737d8b8c38a7440f5372e9e0ee94b68b
5
5
  SHA512:
6
- metadata.gz: 025c00e2292a341c12cc2001f83a174749afa81802cc9df491563e9743ebcb3020c2d7c3743ddf5da43c127c7c5803e98d1640ebacd8ac6b5f4ccd51aa2b13e4
7
- data.tar.gz: '0209a2909369b4da3fa8164bf47249455f69607019a7813fb598be8987dec613c3f3707484f767222b91b5b586a0eb05f63c783287284a314531736fc293264f'
6
+ metadata.gz: 89fbe02b7800b635bf9008f4062896d102ccbbe0a6ec50bcdc72041bfd6a8f1b7f6800efd1a7bd496daa9a6872c4a73f285d054a653ae08db32f6b86ffce71ee
7
+ data.tar.gz: a9267d3cb8ff4034e0301ed1c119babca5f2c4f3ba5fa7e86639d87b8b9baeca1cfd83890a4ea9f7d1a965dab255fc0cf1a99a079c9e8206c0e665829f11227c
checksums.yaml.gz.sig CHANGED
Binary file
data/Changelog.md CHANGED
@@ -1,5 +1,18 @@
1
1
  ### Development
2
- [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.1...main)
2
+ [Full Changelog](https://github.com/rspec/rspec/compare/rspec-support-v3.13.2...3-13-maintenance)
3
+
4
+ ### 3.13.3 / 2025-04-30
5
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-support-v3.13.2...rspec-support-v3.13.3)
6
+
7
+ Bug Fixes:
8
+
9
+ * Support for changes in diff-lcs and Ruby 3.4 in spec helpers. (Jon Rowe, #164 etc)
10
+
11
+ ### 3.13.2 / 2024-12-02
12
+ [Full Changelog](http://github.com/rspec/rspec/compare/rspec-support-v3.13.1...rspec-support-v3.13.2)
13
+
14
+ No changes. Released during the monorepo migration to test release processes, but accidentally
15
+ contained no changes.
3
16
 
4
17
  ### 3.13.1 / 2024-02-23
5
18
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.13.0...v3.13.1)
@@ -7,24 +20,27 @@
7
20
  Bug Fixes:
8
21
 
9
22
  * Exclude ruby internal require warnings from `RSpec::Support::CallerFilter#first_non_rspec_line`.
10
- (Jon Rowe, #593)
23
+ (Jon Rowe, rspec/rspec-support#593)
11
24
 
12
25
  ### 3.13.0 / 2024-02-04
13
26
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.2...v3.13.0)
14
27
 
15
28
  Enchancements
16
29
 
17
- * Add `RubyFeatures#supports_syntax_suggest?`. (Jon Rowe, #571)
30
+ * Add `RubyFeatures#supports_syntax_suggest?`. (Jon Rowe, rspec/rspec-support#571)
31
+
32
+ Bug Fixes:
33
+
34
+ * Allow string keys for keyword arguments during verification of method
35
+ signatures, (but only on Ruby 3+). (@malcolmohare, rspec/rspec-support#591)
18
36
 
19
37
  ### 3.12.2 / 2024-02-04
20
38
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.1...v3.12.2)
21
39
 
22
40
  Bug Fixes:
23
41
 
24
- * Properly surface errors from `in_sub_process`. (Jon Rowe, #575)
25
- * Add magic comment for freezing string literals. (Josh Nichols, #586)
26
- * Allow string keys for keyword arguments during verification of method
27
- signatures, (but only on Ruby 3+). (@malcolmohare, #591)
42
+ * Properly surface errors from `in_sub_process`. (Jon Rowe, rspec/rspec-support#575)
43
+ * Add magic comment for freezing string literals. (Josh Nichols, rspec/rspec-support#586)
28
44
 
29
45
  ### 3.12.1 / 2023-06-26
30
46
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.12.0...v3.12.1)
@@ -32,21 +48,21 @@ Bug Fixes:
32
48
  Bug Fixes:
33
49
 
34
50
  * Fix `RSpec::Support.thread_local_data` to be Thread local but not Fiber local.
35
- (Jon Rowe, #581)
51
+ (Jon Rowe, rspec/rspec-support#581)
36
52
 
37
53
  ### 3.12.0 / 2022-10-26
38
54
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.1...v3.12.0)
39
55
  Enhancements:
40
56
 
41
57
  * Add `RSpec::Support::RubyFeatures.distincts_kw_args_from_positional_hash?`
42
- (Jean byroot Boussier, #535)
58
+ (Jean byroot Boussier, rspec/rspec-support#535)
43
59
 
44
60
  ### 3.11.1 / 2022-09-12
45
61
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.11.0...v3.11.1)
46
62
 
47
63
  Bug Fixes:
48
64
 
49
- * Fix ripper detection on TruffleRuby. (Brandon Fish, #541)
65
+ * Fix ripper detection on TruffleRuby. (Brandon Fish, rspec/rspec-support#541)
50
66
 
51
67
  ### 3.11.0 / 2022-02-09
52
68
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.3...v3.11.0)
@@ -59,9 +75,9 @@ No changes. Released to support other RSpec releases.
59
75
  Bug Fixes:
60
76
 
61
77
  * Use `Mutex#owned?` to allow `RSpec::Support::ReentrantMutex` to work in
62
- nested Fibers on Ruby 3.0 and later. (Benoit Daloze, #503, #504)
78
+ nested Fibers on Ruby 3.0 and later. (Benoit Daloze, rspec/rspec-support#503, rspec/rspec-support#504)
63
79
  * Support `end`-less methods in `RSpec::Support::Source::Token`
64
- so that RSpec won't hang when an `end`-less method raises an error. (Yuji Nakayama, #505)
80
+ so that RSpec won't hang when an `end`-less method raises an error. (Yuji Nakayama, rspec/rspec-support#505)
65
81
 
66
82
  ### 3.10.2 / 2021-01-28
67
83
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.1...v3.10.2)
@@ -69,7 +85,7 @@ Bug Fixes:
69
85
  Bug Fixes:
70
86
 
71
87
  * Fix issue with `RSpec::Support.define_optimized_require_for_rspec` on JRuby
72
- 9.1.17.0 (Jon Rowe, #492)
88
+ 9.1.17.0 (Jon Rowe, rspec/rspec-support#492)
73
89
 
74
90
  ### 3.10.1 / 2020-12-27
75
91
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.10.0...v3.10.1)
@@ -77,7 +93,7 @@ Bug Fixes:
77
93
  Bug Fixes:
78
94
 
79
95
  * Fix deprecation expectations to fail correctly when
80
- asserting on messages. (Phil Pirozhkov, #453)
96
+ asserting on messages. (Phil Pirozhkov, rspec/rspec-support#453)
81
97
 
82
98
  ### 3.10.0 / 2020-10-30
83
99
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.4...v3.10.0)
@@ -89,26 +105,26 @@ No changes. Released to support other RSpec releases.
89
105
 
90
106
  Bug Fixes:
91
107
 
92
- * Flag ripper as supported on Truffle Ruby. (Brandon Fish, #427)
108
+ * Flag ripper as supported on Truffle Ruby. (Brandon Fish, rspec/rspec-support#427)
93
109
  * Prevent stubbing `File.read` from breaking source extraction.
94
- (Jon Rowe, #431)
110
+ (Jon Rowe, rspec/rspec-support#431)
95
111
 
96
112
  ### 3.9.3 / 2020-05-02
97
113
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.2...v3.9.3)
98
114
 
99
115
  Bug Fixes:
100
116
 
101
- * Mark ripper as unsupported on Truffle Ruby. (Brandon Fish, #395)
102
- * Mark ripper as unsupported on JRuby 9.2.0.0. (Brian Hawley, #400)
117
+ * Mark ripper as unsupported on Truffle Ruby. (Brandon Fish, rspec/rspec-support#395)
118
+ * Mark ripper as unsupported on JRuby 9.2.0.0. (Brian Hawley, rspec/rspec-support#400)
103
119
  * Capture `Mutex.new` for our `RSpec::Support:Mutex` in order to
104
- allow stubbing `Mutex.new`. (Jon Rowe, #411)
120
+ allow stubbing `Mutex.new`. (Jon Rowe, rspec/rspec-support#411)
105
121
 
106
122
  ### 3.9.2 / 2019-12-30
107
123
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.1...v3.9.2)
108
124
 
109
125
  Bug Fixes:
110
126
 
111
- * Remove unneeded eval. (Matijs van Zuijlen, #394)
127
+ * Remove unneeded eval. (Matijs van Zuijlen, rspec/rspec-support#394)
112
128
 
113
129
  ### 3.9.1 / 2019-12-28
114
130
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.9.0...v3.9.1)
@@ -116,7 +132,7 @@ Bug Fixes:
116
132
  Bug Fixes:
117
133
 
118
134
  * Remove warning caused by keyword arguments on Ruby 2.7.0.
119
- (Jon Rowe, #392)
135
+ (Jon Rowe, rspec/rspec-support#392)
120
136
 
121
137
  ### 3.9.0 / 2019-10-07
122
138
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.3...v3.9.0)
@@ -131,9 +147,9 @@ Version 3.9.0 was released to allow other RSpec gems to release 3.9.0.
131
147
  Bug Fixes:
132
148
 
133
149
  * Escape \r when outputting strings inside arrays.
134
- (Tomita Masahiro, Jon Rowe, #378)
150
+ (Tomita Masahiro, Jon Rowe, rspec/rspec-support#378)
135
151
  * Ensure that optional hash arguments are recognised correctly vs keyword
136
- arguments. (Evgeni Dzhelyov, #366)
152
+ arguments. (Evgeni Dzhelyov, rspec/rspec-support#366)
137
153
 
138
154
  ### 3.8.2 / 2019-06-10
139
155
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.1...v3.8.2)
@@ -141,9 +157,9 @@ Bug Fixes:
141
157
  Bug Fixes:
142
158
 
143
159
  * Ensure that an empty hash is recognised as empty keyword arguments when
144
- applicable. (Thomas Walpole, #375)
160
+ applicable. (Thomas Walpole, rspec/rspec-support#375)
145
161
  * Ensure that diffing truthy values produce diffs consistently.
146
- (Lucas Nestor, #377)
162
+ (Lucas Nestor, rspec/rspec-support#377)
147
163
 
148
164
  ### 3.8.1 / 2019-03-03
149
165
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.8.0...v3.8.1)
@@ -151,7 +167,7 @@ Bug Fixes:
151
167
  Bug Fixes:
152
168
 
153
169
  * Ensure that inspecting a `SimpleDelegator` based object works regardless of
154
- visibility of the `__getobj__` method. (Jon Rowe, #369)
170
+ visibility of the `__getobj__` method. (Jon Rowe, rspec/rspec-support#369)
155
171
 
156
172
  ### 3.8.0 / 2018-08-04
157
173
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.1...v3.8.0)
@@ -159,7 +175,7 @@ Bug Fixes:
159
175
  Bug Fixes:
160
176
 
161
177
  * Order hash keys before diffing to improve diff accuracy when using mocked calls.
162
- (James Crisp, #334)
178
+ (James Crisp, rspec/rspec-support#334)
163
179
 
164
180
  ### 3.7.1 / 2018-01-29
165
181
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.7.0...v3.7.1)
@@ -167,7 +183,7 @@ Bug Fixes:
167
183
  Bug Fixes:
168
184
 
169
185
  * Fix source extraction logic so that it does not trigger a `SystemStackError`
170
- when processing deeply nested example groups. (Craig Bass, #343)
186
+ when processing deeply nested example groups. (Craig Bass, rspec/rspec-support#343)
171
187
 
172
188
  ### 3.7.0 / 2017-10-17
173
189
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0...v3.7.0)
@@ -175,21 +191,21 @@ Bug Fixes:
175
191
  Enhancements:
176
192
 
177
193
  * Improve compatibility with `--enable-frozen-string-literal` option
178
- on Ruby 2.3+. (Pat Allan, #320)
194
+ on Ruby 2.3+. (Pat Allan, rspec/rspec-support#320)
179
195
  * Add `Support.class_of` for extracting class of any object.
180
- (Yuji Nakayama, #325)
196
+ (Yuji Nakayama, rspec/rspec-support#325)
181
197
 
182
198
  Bug Fixes:
183
199
 
184
200
  * Fix recursive const support to not blow up when given buggy classes
185
- that raise odd errors from `#to_str`. (Myron Marston, #317)
201
+ that raise odd errors from `#to_str`. (Myron Marston, rspec/rspec-support#317)
186
202
 
187
203
  ### 3.6.0 / 2017-05-04
188
204
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta2...3.6.0)
189
205
 
190
206
  Enhancements:
191
207
 
192
- * Import `Source` classes from rspec-core. (Yuji Nakayama, #315)
208
+ * Import `Source` classes from rspec-core. (Yuji Nakayama, rspec/rspec-support#315)
193
209
 
194
210
  ### 3.6.0.beta2 / 2016-12-12
195
211
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.6.0.beta1...v3.6.0.beta2)
@@ -201,7 +217,7 @@ No user-facing changes.
201
217
 
202
218
  Bug Fixes:
203
219
 
204
- * Prevent truncated formatted object output from mangling console codes. (#294, Anson Kelly)
220
+ * Prevent truncated formatted object output from mangling console codes. (rspec/rspec-support#294, Anson Kelly)
205
221
 
206
222
  ### 3.5.0 / 2016-07-01
207
223
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta4...v3.5.0)
@@ -212,7 +228,7 @@ Bug Fixes:
212
228
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta3...v3.5.0.beta4)
213
229
 
214
230
  Enhancements:
215
- * Improve `MethodSignature` to better support keyword arguments. (#250, Rob Smith).
231
+ * Improve `MethodSignature` to better support keyword arguments. (rspec/rspec-support#250, Rob Smith).
216
232
 
217
233
  ### 3.5.0.beta3 / 2016-04-02
218
234
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta2...v3.5.0.beta3)
@@ -220,12 +236,12 @@ Enhancements:
220
236
  Bug Fixes:
221
237
 
222
238
  * Fix `EncodedString` to properly handle the behavior of `String#split`
223
- on JRuby when the string contains invalid bytes. (Jon Rowe, #268)
239
+ on JRuby when the string contains invalid bytes. (Jon Rowe, rspec/rspec-support#268)
224
240
  * Fix `ObjectFormatter` so that formatting objects that don't respond to
225
241
  `#inspect` (such as `BasicObject`) does not cause `NoMethodError`.
226
- (Yuji Nakayama, #269)
242
+ (Yuji Nakayama, rspec/rspec-support#269)
227
243
  * Fix `ObjectFormatter` so that formatting recursive array or hash does not
228
- cause `SystemStackError`. (Yuji Nakayama, #270, #272)
244
+ cause `SystemStackError`. (Yuji Nakayama, rspec/rspec-support#270, rspec/rspec-support#272)
229
245
 
230
246
  ### 3.5.0.beta2 / 2016-03-10
231
247
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.5.0.beta1...v3.5.0.beta2)
@@ -238,7 +254,7 @@ No user-facing changes.
238
254
  Enhancements:
239
255
 
240
256
  * Improve formatting of objects by allowing truncation to a pre-configured length.
241
- (Liam M, #256)
257
+ (Liam M, rspec/rspec-support#256)
242
258
 
243
259
  ### 3.4.1 / 2015-11-20
244
260
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.4.0...v3.4.1)
@@ -248,11 +264,11 @@ Bug Fixes:
248
264
  * Fix `RSpec::Support::RubyFeature.ripper_supported?` so it returns
249
265
  `false` on Rubinius since the Rubinius team has no plans to support
250
266
  it. This prevents rspec-core from trying to load and use ripper to
251
- extract failure snippets. (Aaron Stone, #251)
267
+ extract failure snippets. (Aaron Stone, rspec/rspec-support#251)
252
268
 
253
269
  Changes:
254
270
 
255
- * Remove `VersionChecker` in favor of `ComparableVersion`. (Yuji Nakayama, #266)
271
+ * Remove `VersionChecker` in favor of `ComparableVersion`. (Yuji Nakayama, rspec/rspec-support#266)
256
272
 
257
273
  ### 3.4.0 / 2015-11-11
258
274
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.3.0...v3.4.0)
@@ -260,15 +276,15 @@ Changes:
260
276
  Enhancements:
261
277
 
262
278
  * Improve formatting of `Delegator` based objects (e.g. `SimpleDelegator`) in
263
- failure messages and diffs. (Andrew Horner, #215)
264
- * Add `ComparableVersion`. (Yuji Nakayama, #245)
265
- * Add `Ripper` support detection. (Yuji Nakayama, #245)
279
+ failure messages and diffs. (Andrew Horner, rspec/rspec-support#215)
280
+ * Add `ComparableVersion`. (Yuji Nakayama, rspec/rspec-support#245)
281
+ * Add `Ripper` support detection. (Yuji Nakayama, rspec/rspec-support#245)
266
282
 
267
283
  Bug Fixes:
268
284
 
269
285
  * Work around bug in JRuby that reports that `attr_writer` methods
270
286
  have no parameters, causing RSpec's verifying doubles to wrongly
271
- fail when mocking or stubbing a writer method on JRuby. (Myron Marston, #225)
287
+ fail when mocking or stubbing a writer method on JRuby. (Myron Marston, rspec/rspec-support#225)
272
288
 
273
289
  ### 3.3.0 / 2015-06-12
274
290
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.2.2...v3.3.0)
@@ -277,8 +293,8 @@ Enhancements:
277
293
 
278
294
  * Improve formatting of arrays and hashes in failure messages so they
279
295
  use our custom formatting of matchers, time objects, etc.
280
- (Myron Marston, Nicholas Chmielewski, #205)
281
- * Use improved formatting for diffs as well. (Nicholas Chmielewski, #205)
296
+ (Myron Marston, Nicholas Chmielewski, rspec/rspec-support#205)
297
+ * Use improved formatting for diffs as well. (Nicholas Chmielewski, rspec/rspec-support#205)
282
298
 
283
299
  Bug Fixes:
284
300
 
@@ -287,7 +303,7 @@ Bug Fixes:
287
303
  `actual` object's `==` is improperly implemented to assume that only
288
304
  objects of the same type will be given. This allows rspec-mocks'
289
305
  `anything` to match against objects with buggy `==` definitions.
290
- (Myron Marston, #193)
306
+ (Myron Marston, rspec/rspec-support#193)
291
307
 
292
308
  ### 3.2.2 / 2015-02-23
293
309
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.2.1...v3.2.2)
@@ -295,7 +311,7 @@ Bug Fixes:
295
311
  Bug Fixes:
296
312
 
297
313
  * Fix an encoding issue with `EncodedString#split` when encountering an
298
- invalid byte string. (Benjamin Fleischer, #1760)
314
+ invalid byte string. (Benjamin Fleischer, rspec/rspec-support#1760)
299
315
 
300
316
  ### 3.2.1 / 2015-02-04
301
317
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.2.0...v3.2.1)
@@ -303,20 +319,20 @@ Bug Fixes:
303
319
  Bug Fixes:
304
320
 
305
321
  * Fix `RSpec::CallerFilter` to work on Rubinius 2.2.
306
- (Myron Marston, #169)
322
+ (Myron Marston, rspec/rspec-support#169)
307
323
 
308
324
  ### 3.2.0 / 2015-02-03
309
325
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.1.2...v3.2.0)
310
326
 
311
327
  Enhancements:
312
328
 
313
- * Add extra Ruby type detection. (Jon Rowe, #133)
314
- * Make differ instance re-usable. (Alexey Fedorov, #160)
329
+ * Add extra Ruby type detection. (Jon Rowe, rspec/rspec-support#133)
330
+ * Make differ instance re-usable. (Alexey Fedorov, rspec/rspec-support#160)
315
331
 
316
332
  Bug Fixes:
317
333
 
318
334
  * Do not consider `[]` and `{}` to match when performing fuzzy matching.
319
- (Myron Marston, #157)
335
+ (Myron Marston, rspec/rspec-support#157)
320
336
 
321
337
  ### 3.1.2 / 2014-10-08
322
338
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.1.1...v3.1.2)
@@ -324,7 +340,7 @@ Bug Fixes:
324
340
  Bug Fixes:
325
341
 
326
342
  * Fix method signature to not blow up with a `NoMethodError` on 1.8.7 when
327
- verifying against an RSpec matcher. (Myron Marston, #116)
343
+ verifying against an RSpec matcher. (Myron Marston, rspec/rspec-support#116)
328
344
 
329
345
  ### 3.1.1 / 2014-09-26
330
346
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.1.0...v3.1.1)
@@ -333,7 +349,7 @@ Bug Fixes:
333
349
 
334
350
  * Fix `RSpec::Support::DirectoryMaker` (used by `rspec --init` and
335
351
  `rails generate rspec:install`) so that it detects absolute paths
336
- on Windows properly. (Scott Archer, #107, #108, #109) (Jon Rowe, #110)
352
+ on Windows properly. (Scott Archer, rspec/rspec-support#107, rspec/rspec-support#108, rspec/rspec-support#109) (Jon Rowe, rspec/rspec-support#110)
337
353
 
338
354
  ### 3.1.0 / 2014-09-04
339
355
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.4...v3.1.0)
@@ -341,9 +357,9 @@ Bug Fixes:
341
357
  Bug Fixes:
342
358
 
343
359
  * Fix `FuzzyMatcher` so that it does not wrongly match a struct against
344
- an array. (Myron Marston, #97)
360
+ an array. (Myron Marston, rspec/rspec-support#97)
345
361
  * Prevent infinitely recursing `#flatten` methods from causing the differ
346
- to hang. (Jon Rowe, #101)
362
+ to hang. (Jon Rowe, rspec/rspec-support#101)
347
363
 
348
364
  ### 3.0.4 / 2014-08-14
349
365
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.3...v3.0.4)
@@ -351,7 +367,7 @@ Bug Fixes:
351
367
  Bug Fixes:
352
368
 
353
369
  * Fix `FuzzyMatcher` so that it does not silence `ArgumentError` raised
354
- from broken implementations of `==`. (Myron Marston, #94)
370
+ from broken implementations of `==`. (Myron Marston, rspec/rspec-support#94)
355
371
 
356
372
  ### 3.0.3 / 2014-07-21
357
373
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.2...v3.0.3)
@@ -360,23 +376,23 @@ Bug Fixes:
360
376
 
361
377
  * Fix regression in `Support#method_handle_for` where proxy objects
362
378
  with method delegated would wrongly not return a method handle.
363
- (Jon Rowe, #90)
364
- * Properly detect Module#prepend support in Ruby 2.1+ (Ben Langfeld, #91)
379
+ (Jon Rowe, rspec/rspec-support#90)
380
+ * Properly detect Module#prepend support in Ruby 2.1+ (Ben Langfeld, rspec/rspec-support#91)
365
381
  * Fix `rspec/support/warnings.rb` so it can be loaded and used in
366
- isolation. (Myron Marston, #93)
382
+ isolation. (Myron Marston, rspec/rspec-support#93)
367
383
 
368
384
  ### 3.0.2 / 2014-06-20
369
385
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.1...v3.0.2)
370
386
 
371
387
  * Revert `BlockSignature` change from 3.0.1 because of a ruby bug that
372
388
  caused it to change the block's behavior (https://bugs.ruby-lang.org/issues/9967).
373
- (Myron Marston, rspec-mocks#721)
389
+ (Myron Marston, rspec-mocksrspec/rspec-support#721)
374
390
 
375
391
  ### 3.0.1 / 2014-06-19
376
392
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.0...v3.0.1)
377
393
 
378
394
  * Fix `BlockSignature` so that it correctly differentiates between
379
- required and optional block args. (Myron Marston, rspec-mocks#714)
395
+ required and optional block args. (Myron Marston, rspec-mocksrspec/rspec-support#714)
380
396
 
381
397
  ### 3.0.0 / 2014-06-01
382
398
  [Full Changelog](http://github.com/rspec/rspec-support/compare/v3.0.0.rc1...v3.0.0)
@@ -61,6 +61,8 @@ module RSpec
61
61
  prepare_array(object)
62
62
  when Hash
63
63
  prepare_hash(object)
64
+ when Symbol
65
+ object
64
66
  else
65
67
  inspector_class = INSPECTOR_CLASSES.find { |inspector| inspector.can_inspect?(object) }
66
68
  inspector_class.new(object, self)
@@ -12,13 +12,25 @@ module RSpec
12
12
  def one_line_header(line_number=2)
13
13
  "-1,#{line_number} +1,#{line_number}"
14
14
  end
15
- else
15
+ elsif ::Diff::LCS::VERSION.to_f < 1.6
16
16
  def one_line_header(_=2)
17
17
  "-1 +1"
18
18
  end
19
+ else
20
+ def one_line_header(line_number=2)
21
+ if line_number - 1 == 1
22
+ "-1 +1"
23
+ else
24
+ "-1,#{line_number - 1} +1,#{line_number - 1}"
25
+ end
26
+ end
19
27
  end
20
28
 
21
- if Diff::LCS::VERSION.to_f < 1.4 || Diff::LCS::VERSION >= "1.4.4"
29
+ if ::Diff::LCS::VERSION.to_f > 1.5
30
+ def removing_two_line_header
31
+ "-1,2 +0,0"
32
+ end
33
+ elsif Diff::LCS::VERSION.to_f < 1.4 || Diff::LCS::VERSION >= "1.4.4"
22
34
  def removing_two_line_header
23
35
  "-1,3 +1"
24
36
  end
@@ -61,7 +61,9 @@ module RSpec
61
61
  %r{bundler/source/rubygems},
62
62
  # Ignore bundler + rubygems warning.
63
63
  %r{site_ruby/\d\.\d\.\d/rubygems},
64
+ %r{site_ruby/\d\.\d\.\d/bundler},
64
65
  %r{jruby-\d\.\d\.\d+\.\d/lib/ruby/stdlib/rubygems},
66
+ %r{lib/rubygems/custom_require},
65
67
  # This is required for windows for some reason
66
68
  %r{lib/bundler/rubygems},
67
69
  # This is a JRuby file that generates warnings on 9.0.3.0
@@ -82,6 +84,9 @@ module RSpec
82
84
  # Ignore some JRuby errors for gems
83
85
  %r{jruby/\d\.\d(\.\d)?/gems/aruba},
84
86
  %r{jruby/\d\.\d(\.\d)?/gems/ffi},
87
+ %r{warning: encoding options not supported in 1\.8},
88
+ # Ignore errors from asdf
89
+ %r{\.asdf/installs},
85
90
  ]
86
91
 
87
92
  def strip_known_warnings(input)
@@ -3,7 +3,7 @@
3
3
  module RSpec
4
4
  module Support
5
5
  module Version
6
- STRING = '3.13.1'
6
+ STRING = '3.13.3'
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-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.1
4
+ version: 3.13.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Chelimsky
@@ -10,16 +10,15 @@ authors:
10
10
  - Sam Phippen
11
11
  - Xaviery Shay
12
12
  - Bradley Schaefer
13
- autorequire:
14
13
  bindir: bin
15
14
  cert_chain:
16
15
  - |
17
16
  -----BEGIN CERTIFICATE-----
18
- MIIF1TCCA72gAwIBAgIJAPXjfUbCjdXUMA0GCSqGSIb3DQEBBQUAMIGAMQswCQYD
17
+ MIIFvjCCA6agAwIBAgIJAPXjfUbCjdXVMA0GCSqGSIb3DQEBCwUAMIGAMQswCQYD
19
18
  VQQGEwJVUzETMBEGA1UECAwKV2FzaGluZ3RvbjEQMA4GA1UEBwwHU2VhdHRsZTEO
20
19
  MAwGA1UECgwFUlNwZWMxEzARBgNVBAMMCnJzcGVjLmluZm8xJTAjBgkqhkiG9w0B
21
- CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMTQxMjIzMDkzNTIyWhcNMjQx
22
- MjIyMDkzNTIyWjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
20
+ CQEWFnJzcGVjQGdvb2dsZWdyb3Vwcy5jb20wHhcNMjUwMjA2MTE0NjU2WhcNMjYw
21
+ MjA2MTE0NjU2WjCBgDELMAkGA1UEBhMCVVMxEzARBgNVBAgMCldhc2hpbmd0b24x
23
22
  EDAOBgNVBAcMB1NlYXR0bGUxDjAMBgNVBAoMBVJTcGVjMRMwEQYDVQQDDApyc3Bl
24
23
  Yy5pbmZvMSUwIwYJKoZIhvcNAQkBFhZyc3BlY0Bnb29nbGVncm91cHMuY29tMIIC
25
24
  IjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAsSmjgcHaKlD0jizRJowi2bGI
@@ -33,22 +32,21 @@ cert_chain:
33
32
  Xeh3EVdWY3vMB1pkhPwlsenpcmj5gOzrd54lELOVbCGHCf48iSqeflY2Lhe0pvzK
34
33
  blXCJBDmtrebvus291rM/dHcbEfK1SVd5Wut/n131iouf6dnNCFskFygDcgBbthC
35
34
  gpEMqf80lEmhX59VUsm0Pv6OEo+ZPHBvXPiJA6DShQh9t3YtpwyA8uVDMbT/i32u
36
- 2FUsqZbbJcCmkBrGposCAwEAAaNQME4wHQYDVR0OBBYEFPPvQ5XT0Nvuhi6k+hrW
37
- Vv35J+TeMB8GA1UdIwQYMBaAFPPvQ5XT0Nvuhi6k+hrWVv35J+TeMAwGA1UdEwQF
38
- MAMBAf8wDQYJKoZIhvcNAQEFBQADggIBAIqbQSWH2aAF537DKwAMB8nMFsoe24MD
39
- gtuQAyjTtbH+QBE4N2RdQF/sU7Y3PYR7nqdrCsYc3RxyqM5XXi7I3IYdpfe1RuxY
40
- +pyPzVQsPPDhMlJlCrwJsADnxlpxZlAgxYSLKOan55ihscaAWA90wqRUrf/ZJM36
41
- 8LWCPVn5teIt5aaxZWX68RMxa+AXvpbtJOBwXLkIFk3apD8CX4DhelIdw67DbkUe
42
- ghUd/u62qrnqBTVgditt7OoWIZjzh24/Fda5d0MxZyvLILGOrf5bN4cTbe/q9Cid
43
- Xrik7Upm+mu3y3yQIfrw85xybHq6iNXyYHvCdSrFfCIKrGpd/0CAdmYnJlx59Fk/
44
- UbD3Eyx4psBSkU+WKO0Uf+3zNI7N/nVeNIwU/Ft+l8l7/K+427656c+ZGWDO0Gt/
45
- BeEOSTDKP7qQ1T+JvMrBcBQo+i0cnRT10J1aoV90BhxsvWTRizIbugbaqR6Tq3bj
46
- Akt00cIlNSplL6DenIAKSh5kF7s0tRD0tC3bNkZmNjNGkdoGEcUODEpTB3RHKKiu
47
- e6k2Jg6m00z5vGFQhOnROG/QaUzMA3A3mFBe1RHFo07xd0pFeoeWL3vF69Gx9Jwp
48
- ZsVDj6a7lH3cNqtWXZxrb2wO38qV5AkYj8SQK7Hj3/Yui9myUX3crr+PdetazSqQ
49
- F3MdtaDehhjC
35
+ 2FUsqZbbJcCmkBrGposCAwEAAaM5MDcwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAw
36
+ HQYDVR0OBBYEFPPvQ5XT0Nvuhi6k+hrWVv35J+TeMA0GCSqGSIb3DQEBCwUAA4IC
37
+ AQBGBr0ll2yLrkO6IeK5Q7qZFnANaUCKfi6Of9VztZJXgKAU5KAQxyOidGktoA5N
38
+ lp+bFKudRkW8jSehqoNaNBdSZ9Bc07EGMXIhUFJZF9rq7Z2SKPwUm6EaSsBK13QR
39
+ U4K6wuaw5ZJSFzklapoGOJRGnFlnNtlhNFY6+tTwCeblwZbcuYGyGY8+Rg7GbyVl
40
+ 3Tr4Gi1aS/qG/MDXKdE8HWm39dmaAMdbw6dg1VBd0JrX2VqH7xvE1dM/D3OlKrNp
41
+ gNFRNJig3Y8qPjocZR0cGkhgZoC9wribWxHSNawZm4CoV3fja2HNx9QyM7BaB+as
42
+ yuqAiBbA7vBcyc8nKATip3mxbyXYXoDD7nmO8JCPP7O/WsgG+U/B2a0kPdvYFoxE
43
+ Q0Js3GtFCuMvL+0rifqdxBOLtu0Pw9q4RvToTJIl2IR6eTgCb82B1hw9qKf7PjuL
44
+ BoEsYjjDhGw6FZvcJG8O6uj7aB+z4aF21YR74UGL7sq/RIPNNez5JI95jTGfqCPy
45
+ 6yo0w3zja3yg28QK3Fj+tbOHeSLv9SDQWi/1jiPprGzbxGvbVvjvX11YZc46vkmY
46
+ AwP+qZPPf97FXXZGEGIYhhHpnj+Ltx9nCetRPiZ4rvYBcXgCWVQSg6eiEofrMwn/
47
+ AKMCABhZ1Y2eATsfMgdkmIZk7JIPZiSi6eUxPiCMP9M/pw==
50
48
  -----END CERTIFICATE-----
51
- date: 2024-02-23 00:00:00.000000000 Z
49
+ date: 2025-05-01 00:00:00.000000000 Z
52
50
  dependencies:
53
51
  - !ruby/object:Gem::Dependency
54
52
  name: rake
@@ -120,16 +118,16 @@ files:
120
118
  - lib/rspec/support/version.rb
121
119
  - lib/rspec/support/warnings.rb
122
120
  - lib/rspec/support/with_keywords_when_needed.rb
123
- homepage: https://github.com/rspec/rspec-support
121
+ homepage: https://github.com/rspec/rspec
124
122
  licenses:
125
123
  - MIT
126
124
  metadata:
127
- bug_tracker_uri: https://github.com/rspec/rspec-support/issues
128
- changelog_uri: https://github.com/rspec/rspec-support/blob/v3.13.1/Changelog.md
125
+ bug_tracker_uri: https://github.com/rspec/rspec/issues
126
+ changelog_uri: https://github.com/rspec/rspec/blob/rspec-support-v3.13.3/rspec-support/Changelog.md
129
127
  documentation_uri: https://rspec.info/documentation/
130
128
  mailing_list_uri: https://groups.google.com/forum/#!forum/rspec
131
- source_code_uri: https://github.com/rspec/rspec-support
132
- post_install_message:
129
+ rubygems_mfa_required: 'true'
130
+ source_code_uri: https://github.com/rspec/rspec/blob/rspec-support-v3.13.3/rspec-support
133
131
  rdoc_options:
134
132
  - "--charset=UTF-8"
135
133
  require_paths:
@@ -145,8 +143,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
145
143
  - !ruby/object:Gem::Version
146
144
  version: '0'
147
145
  requirements: []
148
- rubygems_version: 3.5.6
149
- signing_key:
146
+ rubygems_version: 3.6.2
150
147
  specification_version: 4
151
- summary: rspec-support-3.13.1
148
+ summary: rspec-support-3.13.3
152
149
  test_files: []
metadata.gz.sig CHANGED
Binary file