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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 43a81e12852f50d4220091b0d1ffb6a974ddd00b9004e884d39d12b2c1ee8216
4
- data.tar.gz: 17d69b8367ef920676c85b7ddb0f41c365e6ec0503d77f9a8b83889d915c4edb
3
+ metadata.gz: 636f1b84ad50dc07f1a1031d0651e35f50c2ed0599f83100d997327dccffe238
4
+ data.tar.gz: b2dede55d7853b901ba1137e7b2941240ccb3cf866ef812f7e76accdc896f325
5
5
  SHA512:
6
- metadata.gz: 50eb020ac169d5b0dba9c184b801315745b651a8e5f1fd366c461ad7a94105f60b70d591c40261f2147bf5f987b9c9b700df2fb8ab84686cef630554349c3191
7
- data.tar.gz: 54c986d8ad2180a1096681b1b8188946c99c6b6e23c3860c2bd1e6acfd5133e5aadaee612f9d82e3acbe7005a5e1866d9bd94f99e2896689d5acd97245b6a700
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.9...HEAD
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.
@@ -4,7 +4,7 @@ module Standard
4
4
  module Rubocop
5
5
  module Lts
6
6
  module Version
7
- VERSION = "2.0.9"
7
+ VERSION = "2.0.10"
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: standard-rubocop-lts
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.9
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.2'
126
+ version: '2.3'
127
127
  - - ">="
128
128
  - !ruby/object:Gem::Version
129
- version: 2.2.23
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.2'
136
+ version: '2.3'
137
137
  - - ">="
138
138
  - !ruby/object:Gem::Version
139
- version: 2.2.23
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.3
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.3
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.8
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.8
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.5
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.5
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.3
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.3
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.3
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.3
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.4
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.4
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.9
536
- changelog_uri: https://github.com/rubocop-lts/standard-rubocop-lts/blob/v2.0.9/CHANGELOG.md
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.9
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