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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +10 -1
- data/lib/rubocop/ruby3_2/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +8 -8
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a3c3e3978effd9110d1911f0137e74792c5467269c175a0fd9f50ae2cae39a7b
|
|
4
|
+
data.tar.gz: 4c9adc26ac88553ab1c7968de5983c1f42da3654af68a8954f7f6b071f559fd8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
553
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_2/blob/v3.0.
|
|
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.
|
|
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
|