rubocop-lts-rspec 1.0.4 → 1.0.5

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: 15c117e508905f1abf09e416c6001c2305de106053d79e9557d00faaf891fc33
4
- data.tar.gz: 20132f1c07852eda304a8095067f23fa8d5f1071928ec9ee685c1b8570fb673c
3
+ metadata.gz: 9dbb3e0e74b0c906a898c311ce8947c7c1036a376eb274be07e1f14eace3c0a2
4
+ data.tar.gz: b677f08551c24cb25940d61b22ee27dcac335e93ef3dda422ac3dfdc7fa4a5f3
5
5
  SHA512:
6
- metadata.gz: 5156d662c4217080d7ba519e544fbc47c8cd1f176f69e934596bf04b4dc29d50d91b739007d843d9f534d415488f0a12b2e6ae8583b4aefe155410bbdf73dc82
7
- data.tar.gz: 8a221258e7f0c9119741717488dd9914ea12a7f261efc5e72c2c285b12411008f86e078bea36c4cf7bb581b25bcb058c7978ef6697ef3c7b228baba8dae0497f
6
+ metadata.gz: 9f34d9f3c07e15ddef505b1247e9d4a71587e918c2748aefbdf2822d1c8ce6cfb33e7e960272c5b4736d22b88fdb58a10f6f652640313fb60ad745cab266456a
7
+ data.tar.gz: fafa47cee36f1bde8627f0ca25d0d66db8bfd095f6c92bdd865ffaad018acb2dd6aa774abbd9608333b08e47a55ef101c3bee31de5c8750afe1be547c69dde12
checksums.yaml.gz.sig CHANGED
Binary file
data/.rubocop.yml CHANGED
@@ -20,6 +20,7 @@ inherit_from:
20
20
  plugins:
21
21
  - rubocop-on-rbs
22
22
  - rubocop-packaging
23
+ - rubocop-rspec
23
24
  # This tells RuboCop to add the exclusions in this file
24
25
  # to the default exclusions (and those from other inherited files),
25
26
  # rather than overwriting them.
data/CHANGELOG.md CHANGED
@@ -30,6 +30,20 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.5] - 2026-07-03
34
+
35
+ - TAG: [v1.0.5][1.0.5t]
36
+ - COVERAGE: 100.00% -- 16/16 lines in 3 files
37
+ - BRANCH COVERAGE: 0.00% -- 0/0 branches in 3 files
38
+ - 57.14% documented
39
+
40
+ ### Fixed
41
+
42
+ - Package configured license files in gem release file lists.
43
+
44
+ - Fixed CI bootstrap for non-coverage appraisal bundles and restored the
45
+ Dogfood RuboCop Gradual task/config.
46
+
33
47
  ## [1.0.4] - 2026-06-28
34
48
 
35
49
  - TAG: [v1.0.4][1.0.4t]
@@ -104,7 +118,7 @@ Please file a bug if you notice a violation of semantic versioning.
104
118
 
105
119
  - Initial release
106
120
 
107
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts-rspec/compare/v1.0.4...HEAD
121
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts-rspec/compare/v1.0.5...HEAD
108
122
  [1.0.6]: https://github.com/rubocop-lts/rubocop-lts-rspec/compare/v1.0.5...v1.0.6
109
123
  [1.0.6t]: https://github.com/rubocop-lts/rubocop-lts-rspec/releases/tag/v1.0.6
110
124
  [1.0.5]: https://github.com/rubocop-lts/rubocop-lts-rspec/compare/v1.0.3...v1.0.5
data/MIT.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ See [LICENSE.md](LICENSE.md) for the copyright notice.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -4,7 +4,7 @@ module Rubocop
4
4
  module Lts
5
5
  module Rspec
6
6
  module Version
7
- VERSION = "1.0.4"
7
+ VERSION = "1.0.5"
8
8
  end
9
9
  VERSION = Version::VERSION # Traditional Constant Location
10
10
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-lts-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -203,20 +203,20 @@ dependencies:
203
203
  requirements:
204
204
  - - "~>"
205
205
  - !ruby/object:Gem::Version
206
- version: '2.2'
206
+ version: '2.3'
207
207
  - - ">="
208
208
  - !ruby/object:Gem::Version
209
- version: 2.2.22
209
+ version: 2.3.0
210
210
  type: :development
211
211
  prerelease: false
212
212
  version_requirements: !ruby/object:Gem::Requirement
213
213
  requirements:
214
214
  - - "~>"
215
215
  - !ruby/object:Gem::Version
216
- version: '2.2'
216
+ version: '2.3'
217
217
  - - ">="
218
218
  - !ruby/object:Gem::Version
219
- version: 2.2.22
219
+ version: 2.3.0
220
220
  - !ruby/object:Gem::Dependency
221
221
  name: bundler-audit
222
222
  requirement: !ruby/object:Gem::Requirement
@@ -280,7 +280,7 @@ dependencies:
280
280
  version: '3.1'
281
281
  - - ">="
282
282
  - !ruby/object:Gem::Version
283
- version: 3.1.3
283
+ version: 3.1.4
284
284
  type: :development
285
285
  prerelease: false
286
286
  version_requirements: !ruby/object:Gem::Requirement
@@ -290,7 +290,7 @@ dependencies:
290
290
  version: '3.1'
291
291
  - - ">="
292
292
  - !ruby/object:Gem::Version
293
- version: 3.1.3
293
+ version: 3.1.4
294
294
  - !ruby/object:Gem::Dependency
295
295
  name: kettle-test
296
296
  requirement: !ruby/object:Gem::Requirement
@@ -300,7 +300,7 @@ dependencies:
300
300
  version: '2.0'
301
301
  - - ">="
302
302
  - !ruby/object:Gem::Version
303
- version: 2.0.8
303
+ version: 2.0.9
304
304
  type: :development
305
305
  prerelease: false
306
306
  version_requirements: !ruby/object:Gem::Requirement
@@ -310,7 +310,7 @@ dependencies:
310
310
  version: '2.0'
311
311
  - - ">="
312
312
  - !ruby/object:Gem::Version
313
- version: 2.0.8
313
+ version: 2.0.9
314
314
  - !ruby/object:Gem::Dependency
315
315
  name: turbo_tests2
316
316
  requirement: !ruby/object:Gem::Requirement
@@ -320,7 +320,7 @@ dependencies:
320
320
  version: '3.1'
321
321
  - - ">="
322
322
  - !ruby/object:Gem::Version
323
- version: 3.1.5
323
+ version: 3.1.6
324
324
  type: :development
325
325
  prerelease: false
326
326
  version_requirements: !ruby/object:Gem::Requirement
@@ -330,7 +330,7 @@ dependencies:
330
330
  version: '3.1'
331
331
  - - ">="
332
332
  - !ruby/object:Gem::Version
333
- version: 3.1.5
333
+ version: 3.1.6
334
334
  - !ruby/object:Gem::Dependency
335
335
  name: ruby-progressbar
336
336
  requirement: !ruby/object:Gem::Requirement
@@ -354,7 +354,7 @@ dependencies:
354
354
  version: '1.0'
355
355
  - - ">="
356
356
  - !ruby/object:Gem::Version
357
- version: 1.0.4
357
+ version: 1.0.5
358
358
  type: :development
359
359
  prerelease: false
360
360
  version_requirements: !ruby/object:Gem::Requirement
@@ -364,7 +364,7 @@ dependencies:
364
364
  version: '1.0'
365
365
  - - ">="
366
366
  - !ruby/object:Gem::Version
367
- version: 1.0.4
367
+ version: 1.0.5
368
368
  - !ruby/object:Gem::Dependency
369
369
  name: gitmoji-regex
370
370
  requirement: !ruby/object:Gem::Requirement
@@ -374,7 +374,7 @@ dependencies:
374
374
  version: '2.0'
375
375
  - - ">="
376
376
  - !ruby/object:Gem::Version
377
- version: 2.0.3
377
+ version: 2.0.4
378
378
  type: :development
379
379
  prerelease: false
380
380
  version_requirements: !ruby/object:Gem::Requirement
@@ -384,7 +384,7 @@ dependencies:
384
384
  version: '2.0'
385
385
  - - ">="
386
386
  - !ruby/object:Gem::Version
387
- version: 2.0.3
387
+ version: 2.0.4
388
388
  - !ruby/object:Gem::Dependency
389
389
  name: rspec
390
390
  requirement: !ruby/object:Gem::Requirement
@@ -454,7 +454,7 @@ dependencies:
454
454
  version: '1.0'
455
455
  - - ">="
456
456
  - !ruby/object:Gem::Version
457
- version: 1.0.4
457
+ version: 1.0.6
458
458
  type: :development
459
459
  prerelease: false
460
460
  version_requirements: !ruby/object:Gem::Requirement
@@ -464,7 +464,7 @@ dependencies:
464
464
  version: '1.0'
465
465
  - - ">="
466
466
  - !ruby/object:Gem::Version
467
- version: 1.0.4
467
+ version: 1.0.6
468
468
  - !ruby/object:Gem::Dependency
469
469
  name: rubocop-lts
470
470
  requirement: !ruby/object:Gem::Requirement
@@ -550,6 +550,7 @@ files:
550
550
  - CONTRIBUTING.md
551
551
  - FUNDING.md
552
552
  - LICENSE.md
553
+ - MIT.md
553
554
  - README.md
554
555
  - RUBOCOP.md
555
556
  - SECURITY.md
@@ -595,10 +596,10 @@ licenses:
595
596
  - MIT
596
597
  metadata:
597
598
  homepage_uri: https://rubocop-lts-rspec.galtzo.com
598
- source_code_uri: https://github.com/rubocop-lts/rubocop-lts-rspec/tree/v1.0.4
599
- changelog_uri: https://github.com/rubocop-lts/rubocop-lts-rspec/blob/v1.0.4/CHANGELOG.md
599
+ source_code_uri: https://github.com/rubocop-lts/rubocop-lts-rspec/tree/v1.0.5
600
+ changelog_uri: https://github.com/rubocop-lts/rubocop-lts-rspec/blob/v1.0.5/CHANGELOG.md
600
601
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts-rspec/issues
601
- documentation_uri: https://www.rubydoc.info/gems/rubocop-lts-rspec/1.0.4
602
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-lts-rspec/1.0.5
602
603
  funding_uri: https://github.com/sponsors/pboling
603
604
  wiki_uri: https://github.com/rubocop-lts/rubocop-lts-rspec/wiki
604
605
  news_uri: https://www.railsbling.com/tags/rubocop-lts-rspec
metadata.gz.sig CHANGED
Binary file