standard-rubocop-lts 2.0.3 → 2.0.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +30 -1
- data/README.md +6 -19
- data/lib/standard/rubocop/lts/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +58 -46
- 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: ae7311a66c1b2e153c8b58e441c652d29b2c48fae56c60e4b3fa054fd2d1b347
|
|
4
|
+
data.tar.gz: 233d3079f5a73e6b8c95d48be49191c4a982b09be7fb82894bd73f2f696bceec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5e60cdc6d199e46d4097be7b38982abe8189f05962f705c8fbc1349878ae7ec754727682cc4a82eb68f9e02b984dca99c9a8bba3aee489920d1c0dc9fa8c7cbc
|
|
7
|
+
data.tar.gz: 5611f769a873abe640e6cbc8e444b1b9cfa19080a09f9cf00f5d9a4e1c76e52e75b04525f0f33b23a0d16ffbcb76b7902bfbdf34911b21a2f2147fbfb39fdd59
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
### Changed
|
|
10
10
|
### Fixed
|
|
11
11
|
### Removed
|
|
12
|
+
|
|
13
|
+
## [2.0.4] 2026-06-01
|
|
14
|
+
### Added
|
|
15
|
+
### Changed
|
|
16
|
+
- Updated dependency floors:
|
|
17
|
+
- `standard` to `~> 1.54`, `>= 1.54.0`.
|
|
18
|
+
- `standard-performance` to `~> 1.9`, `>= 1.9.0`.
|
|
19
|
+
- `version_gem` to `~> 1.1`, `>= 1.1.9`.
|
|
20
|
+
- Release, lint, and test dependencies to their latest compatible floors.
|
|
21
|
+
- Corrected gem metadata to declare the Ruby 3.2 runtime floor that has been implicit since the last major release.
|
|
22
|
+
### Fixed
|
|
23
|
+
### Removed
|
|
24
|
+
|
|
25
|
+
## [2.0.3] 2026-06-01
|
|
26
|
+
### Added
|
|
27
|
+
### Changed
|
|
28
|
+
- Required `kettle-soup-cover` v1.1.3 for release specs.
|
|
29
|
+
### Fixed
|
|
30
|
+
### Removed
|
|
31
|
+
|
|
32
|
+
## [2.0.2] 2026-05-30
|
|
33
|
+
### Added
|
|
34
|
+
### Changed
|
|
35
|
+
- Updated release and documentation dependencies.
|
|
36
|
+
### Fixed
|
|
37
|
+
### Removed
|
|
12
38
|
- rubocop-shopify as a transitive dependency (removed from all rubocop-rubyN_N gems)
|
|
13
39
|
|
|
14
40
|
## [2.0.0] 2025-04-17
|
|
@@ -138,7 +164,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
138
164
|
### Added
|
|
139
165
|
- Initial release
|
|
140
166
|
|
|
141
|
-
[Unreleased]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/
|
|
167
|
+
[Unreleased]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v2.0.4...HEAD
|
|
142
168
|
[1.0.11]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.10...v1.0.11
|
|
143
169
|
[1.0.10]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.9...v1.0.10
|
|
144
170
|
[1.0.9]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.8...v1.0.9
|
|
@@ -151,3 +177,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
151
177
|
[1.0.2]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.1...v1.0.2
|
|
152
178
|
[1.0.1]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v1.0.0...v1.0.1
|
|
153
179
|
[1.0.0]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/0c0f82c0eeda184afb5c2c7a3d6b43c10f2d4c1c...v1.0.0
|
|
180
|
+
[2.0.3]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v2.0.2...v2.0.3
|
|
181
|
+
[2.0.2]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v2.0.0...v2.0.2
|
|
182
|
+
[2.0.4]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v2.0.3...v2.0.4
|
data/README.md
CHANGED
|
@@ -1,20 +1,4 @@
|
|
|
1
|
-
<
|
|
2
|
-
<a href="https://rubocop.org#gh-light-mode-only" target="_blank" rel="noopener">
|
|
3
|
-
<img height="120px" src="https://github.com/rubocop-lts/standard-rubocop-lts/raw/main/docs/images/logo/rubocop-light.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
|
|
4
|
-
</a>
|
|
5
|
-
<a href="https://rubocop.org#gh-dark-mode-only" target="_blank" rel="noopener">
|
|
6
|
-
<img height="120px" src="https://github.com/rubocop-lts/standard-rubocop-lts/raw/main/docs/images/logo/rubocop-dark.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
|
|
7
|
-
</a>
|
|
8
|
-
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
|
|
9
|
-
<img height="120px" src="https://github.com/rubocop-lts/standard-rubocop-lts/raw/main/docs/images/logo/ruby-logo.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5, see docs/images/logo/README.txt">
|
|
10
|
-
</a>
|
|
11
|
-
<a href="https://semver.org/#gh-light-mode-only" target="_blank" rel="noopener">
|
|
12
|
-
<img height="120px" src="https://github.com/rubocop-lts/standard-rubocop-lts/raw/main/docs/images/logo/semver-light.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
|
|
13
|
-
</a>
|
|
14
|
-
<a href="https://semver.org/#gh-dark-mode-only" target="_blank" rel="noopener">
|
|
15
|
-
<img height="120px" src="https://github.com/rubocop-lts/standard-rubocop-lts/raw/main/docs/images/logo/semver-dark.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
|
|
16
|
-
</a>
|
|
17
|
-
</p>
|
|
1
|
+
<a href="https://rubocop-lts.gitlab.io/"><img alt="rubocop-lts Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/rubocop-lts/avatar-192px.svg" width="20%" align="right"/></a>
|
|
18
2
|
|
|
19
3
|
# 🦾 Standard::Rubocop::Lts [](https://github.com/rubocop-lts/rubocop-lts)
|
|
20
4
|
|
|
@@ -57,10 +41,13 @@ Only reach as far back as you need to go!
|
|
|
57
41
|
|
|
58
42
|
---
|
|
59
43
|
|
|
60
|
-
The
|
|
44
|
+
The RuboCop LTS family of gems is the distillation of more than 20 years
|
|
61
45
|
of my own Ruby expertise and source code diving,
|
|
62
|
-
built on the shoulders of the expertise of many others
|
|
46
|
+
built on the shoulders of the expertise of many others — `rubocop`, `standard`,
|
|
47
|
+
`rubocop-gradual` and others are runtime dependencies — not reinventing any wheels here);
|
|
63
48
|
organizing that expertise into per-Ruby-version sets of configurations.
|
|
49
|
+
Yes, I typed those emdashes, and wrote this entire README myself without AI —
|
|
50
|
+
`ctrl`-`shift`-`u`-`2014`.
|
|
64
51
|
|
|
65
52
|
Although the situation has improved somewhat,
|
|
66
53
|
it remains [_unsafe_ to upgrade RuboCop, or Standard][Why-Build-This],
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: standard-rubocop-lts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -41,102 +41,102 @@ dependencies:
|
|
|
41
41
|
name: version_gem
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
|
+
- - "~>"
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '1.1'
|
|
44
47
|
- - ">="
|
|
45
48
|
- !ruby/object:Gem::Version
|
|
46
49
|
version: 1.1.9
|
|
47
|
-
- - "<"
|
|
48
|
-
- !ruby/object:Gem::Version
|
|
49
|
-
version: '3'
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
53
|
requirements:
|
|
54
|
+
- - "~>"
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '1.1'
|
|
54
57
|
- - ">="
|
|
55
58
|
- !ruby/object:Gem::Version
|
|
56
59
|
version: 1.1.9
|
|
57
|
-
- - "<"
|
|
58
|
-
- !ruby/object:Gem::Version
|
|
59
|
-
version: '3'
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: standard
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
|
-
- - "
|
|
64
|
+
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: 1.
|
|
67
|
-
- - "
|
|
66
|
+
version: '1.54'
|
|
67
|
+
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version:
|
|
69
|
+
version: 1.54.0
|
|
70
70
|
type: :runtime
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
|
-
- - "
|
|
74
|
+
- - "~>"
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: 1.
|
|
77
|
-
- - "
|
|
76
|
+
version: '1.54'
|
|
77
|
+
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version:
|
|
79
|
+
version: 1.54.0
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: standard-custom
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
83
83
|
requirements:
|
|
84
|
+
- - "~>"
|
|
85
|
+
- !ruby/object:Gem::Version
|
|
86
|
+
version: '1.0'
|
|
84
87
|
- - ">="
|
|
85
88
|
- !ruby/object:Gem::Version
|
|
86
89
|
version: 1.0.2
|
|
87
|
-
- - "<"
|
|
88
|
-
- !ruby/object:Gem::Version
|
|
89
|
-
version: '2'
|
|
90
90
|
type: :runtime
|
|
91
91
|
prerelease: false
|
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
93
93
|
requirements:
|
|
94
|
+
- - "~>"
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: '1.0'
|
|
94
97
|
- - ">="
|
|
95
98
|
- !ruby/object:Gem::Version
|
|
96
99
|
version: 1.0.2
|
|
97
|
-
- - "<"
|
|
98
|
-
- !ruby/object:Gem::Version
|
|
99
|
-
version: '2'
|
|
100
100
|
- !ruby/object:Gem::Dependency
|
|
101
101
|
name: standard-performance
|
|
102
102
|
requirement: !ruby/object:Gem::Requirement
|
|
103
103
|
requirements:
|
|
104
|
-
- - "
|
|
104
|
+
- - "~>"
|
|
105
105
|
- !ruby/object:Gem::Version
|
|
106
|
-
version: 1.
|
|
107
|
-
- - "
|
|
106
|
+
version: '1.9'
|
|
107
|
+
- - ">="
|
|
108
108
|
- !ruby/object:Gem::Version
|
|
109
|
-
version:
|
|
109
|
+
version: 1.9.0
|
|
110
110
|
type: :runtime
|
|
111
111
|
prerelease: false
|
|
112
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
113
113
|
requirements:
|
|
114
|
-
- - "
|
|
114
|
+
- - "~>"
|
|
115
115
|
- !ruby/object:Gem::Version
|
|
116
|
-
version: 1.
|
|
117
|
-
- - "
|
|
116
|
+
version: '1.9'
|
|
117
|
+
- - ">="
|
|
118
118
|
- !ruby/object:Gem::Version
|
|
119
|
-
version:
|
|
119
|
+
version: 1.9.0
|
|
120
120
|
- !ruby/object:Gem::Dependency
|
|
121
121
|
name: rake
|
|
122
122
|
requirement: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements:
|
|
124
124
|
- - "~>"
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: '13.
|
|
126
|
+
version: '13.4'
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: 13.2
|
|
129
|
+
version: 13.4.2
|
|
130
130
|
type: :development
|
|
131
131
|
prerelease: false
|
|
132
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
133
133
|
requirements:
|
|
134
134
|
- - "~>"
|
|
135
135
|
- !ruby/object:Gem::Version
|
|
136
|
-
version: '13.
|
|
136
|
+
version: '13.4'
|
|
137
137
|
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 13.2
|
|
139
|
+
version: 13.4.2
|
|
140
140
|
- !ruby/object:Gem::Dependency
|
|
141
141
|
name: stone_checksums
|
|
142
142
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -186,7 +186,7 @@ dependencies:
|
|
|
186
186
|
version: '0.9'
|
|
187
187
|
- - ">="
|
|
188
188
|
- !ruby/object:Gem::Version
|
|
189
|
-
version: 0.9.
|
|
189
|
+
version: 0.9.44
|
|
190
190
|
type: :development
|
|
191
191
|
prerelease: false
|
|
192
192
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -196,27 +196,27 @@ dependencies:
|
|
|
196
196
|
version: '0.9'
|
|
197
197
|
- - ">="
|
|
198
198
|
- !ruby/object:Gem::Version
|
|
199
|
-
version: 0.9.
|
|
199
|
+
version: 0.9.44
|
|
200
200
|
- !ruby/object:Gem::Dependency
|
|
201
201
|
name: rubocop-lts
|
|
202
202
|
requirement: !ruby/object:Gem::Requirement
|
|
203
203
|
requirements:
|
|
204
204
|
- - "~>"
|
|
205
205
|
- !ruby/object:Gem::Version
|
|
206
|
-
version: '24.
|
|
206
|
+
version: '24.1'
|
|
207
207
|
- - ">="
|
|
208
208
|
- !ruby/object:Gem::Version
|
|
209
|
-
version: 24.0
|
|
209
|
+
version: 24.1.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: '24.
|
|
216
|
+
version: '24.1'
|
|
217
217
|
- - ">="
|
|
218
218
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: 24.0
|
|
219
|
+
version: 24.1.0
|
|
220
220
|
- !ruby/object:Gem::Dependency
|
|
221
221
|
name: rubocop-packaging
|
|
222
222
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -243,20 +243,20 @@ dependencies:
|
|
|
243
243
|
requirements:
|
|
244
244
|
- - "~>"
|
|
245
245
|
- !ruby/object:Gem::Version
|
|
246
|
-
version: '3.
|
|
246
|
+
version: '3.9'
|
|
247
247
|
- - ">="
|
|
248
248
|
- !ruby/object:Gem::Version
|
|
249
|
-
version: 3.
|
|
249
|
+
version: 3.9.0
|
|
250
250
|
type: :development
|
|
251
251
|
prerelease: false
|
|
252
252
|
version_requirements: !ruby/object:Gem::Requirement
|
|
253
253
|
requirements:
|
|
254
254
|
- - "~>"
|
|
255
255
|
- !ruby/object:Gem::Version
|
|
256
|
-
version: '3.
|
|
256
|
+
version: '3.9'
|
|
257
257
|
- - ">="
|
|
258
258
|
- !ruby/object:Gem::Version
|
|
259
|
-
version: 3.
|
|
259
|
+
version: 3.9.0
|
|
260
260
|
- !ruby/object:Gem::Dependency
|
|
261
261
|
name: rspec
|
|
262
262
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -264,6 +264,9 @@ dependencies:
|
|
|
264
264
|
- - "~>"
|
|
265
265
|
- !ruby/object:Gem::Version
|
|
266
266
|
version: '3.13'
|
|
267
|
+
- - ">="
|
|
268
|
+
- !ruby/object:Gem::Version
|
|
269
|
+
version: 3.13.2
|
|
267
270
|
type: :development
|
|
268
271
|
prerelease: false
|
|
269
272
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -271,6 +274,9 @@ dependencies:
|
|
|
271
274
|
- - "~>"
|
|
272
275
|
- !ruby/object:Gem::Version
|
|
273
276
|
version: '3.13'
|
|
277
|
+
- - ">="
|
|
278
|
+
- !ruby/object:Gem::Version
|
|
279
|
+
version: 3.13.2
|
|
274
280
|
- !ruby/object:Gem::Dependency
|
|
275
281
|
name: rspec-block_is_expected
|
|
276
282
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -298,6 +304,9 @@ dependencies:
|
|
|
298
304
|
- - "~>"
|
|
299
305
|
- !ruby/object:Gem::Version
|
|
300
306
|
version: '0.6'
|
|
307
|
+
- - ">="
|
|
308
|
+
- !ruby/object:Gem::Version
|
|
309
|
+
version: 0.6.0
|
|
301
310
|
type: :development
|
|
302
311
|
prerelease: false
|
|
303
312
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -305,6 +314,9 @@ dependencies:
|
|
|
305
314
|
- - "~>"
|
|
306
315
|
- !ruby/object:Gem::Version
|
|
307
316
|
version: '0.6'
|
|
317
|
+
- - ">="
|
|
318
|
+
- !ruby/object:Gem::Version
|
|
319
|
+
version: 0.6.0
|
|
308
320
|
- !ruby/object:Gem::Dependency
|
|
309
321
|
name: rspec-stubbed_env
|
|
310
322
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -390,10 +402,10 @@ licenses:
|
|
|
390
402
|
- MIT
|
|
391
403
|
metadata:
|
|
392
404
|
homepage_uri: https://rubocop-lts.gitlab.io/
|
|
393
|
-
source_code_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/tree/v2.0.
|
|
394
|
-
changelog_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/blob/v2.0.
|
|
405
|
+
source_code_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/tree/v2.0.4
|
|
406
|
+
changelog_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/blob/v2.0.4/CHANGELOG.md
|
|
395
407
|
bug_tracker_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/issues
|
|
396
|
-
documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.
|
|
408
|
+
documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.4
|
|
397
409
|
wiki_uri: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/wikis/home
|
|
398
410
|
funding_uri: https://liberapay.com/pboling
|
|
399
411
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|