rubocop-ruby1_8 2.0.5 → 2.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 +16 -1
- data/MIT.md +21 -0
- data/lib/rubocop/ruby1_8/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +23 -22
- 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: 206adbcbf77651c88a93db2ec7ee689c0ca9c0fb96c616ee00050bfd11b39762
|
|
4
|
+
data.tar.gz: f88df44ff755f4969cc184aea7f59bc005fdcd2b040af1dde1acad6257e9b4b8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ef64d62648f4363741b49852a5c12ce93a1c9e409a0bc3d227f6dd78fcb9d41c68cfc0cefe606bfc2cb8a3d97f00e9d9b7981aa380138bd900e9ab6f04b8471
|
|
7
|
+
data.tar.gz: b796b608caf4a26c1d20a32f1a2299b6887fa446f4f0d748ed4bf8c5c74f257c3ebe288cd3449aa9210630cfa36d0327915038a9ae1ab23a908580b736ac22f3
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,19 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.6] - 2026-07-03
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.6][2.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
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Refreshed `Gemfile.lock` to use the released `rubocop-lts-rspec` 1.0.4 dependency.
|
|
43
|
+
|
|
44
|
+
- Package configured license files in gem release file lists.
|
|
45
|
+
|
|
33
46
|
## [2.0.5] - 2026-06-28
|
|
34
47
|
|
|
35
48
|
- TAG: [v2.0.5][2.0.5t]
|
|
@@ -215,7 +228,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
215
228
|
- betterlint
|
|
216
229
|
- standard-rails
|
|
217
230
|
|
|
218
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby1_8/compare/v2.0.
|
|
231
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby1_8/compare/v2.0.6...HEAD
|
|
232
|
+
[2.0.6]: https://github.com/rubocop-lts/rubocop-ruby1_8/compare/v2.0.5...v2.0.6
|
|
233
|
+
[2.0.6t]: https://github.com/rubocop-lts/rubocop-ruby1_8/releases/tag/v2.0.6
|
|
219
234
|
[2.0.5]: https://github.com/rubocop-lts/rubocop-ruby1_8/compare/v2.0.4...v2.0.5
|
|
220
235
|
[2.0.5t]: https://github.com/rubocop-lts/rubocop-ruby1_8/releases/tag/v2.0.5
|
|
221
236
|
[2.0.4]: https://github.com/rubocop-lts/rubocop-ruby1_8/compare/v2.0.2...v2.0.4
|
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: rubocop-ruby1_8
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -126,7 +126,7 @@ dependencies:
|
|
|
126
126
|
version: '2.0'
|
|
127
127
|
- - ">="
|
|
128
128
|
- !ruby/object:Gem::Version
|
|
129
|
-
version: 2.0.
|
|
129
|
+
version: 2.0.9
|
|
130
130
|
type: :runtime
|
|
131
131
|
prerelease: false
|
|
132
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -136,7 +136,7 @@ dependencies:
|
|
|
136
136
|
version: '2.0'
|
|
137
137
|
- - ">="
|
|
138
138
|
- !ruby/object:Gem::Version
|
|
139
|
-
version: 2.0.
|
|
139
|
+
version: 2.0.9
|
|
140
140
|
- !ruby/object:Gem::Dependency
|
|
141
141
|
name: version_gem
|
|
142
142
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -163,20 +163,20 @@ dependencies:
|
|
|
163
163
|
requirements:
|
|
164
164
|
- - "~>"
|
|
165
165
|
- !ruby/object:Gem::Version
|
|
166
|
-
version: '2.
|
|
166
|
+
version: '2.3'
|
|
167
167
|
- - ">="
|
|
168
168
|
- !ruby/object:Gem::Version
|
|
169
|
-
version: 2.
|
|
169
|
+
version: 2.3.0
|
|
170
170
|
type: :development
|
|
171
171
|
prerelease: false
|
|
172
172
|
version_requirements: !ruby/object:Gem::Requirement
|
|
173
173
|
requirements:
|
|
174
174
|
- - "~>"
|
|
175
175
|
- !ruby/object:Gem::Version
|
|
176
|
-
version: '2.
|
|
176
|
+
version: '2.3'
|
|
177
177
|
- - ">="
|
|
178
178
|
- !ruby/object:Gem::Version
|
|
179
|
-
version: 2.
|
|
179
|
+
version: 2.3.0
|
|
180
180
|
- !ruby/object:Gem::Dependency
|
|
181
181
|
name: bundler-audit
|
|
182
182
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -240,7 +240,7 @@ dependencies:
|
|
|
240
240
|
version: '3.1'
|
|
241
241
|
- - ">="
|
|
242
242
|
- !ruby/object:Gem::Version
|
|
243
|
-
version: 3.1.
|
|
243
|
+
version: 3.1.4
|
|
244
244
|
type: :development
|
|
245
245
|
prerelease: false
|
|
246
246
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -250,7 +250,7 @@ dependencies:
|
|
|
250
250
|
version: '3.1'
|
|
251
251
|
- - ">="
|
|
252
252
|
- !ruby/object:Gem::Version
|
|
253
|
-
version: 3.1.
|
|
253
|
+
version: 3.1.4
|
|
254
254
|
- !ruby/object:Gem::Dependency
|
|
255
255
|
name: kettle-test
|
|
256
256
|
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.9
|
|
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.9
|
|
274
274
|
- !ruby/object:Gem::Dependency
|
|
275
275
|
name: turbo_tests2
|
|
276
276
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -280,7 +280,7 @@ dependencies:
|
|
|
280
280
|
version: '3.1'
|
|
281
281
|
- - ">="
|
|
282
282
|
- !ruby/object:Gem::Version
|
|
283
|
-
version: 3.1.
|
|
283
|
+
version: 3.1.6
|
|
284
284
|
type: :development
|
|
285
285
|
prerelease: false
|
|
286
286
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -290,7 +290,7 @@ dependencies:
|
|
|
290
290
|
version: '3.1'
|
|
291
291
|
- - ">="
|
|
292
292
|
- !ruby/object:Gem::Version
|
|
293
|
-
version: 3.1.
|
|
293
|
+
version: 3.1.6
|
|
294
294
|
- !ruby/object:Gem::Dependency
|
|
295
295
|
name: ruby-progressbar
|
|
296
296
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -314,7 +314,7 @@ dependencies:
|
|
|
314
314
|
version: '1.0'
|
|
315
315
|
- - ">="
|
|
316
316
|
- !ruby/object:Gem::Version
|
|
317
|
-
version: 1.0.
|
|
317
|
+
version: 1.0.5
|
|
318
318
|
type: :development
|
|
319
319
|
prerelease: false
|
|
320
320
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -324,7 +324,7 @@ dependencies:
|
|
|
324
324
|
version: '1.0'
|
|
325
325
|
- - ">="
|
|
326
326
|
- !ruby/object:Gem::Version
|
|
327
|
-
version: 1.0.
|
|
327
|
+
version: 1.0.5
|
|
328
328
|
- !ruby/object:Gem::Dependency
|
|
329
329
|
name: gitmoji-regex
|
|
330
330
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -334,7 +334,7 @@ dependencies:
|
|
|
334
334
|
version: '2.0'
|
|
335
335
|
- - ">="
|
|
336
336
|
- !ruby/object:Gem::Version
|
|
337
|
-
version: 2.0.
|
|
337
|
+
version: 2.0.4
|
|
338
338
|
type: :development
|
|
339
339
|
prerelease: false
|
|
340
340
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -344,7 +344,7 @@ dependencies:
|
|
|
344
344
|
version: '2.0'
|
|
345
345
|
- - ">="
|
|
346
346
|
- !ruby/object:Gem::Version
|
|
347
|
-
version: 2.0.
|
|
347
|
+
version: 2.0.4
|
|
348
348
|
- !ruby/object:Gem::Dependency
|
|
349
349
|
name: kramdown
|
|
350
350
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -434,7 +434,7 @@ dependencies:
|
|
|
434
434
|
version: '1.0'
|
|
435
435
|
- - ">="
|
|
436
436
|
- !ruby/object:Gem::Version
|
|
437
|
-
version: 1.0.
|
|
437
|
+
version: 1.0.6
|
|
438
438
|
type: :development
|
|
439
439
|
prerelease: false
|
|
440
440
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -444,7 +444,7 @@ dependencies:
|
|
|
444
444
|
version: '1.0'
|
|
445
445
|
- - ">="
|
|
446
446
|
- !ruby/object:Gem::Version
|
|
447
|
-
version: 1.0.
|
|
447
|
+
version: 1.0.6
|
|
448
448
|
- !ruby/object:Gem::Dependency
|
|
449
449
|
name: rubocop-lts-rspec
|
|
450
450
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -528,6 +528,7 @@ files:
|
|
|
528
528
|
- CONTRIBUTING.md
|
|
529
529
|
- FUNDING.md
|
|
530
530
|
- LICENSE.md
|
|
531
|
+
- MIT.md
|
|
531
532
|
- README.md
|
|
532
533
|
- RUBOCOP.md
|
|
533
534
|
- SECURITY.md
|
|
@@ -555,10 +556,10 @@ licenses:
|
|
|
555
556
|
- MIT
|
|
556
557
|
metadata:
|
|
557
558
|
homepage_uri: https://rubocop-ruby1-8.galtzo.com
|
|
558
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby1_8/tree/v2.0.
|
|
559
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby1_8/blob/v2.0.
|
|
559
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby1_8/tree/v2.0.6
|
|
560
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby1_8/blob/v2.0.6/CHANGELOG.md
|
|
560
561
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby1_8/issues
|
|
561
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby1_8/2.0.
|
|
562
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby1_8/2.0.6
|
|
562
563
|
funding_uri: https://github.com/sponsors/pboling
|
|
563
564
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby1_8/wiki
|
|
564
565
|
news_uri: https://www.railsbling.com/tags/rubocop-ruby1_8
|
metadata.gz.sig
CHANGED
|
Binary file
|