rubocop-ruby3_2 3.0.5 → 3.0.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: d42b36c09286fe8f383b6c5cf2bc1efe1a1cfaa4acfa45381502633b093c4bea
4
- data.tar.gz: 3866cf536fe69710ac7589273b81a91ac603bbe30acfd36ca0a94994298ea06b
3
+ metadata.gz: a3c3e3978effd9110d1911f0137e74792c5467269c175a0fd9f50ae2cae39a7b
4
+ data.tar.gz: 4c9adc26ac88553ab1c7968de5983c1f42da3654af68a8954f7f6b071f559fd8
5
5
  SHA512:
6
- metadata.gz: 9041b9ca7fc97fc2efa1ae4ebe8571ef3a3fd0fbf27cd3093602d9142685870d60d4499800ed436e5e6476988514d027dc6b762cfa4b4b900c114c4245e0ee11
7
- data.tar.gz: d0c7496546e7f5073c0e27e4ae176fefdecce85965ff438f98fefc0d1d9d8df7928fbec9e4e7dca75b1f550f0c02db8fde5c57d44a9ff6cdc5b29016b18e61fa
6
+ metadata.gz: 18144381a12adc63c0ea4ca9e9ed47e30742d71296def51b35c96ddbe3870173ab4c28e23c8ace1cbbba7b0b364b7d17104fc588a8b668f7d128c311124f9d1c
7
+ data.tar.gz: aff6c1eb40f0fef94a1d849832179ad64eb473370d34a778aacdf64e719095341d64dbf8adc365d491a4390ff8c196664257463752b52cbb99808cbdba1ed44b
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,13 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [3.0.6] - 2026-06-28
34
+
35
+ - TAG: [v3.0.6][3.0.6t]
36
+ - COVERAGE: 55.17% -- 16/29 lines in 5 files
37
+ - BRANCH COVERAGE: 0.00% -- 0/2 branches in 5 files
38
+ - 42.86% documented
39
+
33
40
  ## [3.0.5] - 2026-06-26
34
41
 
35
42
  - TAG: [v3.0.5][3.0.5t]
@@ -208,7 +215,9 @@ Please file a bug if you notice a violation of semantic versioning.
208
215
  - standard-rails
209
216
  - version_gem
210
217
 
211
- [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_2/compare/v3.0.5...HEAD
218
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_2/compare/v3.0.6...HEAD
219
+ [3.0.6]: https://github.com/rubocop-lts/rubocop-ruby3_2/compare/v3.0.5...v3.0.6
220
+ [3.0.6t]: https://github.com/rubocop-lts/rubocop-ruby3_2/releases/tag/v3.0.6
212
221
  [3.0.5]: https://github.com/rubocop-lts/rubocop-ruby3_2/compare/v3.0.4...v3.0.5
213
222
  [3.0.5t]: https://github.com/rubocop-lts/rubocop-ruby3_2/releases/tag/v3.0.5
214
223
  [3.0.4]: https://github.com/rubocop-lts/rubocop-ruby3_2/compare/v3.0.2...v3.0.4
@@ -3,7 +3,7 @@
3
3
  module Rubocop
4
4
  module Ruby32
5
5
  module Version
6
- VERSION = "3.0.5"
6
+ VERSION = "3.0.6"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
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: rubocop-ruby3_2
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.5
4
+ version: 3.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -166,7 +166,7 @@ dependencies:
166
166
  version: '2.2'
167
167
  - - ">="
168
168
  - !ruby/object:Gem::Version
169
- version: 2.2.19
169
+ version: 2.2.20
170
170
  type: :development
171
171
  prerelease: false
172
172
  version_requirements: !ruby/object:Gem::Requirement
@@ -176,7 +176,7 @@ dependencies:
176
176
  version: '2.2'
177
177
  - - ">="
178
178
  - !ruby/object:Gem::Version
179
- version: 2.2.19
179
+ version: 2.2.20
180
180
  - !ruby/object:Gem::Dependency
181
181
  name: bundler-audit
182
182
  requirement: !ruby/object:Gem::Requirement
@@ -260,7 +260,7 @@ dependencies:
260
260
  version: '2.0'
261
261
  - - ">="
262
262
  - !ruby/object:Gem::Version
263
- version: 2.0.7
263
+ version: 2.0.8
264
264
  type: :development
265
265
  prerelease: false
266
266
  version_requirements: !ruby/object:Gem::Requirement
@@ -270,7 +270,7 @@ dependencies:
270
270
  version: '2.0'
271
271
  - - ">="
272
272
  - !ruby/object:Gem::Version
273
- version: 2.0.7
273
+ version: 2.0.8
274
274
  - !ruby/object:Gem::Dependency
275
275
  name: turbo_tests2
276
276
  requirement: !ruby/object:Gem::Requirement
@@ -549,10 +549,10 @@ licenses:
549
549
  - MIT
550
550
  metadata:
551
551
  homepage_uri: https://rubocop-ruby3-2.galtzo.com
552
- source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/tree/v3.0.5
553
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/blob/v3.0.5/CHANGELOG.md
552
+ source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/tree/v3.0.6
553
+ changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/blob/v3.0.6/CHANGELOG.md
554
554
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/issues
555
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_2/3.0.5
555
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_2/3.0.6
556
556
  funding_uri: https://github.com/sponsors/pboling
557
557
  wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/wiki
558
558
  news_uri: https://www.railsbling.com/tags/rubocop-ruby3_2
metadata.gz.sig CHANGED
Binary file