rubocop-lts 0.1.1 → 0.3.0
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 +21 -1
- data/CODE_OF_CONDUCT.md +0 -0
- data/CONTRIBUTING.md +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +4 -18
- data/SECURITY.md +0 -0
- data/config/base.yml +0 -0
- data/config/rails.yml +0 -0
- data/config/rails_rspec.yml +1 -0
- data/config/rspec.yml +0 -0
- data/config/ruby.yml +0 -0
- data/config/ruby_rspec.yml +1 -0
- data/config/rubygem.yml +0 -0
- data/config/rubygem_rspec.yml +1 -0
- data/lib/rubocop/lts/version.rb +1 -1
- data/lib/rubocop/lts.rb +0 -0
- data/rubocop-lts.yml +0 -0
- data/sig/rubocop/lts.rbs +0 -0
- data.tar.gz.sig +0 -0
- metadata +95 -60
- 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: 781ecc72f7b263ac5edd73de2965eee0bbc58fb152fc21161904db6708162cb9
|
|
4
|
+
data.tar.gz: 6a3a45ee99e00d3dc566b4cf84c493b7ca7cba9a793d64e39b3e3a45280d5f4e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 50a62da51c24c3448ff092606221136fd81107f1fbad535015a1d802ed1b6cc920c536be30fedbc9940523ac7d72aa23f93b03700e50fc54eb42a06815f23ff9
|
|
7
|
+
data.tar.gz: 68bcceb93f15b8ff5b03f351890c6c26c3df47996fd1b0651d1f4b6734a97f12dcdd12bd735a21ffd2484a979e8af57fc30ebf845cbf903b65d505b9230124fb
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -10,6 +10,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Fixed
|
|
11
11
|
### Removed
|
|
12
12
|
|
|
13
|
+
## [0.3.0] - 2026-06-01
|
|
14
|
+
### Added
|
|
15
|
+
### Changed
|
|
16
|
+
- Updated dependency floors to the latest RuboCop-LTS family releases.
|
|
17
|
+
- Raised the minimum supported Ruby version to 3.2.
|
|
18
|
+
### Fixed
|
|
19
|
+
- Added the missing previous release entry to the changelog.
|
|
20
|
+
### Removed
|
|
21
|
+
- Removed support for running this gem on Ruby < 3.2.
|
|
22
|
+
|
|
23
|
+
## [0.2.0] - 2026-05-30
|
|
24
|
+
### Added
|
|
25
|
+
### Changed
|
|
26
|
+
- Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
|
|
27
|
+
### Fixed
|
|
28
|
+
### Removed
|
|
29
|
+
- Removed remaining `rubocop-shopify` usage from the active development toolchain.
|
|
30
|
+
|
|
13
31
|
## [0.1.1] - 2023-05-30
|
|
14
32
|
### Added
|
|
15
33
|
- `config/base.yml` for all shared configs
|
|
@@ -20,6 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
20
38
|
- Initial even release supporting analysis of Ruby >= 1.8
|
|
21
39
|
- Configures many linting tools via `standard-rubocop-lts`
|
|
22
40
|
|
|
23
|
-
[Unreleased]: https://gitlab.com/rubocop-lts/
|
|
41
|
+
[Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.3.0...HEAD
|
|
24
42
|
[0.1.1]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v0.1.0...v0.1.1
|
|
25
43
|
[0.1.0]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/tags/v0.1.0
|
|
44
|
+
[0.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.1.1...v0.2.0
|
|
45
|
+
[0.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.2.0...v0.3.0
|
data/CODE_OF_CONDUCT.md
CHANGED
|
File without changes
|
data/CONTRIBUTING.md
CHANGED
|
File without changes
|
data/LICENSE.txt
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
@@ -1,23 +1,9 @@
|
|
|
1
|
-
<
|
|
2
|
-
<a href="https://rubocop.org#gh-light-mode-only" target="_blank" rel="noopener">
|
|
3
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-light.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
|
|
4
|
-
</a>
|
|
5
|
-
<a href="https://rubocop.org#gh-dark-mode-only" target="_blank" rel="noopener">
|
|
6
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/rubocop-dark.svg?raw=true" alt="SVG RuboCop Logo, Copyright (c) 2014 Dimiter Petrov, CC BY-NC 4.0, see docs/images/logo/README.txt">
|
|
7
|
-
</a>
|
|
8
|
-
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
|
|
9
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/ruby-logo.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5, see docs/images/logo/README.txt">
|
|
10
|
-
</a>
|
|
11
|
-
<a href="https://semver.org/#gh-light-mode-only" target="_blank" rel="noopener">
|
|
12
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-light.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
|
|
13
|
-
</a>
|
|
14
|
-
<a href="https://semver.org/#gh-dark-mode-only" target="_blank" rel="noopener">
|
|
15
|
-
<img height="120px" src="https://github.com/rubocop-lts/rubocop-lts/raw/main/docs/images/logo/semver-dark.svg?raw=true" alt="SemVer.org Logo by @maxhaz, see docs/images/logo/README.txt">
|
|
16
|
-
</a>
|
|
17
|
-
</p>
|
|
1
|
+
<a href="https://rubocop-lts.gitlab.io/"><img alt="rubocop-lts Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/rubocop-lts/avatar-192px.svg" width="20%" align="right"/></a>
|
|
18
2
|
|
|
19
3
|
# 🦾 RuboCop LTS
|
|
20
4
|
|
|
5
|
+
The RuboCop LTS family of gems is the distillation of more than 20 years of my own Ruby expertise and source code diving, built on the shoulders of the expertise of many others — `rubocop`, `standard`, `rubocop-gradual` and others are runtime dependencies — not reinventing any wheels here); organizing that expertise into per-Ruby-version sets of configurations. Yes, I typed those emdashes, and wrote this entire README myself without AI — `ctrl`-`shift`-`u`-`2014`.
|
|
6
|
+
|
|
21
7
|
## PROJECT DOCUMENTATION
|
|
22
8
|
|
|
23
9
|
* 🌱 [Convention > Configuration][Convention-Over-Configuration]
|
|
@@ -72,7 +58,7 @@ This gem configures many gems for you:
|
|
|
72
58
|
|
|
73
59
|
And optionally, if you are using RSpec:
|
|
74
60
|
|
|
75
|
-
- rubocop-rspec
|
|
61
|
+
- rubocop-lts-rspec (which loads `rubocop-rspec`, `rubocop-rspec-extra`, `rubocop-env`, and `rubocop-factory_bot`)
|
|
76
62
|
|
|
77
63
|
And optionally, if you are building a RubyGem:
|
|
78
64
|
|
data/SECURITY.md
CHANGED
|
File without changes
|
data/config/base.yml
CHANGED
|
File without changes
|
data/config/rails.yml
CHANGED
|
File without changes
|
data/config/rails_rspec.yml
CHANGED
data/config/rspec.yml
CHANGED
|
File without changes
|
data/config/ruby.yml
CHANGED
|
File without changes
|
data/config/ruby_rspec.yml
CHANGED
data/config/rubygem.yml
CHANGED
|
File without changes
|
data/config/rubygem_rspec.yml
CHANGED
data/lib/rubocop/lts/version.rb
CHANGED
data/lib/rubocop/lts.rb
CHANGED
|
File without changes
|
data/rubocop-lts.yml
CHANGED
|
File without changes
|
data/sig/rubocop/lts.rbs
CHANGED
|
File without changes
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,131 +1,162 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-lts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: exe
|
|
10
9
|
cert_chain:
|
|
11
10
|
- |
|
|
12
11
|
-----BEGIN CERTIFICATE-----
|
|
13
12
|
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
|
14
13
|
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
|
15
|
-
|
|
14
|
+
A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
|
|
16
15
|
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
16
|
+
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
|
|
17
|
+
uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
|
|
18
|
+
LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
|
|
19
|
+
mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
|
|
20
|
+
coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
|
|
21
|
+
FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
|
|
22
|
+
yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
|
|
23
|
+
to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
|
|
24
|
+
qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
|
|
25
|
+
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
|
|
26
|
+
HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
|
28
27
|
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
28
|
+
ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
|
|
29
|
+
wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
|
|
30
|
+
L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
|
|
31
|
+
GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
|
|
32
|
+
kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
|
|
33
|
+
QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
|
|
34
|
+
0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
|
|
35
|
+
DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
|
|
36
|
+
L9nRqA==
|
|
38
37
|
-----END CERTIFICATE-----
|
|
39
|
-
date:
|
|
38
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
40
39
|
dependencies:
|
|
41
40
|
- !ruby/object:Gem::Dependency
|
|
42
41
|
name: rubocop-ruby1_8
|
|
43
42
|
requirement: !ruby/object:Gem::Requirement
|
|
44
43
|
requirements:
|
|
45
|
-
- - "
|
|
44
|
+
- - "~>"
|
|
46
45
|
- !ruby/object:Gem::Version
|
|
47
|
-
version:
|
|
48
|
-
- - "
|
|
46
|
+
version: '2.0'
|
|
47
|
+
- - ">="
|
|
49
48
|
- !ruby/object:Gem::Version
|
|
50
|
-
version:
|
|
49
|
+
version: 2.0.1
|
|
51
50
|
type: :runtime
|
|
52
51
|
prerelease: false
|
|
53
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
54
53
|
requirements:
|
|
55
|
-
- - "
|
|
54
|
+
- - "~>"
|
|
56
55
|
- !ruby/object:Gem::Version
|
|
57
|
-
version:
|
|
58
|
-
- - "
|
|
56
|
+
version: '2.0'
|
|
57
|
+
- - ">="
|
|
59
58
|
- !ruby/object:Gem::Version
|
|
60
|
-
version:
|
|
59
|
+
version: 2.0.1
|
|
61
60
|
- !ruby/object:Gem::Dependency
|
|
62
61
|
name: standard-rubocop-lts
|
|
63
62
|
requirement: !ruby/object:Gem::Requirement
|
|
64
63
|
requirements:
|
|
65
|
-
- - "
|
|
64
|
+
- - "~>"
|
|
66
65
|
- !ruby/object:Gem::Version
|
|
67
|
-
version:
|
|
68
|
-
- - "
|
|
66
|
+
version: '2.0'
|
|
67
|
+
- - ">="
|
|
69
68
|
- !ruby/object:Gem::Version
|
|
70
|
-
version:
|
|
69
|
+
version: 2.0.3
|
|
71
70
|
type: :runtime
|
|
72
71
|
prerelease: false
|
|
73
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
74
73
|
requirements:
|
|
75
|
-
- - "
|
|
74
|
+
- - "~>"
|
|
76
75
|
- !ruby/object:Gem::Version
|
|
77
|
-
version:
|
|
78
|
-
- - "
|
|
76
|
+
version: '2.0'
|
|
77
|
+
- - ">="
|
|
79
78
|
- !ruby/object:Gem::Version
|
|
80
|
-
version:
|
|
79
|
+
version: 2.0.3
|
|
81
80
|
- !ruby/object:Gem::Dependency
|
|
82
81
|
name: version_gem
|
|
83
82
|
requirement: !ruby/object:Gem::Requirement
|
|
84
83
|
requirements:
|
|
85
|
-
- - "
|
|
84
|
+
- - "~>"
|
|
86
85
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: 1.1
|
|
88
|
-
- - "
|
|
86
|
+
version: '1.1'
|
|
87
|
+
- - ">="
|
|
89
88
|
- !ruby/object:Gem::Version
|
|
90
|
-
version:
|
|
89
|
+
version: 1.1.9
|
|
91
90
|
type: :runtime
|
|
92
91
|
prerelease: false
|
|
93
92
|
version_requirements: !ruby/object:Gem::Requirement
|
|
94
93
|
requirements:
|
|
95
|
-
- - "
|
|
94
|
+
- - "~>"
|
|
96
95
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: 1.1
|
|
98
|
-
- - "
|
|
96
|
+
version: '1.1'
|
|
97
|
+
- - ">="
|
|
99
98
|
- !ruby/object:Gem::Version
|
|
100
|
-
version:
|
|
99
|
+
version: 1.1.9
|
|
101
100
|
- !ruby/object:Gem::Dependency
|
|
102
101
|
name: rubocop-packaging
|
|
103
102
|
requirement: !ruby/object:Gem::Requirement
|
|
104
103
|
requirements:
|
|
105
104
|
- - "~>"
|
|
106
105
|
- !ruby/object:Gem::Version
|
|
107
|
-
version: '0.
|
|
106
|
+
version: '0.6'
|
|
107
|
+
- - ">="
|
|
108
|
+
- !ruby/object:Gem::Version
|
|
109
|
+
version: 0.6.0
|
|
108
110
|
type: :development
|
|
109
111
|
prerelease: false
|
|
110
112
|
version_requirements: !ruby/object:Gem::Requirement
|
|
111
113
|
requirements:
|
|
112
114
|
- - "~>"
|
|
113
115
|
- !ruby/object:Gem::Version
|
|
114
|
-
version: '0.
|
|
116
|
+
version: '0.6'
|
|
117
|
+
- - ">="
|
|
118
|
+
- !ruby/object:Gem::Version
|
|
119
|
+
version: 0.6.0
|
|
115
120
|
- !ruby/object:Gem::Dependency
|
|
116
|
-
name:
|
|
121
|
+
name: kettle-soup-cover
|
|
117
122
|
requirement: !ruby/object:Gem::Requirement
|
|
118
123
|
requirements:
|
|
119
124
|
- - "~>"
|
|
120
125
|
- !ruby/object:Gem::Version
|
|
121
|
-
version: '
|
|
126
|
+
version: '1.1'
|
|
127
|
+
- - ">="
|
|
128
|
+
- !ruby/object:Gem::Version
|
|
129
|
+
version: 1.1.3
|
|
122
130
|
type: :development
|
|
123
131
|
prerelease: false
|
|
124
132
|
version_requirements: !ruby/object:Gem::Requirement
|
|
125
133
|
requirements:
|
|
126
134
|
- - "~>"
|
|
127
135
|
- !ruby/object:Gem::Version
|
|
128
|
-
version: '
|
|
136
|
+
version: '1.1'
|
|
137
|
+
- - ">="
|
|
138
|
+
- !ruby/object:Gem::Version
|
|
139
|
+
version: 1.1.3
|
|
140
|
+
- !ruby/object:Gem::Dependency
|
|
141
|
+
name: rubocop-lts-rspec
|
|
142
|
+
requirement: !ruby/object:Gem::Requirement
|
|
143
|
+
requirements:
|
|
144
|
+
- - "~>"
|
|
145
|
+
- !ruby/object:Gem::Version
|
|
146
|
+
version: '1.0'
|
|
147
|
+
- - ">="
|
|
148
|
+
- !ruby/object:Gem::Version
|
|
149
|
+
version: 1.0.2
|
|
150
|
+
type: :development
|
|
151
|
+
prerelease: false
|
|
152
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
153
|
+
requirements:
|
|
154
|
+
- - "~>"
|
|
155
|
+
- !ruby/object:Gem::Version
|
|
156
|
+
version: '1.0'
|
|
157
|
+
- - ">="
|
|
158
|
+
- !ruby/object:Gem::Version
|
|
159
|
+
version: 1.0.2
|
|
129
160
|
- !ruby/object:Gem::Dependency
|
|
130
161
|
name: rspec-block_is_expected
|
|
131
162
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -133,6 +164,9 @@ dependencies:
|
|
|
133
164
|
- - "~>"
|
|
134
165
|
- !ruby/object:Gem::Version
|
|
135
166
|
version: '1.0'
|
|
167
|
+
- - ">="
|
|
168
|
+
- !ruby/object:Gem::Version
|
|
169
|
+
version: 1.0.6
|
|
136
170
|
type: :development
|
|
137
171
|
prerelease: false
|
|
138
172
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -140,6 +174,9 @@ dependencies:
|
|
|
140
174
|
- - "~>"
|
|
141
175
|
- !ruby/object:Gem::Version
|
|
142
176
|
version: '1.0'
|
|
177
|
+
- - ">="
|
|
178
|
+
- !ruby/object:Gem::Version
|
|
179
|
+
version: 1.0.6
|
|
143
180
|
description: Configure RuboCop + a bevy of friends to gradually lint Ruby code
|
|
144
181
|
email:
|
|
145
182
|
- peter.boling@gmail.com
|
|
@@ -170,14 +207,13 @@ licenses:
|
|
|
170
207
|
- MIT
|
|
171
208
|
metadata:
|
|
172
209
|
homepage_uri: https://rubocop-lts.gitlab.io/
|
|
173
|
-
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v0.
|
|
174
|
-
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v0.
|
|
210
|
+
source_code_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/v0.3.0
|
|
211
|
+
changelog_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/v0.3.0/CHANGELOG.md
|
|
175
212
|
bug_tracker_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/issues
|
|
176
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/0.
|
|
213
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/0.3.0
|
|
177
214
|
wiki_uri: https://gitlab.com/rubocop-lts/rubocop-lts/-/wiki
|
|
178
215
|
funding_uri: https://liberapay.com/pboling
|
|
179
216
|
rubygems_mfa_required: 'true'
|
|
180
|
-
post_install_message:
|
|
181
217
|
rdoc_options: []
|
|
182
218
|
require_paths:
|
|
183
219
|
- lib
|
|
@@ -185,15 +221,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
185
221
|
requirements:
|
|
186
222
|
- - ">="
|
|
187
223
|
- !ruby/object:Gem::Version
|
|
188
|
-
version: '2
|
|
224
|
+
version: '3.2'
|
|
189
225
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
190
226
|
requirements:
|
|
191
227
|
- - ">="
|
|
192
228
|
- !ruby/object:Gem::Version
|
|
193
229
|
version: '0'
|
|
194
230
|
requirements: []
|
|
195
|
-
rubygems_version:
|
|
196
|
-
signing_key:
|
|
231
|
+
rubygems_version: 4.0.11
|
|
197
232
|
specification_version: 4
|
|
198
233
|
summary: 'Rules for Rubies: Rubocop + Standard + Betterlint + Shopify + Gradual'
|
|
199
234
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|