standard-rubocop-lts 2.0.8 → 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 +29 -1
- data/MIT.md +21 -0
- data/certs/pboling.pem +27 -0
- data/config/internal/base.yml +49 -0
- data/config/internal/ruby-1.8.yml +22 -0
- data/config/internal/ruby-1.9.yml +48 -0
- data/config/internal/ruby-2.0.yml +10 -0
- data/config/internal/ruby-2.1.yml +4 -0
- data/config/internal/ruby-2.2.yml +9 -0
- data/config/internal/ruby-2.3.yml +4 -0
- data/config/internal/ruby-2.4.yml +4 -0
- data/config/internal/ruby-2.5.yml +4 -0
- data/config/internal/ruby-2.6.yml +4 -0
- data/config/internal/ruby-2.7.yml +4 -0
- data/config/internal/ruby-3.0.yml +4 -0
- data/config/internal/ruby-3.1.yml +4 -0
- data/config/internal/ruby-3.2.yml +4 -0
- data/config/internal/ruby-3.3.yml +5 -0
- data/config/internal/ruby-3.4.yml +4 -0
- data/config/internal/ruby-3.5.yml +6 -0
- data/lib/standard/rubocop/lts/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +39 -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,30 @@ 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
|
+
|
|
44
|
+
## [2.0.9] - 2026-06-29
|
|
45
|
+
|
|
46
|
+
- TAG: [v2.0.9][2.0.9t]
|
|
47
|
+
- COVERAGE: 100.00% -- 19/19 lines in 4 files
|
|
48
|
+
- BRANCH COVERAGE: 0.00% -- 0/0 branches in 4 files
|
|
49
|
+
- 71.43% documented
|
|
50
|
+
|
|
51
|
+
### Fixed
|
|
52
|
+
|
|
53
|
+
- Restored recursive packaging of `config/**/*.yml` without using a frozen
|
|
54
|
+
duplicate `spec.files` override, so `config/internal/*.yml` is included in
|
|
55
|
+
built gems and remains compatible with kettle-jem gemspec merging.
|
|
56
|
+
|
|
33
57
|
## [2.0.8] - 2026-06-28
|
|
34
58
|
|
|
35
59
|
- TAG: [v2.0.8][2.0.8t]
|
|
@@ -298,7 +322,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
298
322
|
|
|
299
323
|
- Initial release
|
|
300
324
|
|
|
301
|
-
[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
|
|
328
|
+
[2.0.9]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.8...v2.0.9
|
|
329
|
+
[2.0.9t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.9
|
|
302
330
|
[2.0.8]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.7...v2.0.8
|
|
303
331
|
[2.0.8t]: https://github.com/rubocop-lts/standard-rubocop-lts/releases/tag/v2.0.8
|
|
304
332
|
[2.0.7]: https://github.com/rubocop-lts/standard-rubocop-lts/compare/v2.0.5...v2.0.7
|
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/certs/pboling.pem
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
-----BEGIN CERTIFICATE-----
|
|
2
|
+
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
|
3
|
+
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
|
4
|
+
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
|
5
|
+
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
6
|
+
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
|
|
7
|
+
uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
|
|
8
|
+
LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
|
|
9
|
+
mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
|
|
10
|
+
coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
|
|
11
|
+
FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
|
|
12
|
+
yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
|
|
13
|
+
to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
|
|
14
|
+
qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
|
|
15
|
+
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
|
|
16
|
+
HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
|
17
|
+
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
|
18
|
+
ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
|
|
19
|
+
wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
|
|
20
|
+
L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
|
|
21
|
+
GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
|
|
22
|
+
kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
|
|
23
|
+
QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
|
|
24
|
+
0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
|
|
25
|
+
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
|
26
|
+
L9nRqA==
|
|
27
|
+
-----END CERTIFICATE-----
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Alphabetizing lists enforces minimal churn in git history post-correction
|
|
2
|
+
Bundler/OrderedGems:
|
|
3
|
+
Enabled: true
|
|
4
|
+
|
|
5
|
+
Gemspec/DependencyVersion:
|
|
6
|
+
Enabled: true
|
|
7
|
+
EnforcedStyle: required
|
|
8
|
+
|
|
9
|
+
# See: https://github.com/rubygems/rubygems/discussions/5065#discussioncomment-7031586
|
|
10
|
+
Gemspec/DevelopmentDependencies:
|
|
11
|
+
Enabled: true
|
|
12
|
+
EnforcedStyle: gemspec
|
|
13
|
+
|
|
14
|
+
# Alphabetizing lists enforces minimal churn in git history
|
|
15
|
+
Gemspec/OrderedDependencies:
|
|
16
|
+
Enabled: true
|
|
17
|
+
|
|
18
|
+
Gemspec/RequiredRubyVersion:
|
|
19
|
+
Enabled: true
|
|
20
|
+
|
|
21
|
+
Gemspec/RubyVersionGlobalsUsage:
|
|
22
|
+
Enabled: true
|
|
23
|
+
|
|
24
|
+
# See: https://github.com/rubocop/rubocop-performance/issues/329#issuecomment-1451511402
|
|
25
|
+
Performance/ArraySemiInfiniteRangeSlice:
|
|
26
|
+
Enabled: false
|
|
27
|
+
|
|
28
|
+
# See: https://github.com/rubocop/rubocop-performance/issues/329#issuecomment-1451511402
|
|
29
|
+
Performance/BigDecimalWithNumericArgument:
|
|
30
|
+
Enabled: false
|
|
31
|
+
|
|
32
|
+
# See: https://github.com/rubocop/rubocop-performance/issues/329#issuecomment-1375527811
|
|
33
|
+
Performance/BlockGivenWithExplicitBlock:
|
|
34
|
+
Enabled: false
|
|
35
|
+
|
|
36
|
+
# See:
|
|
37
|
+
# https://github.com/rubocop/rubocop-performance/issues/240
|
|
38
|
+
# https://github.com/rubocop/rubocop-performance/pull/241
|
|
39
|
+
Performance/Casecmp:
|
|
40
|
+
Enabled: false
|
|
41
|
+
|
|
42
|
+
# See: https://github.com/rubocop/rubocop-performance/issues/329#issuecomment-1451511402
|
|
43
|
+
Performance/IoReadlines:
|
|
44
|
+
Enabled: false
|
|
45
|
+
|
|
46
|
+
# This cop is 66% incorrect, and hasn't been fixed in 2+ years.
|
|
47
|
+
# See: https://github.com/rubocop/rubocop-rake/issues/42
|
|
48
|
+
Rake/MethodDefinitionInTask:
|
|
49
|
+
Enabled: false
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
inherit_from: ./ruby-1.9.yml
|
|
2
|
+
|
|
3
|
+
# NOTE: The lowest TargetRubyVersion that can be declared is 2.0
|
|
4
|
+
# AllCops:
|
|
5
|
+
# TargetRubyVersion: 1.8
|
|
6
|
+
|
|
7
|
+
##############################################################################
|
|
8
|
+
# Additional rules that allow preservation of ruby 1.8.7 / ree compatibility #
|
|
9
|
+
# These are not in standard, and are the primary reason this gem exists. #
|
|
10
|
+
##############################################################################
|
|
11
|
+
|
|
12
|
+
# Ruby 1.8.7 needs the . on chain of method calls at the end of a line
|
|
13
|
+
# This cop is disabled for Ruby 1.8 in Standard, which is doesn't help
|
|
14
|
+
# RuboCop/Standard users ensure their codebase remains compatible with Ruby 1.8
|
|
15
|
+
# As such we override here!
|
|
16
|
+
# See: https://github.com/standardrb/standard/issues/561
|
|
17
|
+
Layout/DotPosition:
|
|
18
|
+
EnforcedStyle: trailing
|
|
19
|
+
|
|
20
|
+
# Disabled in standard's base.yml. Keeping here in case it is removed from base.
|
|
21
|
+
Style/Documentation:
|
|
22
|
+
Enabled: false
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
inherit_from: ./ruby-2.0.yml
|
|
2
|
+
|
|
3
|
+
# NOTE: The lowest TargetRubyVersion that can be declared is 2.0
|
|
4
|
+
# AllCops:
|
|
5
|
+
# TargetRubyVersion: 1.9
|
|
6
|
+
|
|
7
|
+
# Standard's rules in base.yml do not work with Ruby < 2.0, so overriding.
|
|
8
|
+
# See: https://github.com/standardrb/standard/pull/563#issuecomment-1567471055
|
|
9
|
+
# Percent delimiters are not supported until Ruby 2.0
|
|
10
|
+
Style/PercentLiteralDelimiters:
|
|
11
|
+
Enabled: false
|
|
12
|
+
|
|
13
|
+
# Percent delimiters are not supported until Ruby 2.0
|
|
14
|
+
# Standard doesn't include this rule, because Ruby version compatibility
|
|
15
|
+
# isn't a primary concern for Standard.
|
|
16
|
+
# However, it is a primary concern for rubocop-lts.
|
|
17
|
+
Style/SymbolArray:
|
|
18
|
+
Enabled: true
|
|
19
|
+
EnforcedStyle: brackets
|
|
20
|
+
|
|
21
|
+
# Percent delimiters are not supported until Ruby 2.0
|
|
22
|
+
# Standard doesn't include this rule, because Ruby version compatibility
|
|
23
|
+
# isn't a primary concern for Standard.
|
|
24
|
+
# However, it is a primary concern for rubocop-lts.
|
|
25
|
+
Style/WordArray:
|
|
26
|
+
Enabled: true
|
|
27
|
+
EnforcedStyle: brackets
|
|
28
|
+
|
|
29
|
+
##############################################################################
|
|
30
|
+
# Additional rules that allow preservation of ruby 1.8.7 / ree compatibility #
|
|
31
|
+
# These are not in standard, and are a secondary reason this gem exists. #
|
|
32
|
+
##############################################################################
|
|
33
|
+
|
|
34
|
+
# Disabled in standard's base.yml, which allows magic encoding comments to live on.
|
|
35
|
+
# Reproducing here, in case Standard Ruby drops the config.
|
|
36
|
+
#
|
|
37
|
+
Style/Encoding:
|
|
38
|
+
Enabled: false
|
|
39
|
+
# The encoding comments can be removed once a project drops Ruby 1.9 support.
|
|
40
|
+
# Whole file UTF-8 Encoding is default in Ruby 2+, so the Encoding comment is usually not needed there.
|
|
41
|
+
# See:
|
|
42
|
+
# * https://www.rubydoc.info/gems/rubocop/0.49.0/RuboCop/Cop/Style/Encoding
|
|
43
|
+
# * https://rubydoc.info/gems/rubocop/RuboCop/Cop/Style/Encoding
|
|
44
|
+
# Unfortunately in latest RuboCop there is only a "never" style enforced (i.e. encodings are always bad).
|
|
45
|
+
# TODO: Consider bringing back this rule as a new Cop (extracted from old RuboCop)
|
|
46
|
+
#Style/Encoding:
|
|
47
|
+
# Enabled: true
|
|
48
|
+
# EnforcedStyle: always
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
inherit_from: ./ruby-2.1.yml
|
|
2
|
+
|
|
3
|
+
AllCops:
|
|
4
|
+
TargetRubyVersion: 2.0
|
|
5
|
+
|
|
6
|
+
# Disabled by Standard, which doesn't help compat, so overriding for Ruby < 2.1
|
|
7
|
+
# See: https://github.com/standardrb/standard/blob/main/config/ruby-1.9.yml#L6C1-L6C21
|
|
8
|
+
Style/HashConversion:
|
|
9
|
+
Enabled: true
|
|
10
|
+
AllowSplatArgument: false
|
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,10 +483,29 @@ 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
|
|
490
|
+
- certs/pboling.pem
|
|
489
491
|
- config/base.yml
|
|
492
|
+
- config/internal/base.yml
|
|
493
|
+
- config/internal/ruby-1.8.yml
|
|
494
|
+
- config/internal/ruby-1.9.yml
|
|
495
|
+
- config/internal/ruby-2.0.yml
|
|
496
|
+
- config/internal/ruby-2.1.yml
|
|
497
|
+
- config/internal/ruby-2.2.yml
|
|
498
|
+
- config/internal/ruby-2.3.yml
|
|
499
|
+
- config/internal/ruby-2.4.yml
|
|
500
|
+
- config/internal/ruby-2.5.yml
|
|
501
|
+
- config/internal/ruby-2.6.yml
|
|
502
|
+
- config/internal/ruby-2.7.yml
|
|
503
|
+
- config/internal/ruby-3.0.yml
|
|
504
|
+
- config/internal/ruby-3.1.yml
|
|
505
|
+
- config/internal/ruby-3.2.yml
|
|
506
|
+
- config/internal/ruby-3.3.yml
|
|
507
|
+
- config/internal/ruby-3.4.yml
|
|
508
|
+
- config/internal/ruby-3.5.yml
|
|
490
509
|
- config/ruby-1.8.yml
|
|
491
510
|
- config/ruby-1.9.yml
|
|
492
511
|
- config/ruby-2.0.yml
|
|
@@ -514,10 +533,10 @@ licenses:
|
|
|
514
533
|
- MIT
|
|
515
534
|
metadata:
|
|
516
535
|
homepage_uri: https://standard-rubocop-lts.galtzo.com
|
|
517
|
-
source_code_uri: https://github.com/rubocop-lts/standard-rubocop-lts/tree/v2.0.
|
|
518
|
-
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
|
|
519
538
|
bug_tracker_uri: https://github.com/rubocop-lts/standard-rubocop-lts/issues
|
|
520
|
-
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
|
|
521
540
|
funding_uri: https://github.com/sponsors/pboling
|
|
522
541
|
wiki_uri: https://github.com/rubocop-lts/standard-rubocop-lts/wiki
|
|
523
542
|
news_uri: https://www.railsbling.com/tags/standard-rubocop-lts
|
metadata.gz.sig
CHANGED
|
Binary file
|