rubocop-ruby1_9 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 +1 -3
- data/CHANGELOG.md +16 -1
- data/MIT.md +21 -0
- data/lib/rubocop/ruby1_9/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: b3b3a2fe3a09f4df982bb650549a638bbcd28230464e380308b3f87c126c776c
|
|
4
|
+
data.tar.gz: e72982d7850be5ad661afad0097e8de24d2be1ba54751cfa6e933b5a2ef3a94c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28f20e7ad80d9fa41e004595a4b3d7f4ac91f06577ae963aa6e6b1445a5a0173a065cf9a48abb98709e3c658948e7092794b563ee661a3eab2d1c36cc931bcae
|
|
7
|
+
data.tar.gz: 48eff1692fd0c52abf680e5fd58c8bb5b14ff658ae291caf50b861e4267c1caa39eadbb467962fa4996ce2696808a0616aac29cc21dd95be7a2e6c20bba999ac
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
|
|
2
|
-
��H�]�~�}�K�y�#�[��Ec����@���v��C������2��6��@7�D�XXЪ���"wx>�SwQ,��2^�]I�\�_�hJ�Nju�K�%��\0����1!���8�>5����5�$���4�8#��P����M�L�MJEB�t�ą
|
|
3
|
-
�N�GA�l�#'�际��{�x� \��*��
|
|
1
|
+
�W�+���V�٦C���Lڦ���1�-���J�?hG�M�Ҿ�'��k��c/�67���"FWO��[B5��R躅��ܮ�����g4���[����!Z��)�&�I��g�J�y�5�|$)�3VP�^W�a�ݒ5���Z^#,�ư���X��k�M�NJs�'DЬ8��Q������.k�f���>f-Lx����V�P7�M�`�pY�U�*P��̌�@�>!XX�����?q0�[��]T������%=�Rd�K$=[��.@5Pa�'�}�r�Syc�y��=j�4/5-snK����='�J�6�7�x*@��jr�7K����#�[z�8ݗ'�$d�-:��=P���|�@k�8�_���X��f�ZW��
|
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
|
+
## [3.0.6] - 2026-07-03
|
|
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
|
+
|
|
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
|
## [3.0.5] - 2026-06-28
|
|
34
47
|
|
|
35
48
|
- TAG: [v3.0.5][3.0.5t]
|
|
@@ -254,7 +267,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
254
267
|
|
|
255
268
|
- Initial release
|
|
256
269
|
|
|
257
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v3.0.
|
|
270
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v3.0.6...HEAD
|
|
271
|
+
[3.0.6]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v3.0.5...v3.0.6
|
|
272
|
+
[3.0.6t]: https://github.com/rubocop-lts/rubocop-ruby1_9/releases/tag/v3.0.6
|
|
258
273
|
[3.0.5]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v3.0.4...v3.0.5
|
|
259
274
|
[3.0.5t]: https://github.com/rubocop-lts/rubocop-ruby1_9/releases/tag/v3.0.5
|
|
260
275
|
[3.0.4]: https://github.com/rubocop-lts/rubocop-ruby1_9/compare/v3.0.2...v3.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_9
|
|
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
|
|
@@ -127,7 +127,7 @@ dependencies:
|
|
|
127
127
|
version: '2.0'
|
|
128
128
|
- - ">="
|
|
129
129
|
- !ruby/object:Gem::Version
|
|
130
|
-
version: 2.0.
|
|
130
|
+
version: 2.0.9
|
|
131
131
|
type: :runtime
|
|
132
132
|
prerelease: false
|
|
133
133
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -137,7 +137,7 @@ dependencies:
|
|
|
137
137
|
version: '2.0'
|
|
138
138
|
- - ">="
|
|
139
139
|
- !ruby/object:Gem::Version
|
|
140
|
-
version: 2.0.
|
|
140
|
+
version: 2.0.9
|
|
141
141
|
- !ruby/object:Gem::Dependency
|
|
142
142
|
name: version_gem
|
|
143
143
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -164,20 +164,20 @@ dependencies:
|
|
|
164
164
|
requirements:
|
|
165
165
|
- - "~>"
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: '2.
|
|
167
|
+
version: '2.3'
|
|
168
168
|
- - ">="
|
|
169
169
|
- !ruby/object:Gem::Version
|
|
170
|
-
version: 2.
|
|
170
|
+
version: 2.3.0
|
|
171
171
|
type: :development
|
|
172
172
|
prerelease: false
|
|
173
173
|
version_requirements: !ruby/object:Gem::Requirement
|
|
174
174
|
requirements:
|
|
175
175
|
- - "~>"
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: '2.
|
|
177
|
+
version: '2.3'
|
|
178
178
|
- - ">="
|
|
179
179
|
- !ruby/object:Gem::Version
|
|
180
|
-
version: 2.
|
|
180
|
+
version: 2.3.0
|
|
181
181
|
- !ruby/object:Gem::Dependency
|
|
182
182
|
name: bundler-audit
|
|
183
183
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -241,7 +241,7 @@ dependencies:
|
|
|
241
241
|
version: '3.1'
|
|
242
242
|
- - ">="
|
|
243
243
|
- !ruby/object:Gem::Version
|
|
244
|
-
version: 3.1.
|
|
244
|
+
version: 3.1.4
|
|
245
245
|
type: :development
|
|
246
246
|
prerelease: false
|
|
247
247
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -251,7 +251,7 @@ dependencies:
|
|
|
251
251
|
version: '3.1'
|
|
252
252
|
- - ">="
|
|
253
253
|
- !ruby/object:Gem::Version
|
|
254
|
-
version: 3.1.
|
|
254
|
+
version: 3.1.4
|
|
255
255
|
- !ruby/object:Gem::Dependency
|
|
256
256
|
name: kettle-test
|
|
257
257
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -261,7 +261,7 @@ dependencies:
|
|
|
261
261
|
version: '2.0'
|
|
262
262
|
- - ">="
|
|
263
263
|
- !ruby/object:Gem::Version
|
|
264
|
-
version: 2.0.
|
|
264
|
+
version: 2.0.9
|
|
265
265
|
type: :development
|
|
266
266
|
prerelease: false
|
|
267
267
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -271,7 +271,7 @@ dependencies:
|
|
|
271
271
|
version: '2.0'
|
|
272
272
|
- - ">="
|
|
273
273
|
- !ruby/object:Gem::Version
|
|
274
|
-
version: 2.0.
|
|
274
|
+
version: 2.0.9
|
|
275
275
|
- !ruby/object:Gem::Dependency
|
|
276
276
|
name: turbo_tests2
|
|
277
277
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -281,7 +281,7 @@ dependencies:
|
|
|
281
281
|
version: '3.1'
|
|
282
282
|
- - ">="
|
|
283
283
|
- !ruby/object:Gem::Version
|
|
284
|
-
version: 3.1.
|
|
284
|
+
version: 3.1.6
|
|
285
285
|
type: :development
|
|
286
286
|
prerelease: false
|
|
287
287
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -291,7 +291,7 @@ dependencies:
|
|
|
291
291
|
version: '3.1'
|
|
292
292
|
- - ">="
|
|
293
293
|
- !ruby/object:Gem::Version
|
|
294
|
-
version: 3.1.
|
|
294
|
+
version: 3.1.6
|
|
295
295
|
- !ruby/object:Gem::Dependency
|
|
296
296
|
name: ruby-progressbar
|
|
297
297
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -315,7 +315,7 @@ dependencies:
|
|
|
315
315
|
version: '1.0'
|
|
316
316
|
- - ">="
|
|
317
317
|
- !ruby/object:Gem::Version
|
|
318
|
-
version: 1.0.
|
|
318
|
+
version: 1.0.5
|
|
319
319
|
type: :development
|
|
320
320
|
prerelease: false
|
|
321
321
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -325,7 +325,7 @@ dependencies:
|
|
|
325
325
|
version: '1.0'
|
|
326
326
|
- - ">="
|
|
327
327
|
- !ruby/object:Gem::Version
|
|
328
|
-
version: 1.0.
|
|
328
|
+
version: 1.0.5
|
|
329
329
|
- !ruby/object:Gem::Dependency
|
|
330
330
|
name: gitmoji-regex
|
|
331
331
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -335,7 +335,7 @@ dependencies:
|
|
|
335
335
|
version: '2.0'
|
|
336
336
|
- - ">="
|
|
337
337
|
- !ruby/object:Gem::Version
|
|
338
|
-
version: 2.0.
|
|
338
|
+
version: 2.0.4
|
|
339
339
|
type: :development
|
|
340
340
|
prerelease: false
|
|
341
341
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -345,7 +345,7 @@ dependencies:
|
|
|
345
345
|
version: '2.0'
|
|
346
346
|
- - ">="
|
|
347
347
|
- !ruby/object:Gem::Version
|
|
348
|
-
version: 2.0.
|
|
348
|
+
version: 2.0.4
|
|
349
349
|
- !ruby/object:Gem::Dependency
|
|
350
350
|
name: kramdown
|
|
351
351
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -435,7 +435,7 @@ dependencies:
|
|
|
435
435
|
version: '1.0'
|
|
436
436
|
- - ">="
|
|
437
437
|
- !ruby/object:Gem::Version
|
|
438
|
-
version: 1.0.
|
|
438
|
+
version: 1.0.6
|
|
439
439
|
type: :development
|
|
440
440
|
prerelease: false
|
|
441
441
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -445,7 +445,7 @@ dependencies:
|
|
|
445
445
|
version: '1.0'
|
|
446
446
|
- - ">="
|
|
447
447
|
- !ruby/object:Gem::Version
|
|
448
|
-
version: 1.0.
|
|
448
|
+
version: 1.0.6
|
|
449
449
|
- !ruby/object:Gem::Dependency
|
|
450
450
|
name: rubocop-lts-rspec
|
|
451
451
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -529,6 +529,7 @@ files:
|
|
|
529
529
|
- CONTRIBUTING.md
|
|
530
530
|
- FUNDING.md
|
|
531
531
|
- LICENSE.md
|
|
532
|
+
- MIT.md
|
|
532
533
|
- README.md
|
|
533
534
|
- RUBOCOP.md
|
|
534
535
|
- SECURITY.md
|
|
@@ -556,10 +557,10 @@ licenses:
|
|
|
556
557
|
- MIT
|
|
557
558
|
metadata:
|
|
558
559
|
homepage_uri: https://rubocop-ruby1-9.galtzo.com
|
|
559
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby1_9/tree/v3.0.
|
|
560
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby1_9/blob/v3.0.
|
|
560
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby1_9/tree/v3.0.6
|
|
561
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby1_9/blob/v3.0.6/CHANGELOG.md
|
|
561
562
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby1_9/issues
|
|
562
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby1_9/3.0.
|
|
563
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby1_9/3.0.6
|
|
563
564
|
funding_uri: https://github.com/sponsors/pboling
|
|
564
565
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby1_9/wiki
|
|
565
566
|
news_uri: https://www.railsbling.com/tags/rubocop-ruby1_9
|
metadata.gz.sig
CHANGED
|
Binary file
|