standard-rubocop-lts 2.0.9 → 2.0.10
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 +14 -1
- data/MIT.md +21 -0
- data/lib/standard/rubocop/lts/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +21 -20
- 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: 636f1b84ad50dc07f1a1031d0651e35f50c2ed0599f83100d997327dccffe238
|
|
4
|
+
data.tar.gz: b2dede55d7853b901ba1137e7b2941240ccb3cf866ef812f7e76accdc896f325
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 04d869346b298bb1a8c04f76125d12bd3916e50095557144409d83bba965a373da24da1af8f694aa6d8c21022a067192d24a7f92fbde6635e6d2c0bf2547d9f1
|
|
7
|
+
data.tar.gz: 5ffdecbb186a676e78654adbf6eddb59a3d61fda7ba2c32ff2aa42cfa5e5b1e7d5e633f54be4643cff879d3aa7dd0199ea200e8bf37047ef09242988c26d6295
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.10] - 2026-07-03
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.10][2.0.10t]
|
|
36
|
+
- COVERAGE: 100.00% -- 19/19 lines in 4 files
|
|
37
|
+
- BRANCH COVERAGE: 0.00% -- 0/0 branches in 4 files
|
|
38
|
+
- 71.43% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Package configured license files in gem release file lists.
|
|
43
|
+
|
|
33
44
|
## [2.0.9] - 2026-06-29
|
|
34
45
|
|
|
35
46
|
- TAG: [v2.0.9][2.0.9t]
|
|
@@ -311,7 +322,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
311
322
|
|
|
312
323
|
- Initial release
|
|
313
324
|
|
|
314
|
-
[Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.
|
|
325
|
+
[Unreleased]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.10...HEAD
|
|
326
|
+
[2.0.10]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.9...v2.0.10
|
|
327
|
+
[2.0.10t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.10
|
|
315
328
|
[2.0.9]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.8...v2.0.9
|
|
316
329
|
[2.0.9t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.9
|
|
317
330
|
[2.0.8]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.7...v2.0.8
|
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.
|
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.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -123,20 +123,20 @@ dependencies:
|
|
|
123
123
|
requirements:
|
|
124
124
|
- - "~>"
|
|
125
125
|
- !ruby/object:Gem::Version
|
|
126
|
-
version: '2.
|
|
126
|
+
version: '2.3'
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: 2.
|
|
129
|
+
version: 2.3.0
|
|
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: '2.
|
|
136
|
+
version: '2.3'
|
|
137
137
|
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 2.
|
|
139
|
+
version: 2.3.0
|
|
140
140
|
- !ruby/object:Gem::Dependency
|
|
141
141
|
name: bundler-audit
|
|
142
142
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -194,7 +194,7 @@ dependencies:
|
|
|
194
194
|
version: '3.1'
|
|
195
195
|
- - ">="
|
|
196
196
|
- !ruby/object:Gem::Version
|
|
197
|
-
version: 3.1.
|
|
197
|
+
version: 3.1.4
|
|
198
198
|
type: :development
|
|
199
199
|
prerelease: false
|
|
200
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -204,7 +204,7 @@ dependencies:
|
|
|
204
204
|
version: '3.1'
|
|
205
205
|
- - ">="
|
|
206
206
|
- !ruby/object:Gem::Version
|
|
207
|
-
version: 3.1.
|
|
207
|
+
version: 3.1.4
|
|
208
208
|
- !ruby/object:Gem::Dependency
|
|
209
209
|
name: kettle-test
|
|
210
210
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -214,7 +214,7 @@ dependencies:
|
|
|
214
214
|
version: '2.0'
|
|
215
215
|
- - ">="
|
|
216
216
|
- !ruby/object:Gem::Version
|
|
217
|
-
version: 2.0.
|
|
217
|
+
version: 2.0.9
|
|
218
218
|
type: :development
|
|
219
219
|
prerelease: false
|
|
220
220
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -224,7 +224,7 @@ dependencies:
|
|
|
224
224
|
version: '2.0'
|
|
225
225
|
- - ">="
|
|
226
226
|
- !ruby/object:Gem::Version
|
|
227
|
-
version: 2.0.
|
|
227
|
+
version: 2.0.9
|
|
228
228
|
- !ruby/object:Gem::Dependency
|
|
229
229
|
name: turbo_tests2
|
|
230
230
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -234,7 +234,7 @@ dependencies:
|
|
|
234
234
|
version: '3.1'
|
|
235
235
|
- - ">="
|
|
236
236
|
- !ruby/object:Gem::Version
|
|
237
|
-
version: 3.1.
|
|
237
|
+
version: 3.1.6
|
|
238
238
|
type: :development
|
|
239
239
|
prerelease: false
|
|
240
240
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -244,7 +244,7 @@ dependencies:
|
|
|
244
244
|
version: '3.1'
|
|
245
245
|
- - ">="
|
|
246
246
|
- !ruby/object:Gem::Version
|
|
247
|
-
version: 3.1.
|
|
247
|
+
version: 3.1.6
|
|
248
248
|
- !ruby/object:Gem::Dependency
|
|
249
249
|
name: ruby-progressbar
|
|
250
250
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -268,7 +268,7 @@ dependencies:
|
|
|
268
268
|
version: '1.0'
|
|
269
269
|
- - ">="
|
|
270
270
|
- !ruby/object:Gem::Version
|
|
271
|
-
version: 1.0.
|
|
271
|
+
version: 1.0.5
|
|
272
272
|
type: :development
|
|
273
273
|
prerelease: false
|
|
274
274
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -278,7 +278,7 @@ dependencies:
|
|
|
278
278
|
version: '1.0'
|
|
279
279
|
- - ">="
|
|
280
280
|
- !ruby/object:Gem::Version
|
|
281
|
-
version: 1.0.
|
|
281
|
+
version: 1.0.5
|
|
282
282
|
- !ruby/object:Gem::Dependency
|
|
283
283
|
name: gitmoji-regex
|
|
284
284
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -288,7 +288,7 @@ dependencies:
|
|
|
288
288
|
version: '2.0'
|
|
289
289
|
- - ">="
|
|
290
290
|
- !ruby/object:Gem::Version
|
|
291
|
-
version: 2.0.
|
|
291
|
+
version: 2.0.4
|
|
292
292
|
type: :development
|
|
293
293
|
prerelease: false
|
|
294
294
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -298,7 +298,7 @@ dependencies:
|
|
|
298
298
|
version: '2.0'
|
|
299
299
|
- - ">="
|
|
300
300
|
- !ruby/object:Gem::Version
|
|
301
|
-
version: 2.0.
|
|
301
|
+
version: 2.0.4
|
|
302
302
|
- !ruby/object:Gem::Dependency
|
|
303
303
|
name: rspec
|
|
304
304
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -368,7 +368,7 @@ dependencies:
|
|
|
368
368
|
version: '1.0'
|
|
369
369
|
- - ">="
|
|
370
370
|
- !ruby/object:Gem::Version
|
|
371
|
-
version: 1.0.
|
|
371
|
+
version: 1.0.6
|
|
372
372
|
type: :development
|
|
373
373
|
prerelease: false
|
|
374
374
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -378,7 +378,7 @@ dependencies:
|
|
|
378
378
|
version: '1.0'
|
|
379
379
|
- - ">="
|
|
380
380
|
- !ruby/object:Gem::Version
|
|
381
|
-
version: 1.0.
|
|
381
|
+
version: 1.0.6
|
|
382
382
|
- !ruby/object:Gem::Dependency
|
|
383
383
|
name: rubocop-lts
|
|
384
384
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -483,6 +483,7 @@ files:
|
|
|
483
483
|
- CONTRIBUTING.md
|
|
484
484
|
- FUNDING.md
|
|
485
485
|
- LICENSE.md
|
|
486
|
+
- MIT.md
|
|
486
487
|
- README.md
|
|
487
488
|
- RUBOCOP.md
|
|
488
489
|
- SECURITY.md
|
|
@@ -532,10 +533,10 @@ licenses:
|
|
|
532
533
|
- MIT
|
|
533
534
|
metadata:
|
|
534
535
|
homepage_uri: https://standard-rubocop-lts.galtzo.com
|
|
535
|
-
source_code_uri: https://github.com/rubocop-lts/standard-rubocop-lts/tree/v2.0.
|
|
536
|
-
changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.
|
|
536
|
+
source_code_uri: https://github.com/rubocop-lts/standard-rubocop-lts/tree/v2.0.10
|
|
537
|
+
changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.10/CHANGELOG.md
|
|
537
538
|
bug_tracker_uri: https://github.com/rubocop-lts/standard-rubocop-lts/issues
|
|
538
|
-
documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.
|
|
539
|
+
documentation_uri: https://www.rubydoc.info/gems/standard-rubocop-lts/2.0.10
|
|
539
540
|
funding_uri: https://github.com/sponsors/pboling
|
|
540
541
|
wiki_uri: https://github.com/rubocop-lts/standard-rubocop-lts/wiki
|
|
541
542
|
news_uri: https://www.railsbling.com/tags/standard-rubocop-lts
|
metadata.gz.sig
CHANGED
|
Binary file
|