rubocop-lts 20.0.1 → 21.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +23 -158
- data/README.md +6 -6
- data/lib/rubocop/lts/version.rb +1 -1
- data/rubocop-lts.yml +1 -1
- data/spec/config/rspec/rspec_core.rb +13 -0
- data/spec/rubocop/lts_spec.rb +7 -0
- data/spec/spec_helper.rb +7 -0
- metadata +18 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 405354608e234b99aa9da3eacb4ccbd49443a6486098ab4c1ab19a4eb866332a
|
4
|
+
data.tar.gz: 6e107182e2c7bd741c4b67d863666cf7955aed91cd66d8dbb7c8ba4bef4fb48e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec38fcd39b9124f096266be0c5b3b1a587077a4172d7f992545255fc0627871d1e3f98a83657c52b922a996c5f824387e555b799292a4b186c1c9fcc889547ee
|
7
|
+
data.tar.gz: bfe3ef7d5a8ce9aa74abdce7d5c8e48e840aa189d68f78d1bbd6fb23f88ebf92d7a171bd668a07909abf646dc8da49e874e3e1961956fed372a7e0b751168e1b
|
data/CHANGELOG.md
CHANGED
@@ -13,163 +13,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
-
## [
|
16
|
+
## [21.0.0] - 2022-05-23
|
17
17
|
### Added
|
18
|
-
-
|
19
|
-
### Changed
|
20
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
21
|
-
### Fixed
|
22
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
18
|
+
- Initial odd release supporting Ruby ~> 3.1
|
23
19
|
|
24
20
|
## [20.0.0] - 2022-05-23
|
25
21
|
### Added
|
26
22
|
- Initial even release supporting Ruby >= 3.0
|
27
23
|
|
28
|
-
## [19.0.1] - 2022-06-09
|
29
|
-
### Added
|
30
|
-
- Improve, and dry up documentation
|
31
|
-
### Changed
|
32
|
-
- Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
|
33
|
-
|
34
24
|
## [19.0.0] - 2022-05-23
|
35
25
|
### Added
|
36
26
|
- Initial odd release supporting Ruby ~> 3.0
|
37
27
|
|
38
|
-
## [18.0.1] - 2022-06-09
|
39
|
-
### Added
|
40
|
-
- Improve, and dry up documentation
|
41
|
-
### Changed
|
42
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
43
|
-
### Fixed
|
44
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
45
|
-
|
46
28
|
## [18.0.0] - 2022-05-23
|
47
29
|
### Added
|
48
30
|
- Initial even release supporting Ruby >= 2.7
|
49
31
|
|
50
|
-
## [17.0.1] - 2022-06-09
|
51
|
-
### Added
|
52
|
-
- Improve, and dry up documentation
|
53
|
-
### Changed
|
54
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
55
|
-
|
56
32
|
## [17.0.0] - 2022-05-23
|
57
33
|
### Added
|
58
34
|
- Initial odd release supporting Ruby ~> 2.7
|
59
35
|
|
60
|
-
## [16.0.1] - 2022-06-09
|
61
|
-
### Added
|
62
|
-
- Improve, and dry up documentation
|
63
|
-
### Changed
|
64
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
65
|
-
### Fixed
|
66
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
67
|
-
|
68
36
|
## [16.0.0] - 2022-05-23
|
69
37
|
### Added
|
70
38
|
- Initial even release supporting Ruby >= 2.6
|
71
39
|
|
72
|
-
## [15.0.1] - 2022-06-09
|
73
|
-
### Added
|
74
|
-
- Improve, and dry up documentation
|
75
|
-
### Changed
|
76
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
77
|
-
|
78
40
|
## [15.0.0] - 2022-05-23
|
79
41
|
### Added
|
80
42
|
- Initial odd release supporting Ruby ~> 2.6
|
81
43
|
|
82
|
-
## [14.0.1] - 2022-06-09
|
83
|
-
### Added
|
84
|
-
- Improve, and dry up documentation
|
85
|
-
### Fixed
|
86
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
87
|
-
|
88
44
|
## [14.0.0] - 2022-05-23
|
89
45
|
### Added
|
90
46
|
- Initial even release supporting Ruby >= 2.5
|
91
47
|
|
92
|
-
## [13.0.1] - 2022-06-09
|
93
|
-
### Added
|
94
|
-
- Improve, and dry up documentation
|
95
|
-
|
96
48
|
## [13.0.0] - 2022-05-23
|
97
49
|
### Added
|
98
50
|
- Initial odd release supporting Ruby ~> 2.5
|
99
51
|
|
100
|
-
## [12.0.1] - 2022-06-09
|
101
|
-
### Added
|
102
|
-
- Improve, and dry up documentation
|
103
|
-
### Fixed
|
104
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
105
|
-
|
106
52
|
## [12.0.0] - 2022-05-23
|
107
53
|
### Added
|
108
54
|
- Initial even release supporting Ruby >= 2.4
|
109
55
|
|
110
|
-
## [11.0.2] - 2022-06-09
|
111
|
-
### Added
|
112
|
-
- Improve, and dry up documentation
|
113
|
-
|
114
|
-
## 11.0.1 - 2022-06-09 (YANKED)
|
115
|
-
- accidentally removed required_ruby_version from gemspec
|
116
|
-
|
117
56
|
## [11.0.0] - 2022-05-23
|
118
57
|
### Added
|
119
58
|
- Initial odd release supporting Ruby ~> 2.4
|
120
59
|
|
121
|
-
## [10.0.1] - 2022-06-09
|
122
|
-
### Added
|
123
|
-
- Improve, and dry up documentation
|
124
|
-
### Fixed
|
125
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
126
|
-
|
127
60
|
## [10.0.0] - 2022-05-23
|
128
61
|
### Added
|
129
62
|
- Initial even release supporting Ruby >= 2.3
|
130
63
|
|
131
|
-
## [9.0.1] - 2022-06-09
|
132
|
-
### Added
|
133
|
-
- Improve, and dry up documentation
|
134
|
-
|
135
64
|
## [9.0.0] - 2022-05-23
|
136
65
|
### Added
|
137
66
|
- Initial odd release supporting Ruby ~> 2.3
|
138
67
|
|
139
|
-
## [8.0.2] - 2022-06-09
|
140
|
-
### Fixed
|
141
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
142
|
-
|
143
|
-
## [8.0.1] - 2022-06-09
|
144
|
-
### Added
|
145
|
-
- Improve, and dry up documentation
|
146
|
-
|
147
68
|
## [8.0.0] - 2022-05-23
|
148
69
|
### Added
|
149
70
|
- Initial even release supporting Ruby >= 2.2
|
150
71
|
|
151
|
-
## [7.0.1] - 2022-06-08
|
152
|
-
### Added
|
153
|
-
- Improve, and dry up documentation
|
154
|
-
|
155
72
|
## [7.0.0] - 2022-05-23
|
156
73
|
### Added
|
157
74
|
- Initial odd release supporting Ruby ~> 2.2
|
158
75
|
|
159
|
-
## [6.0.1] - 2022-06-08
|
160
|
-
### Added
|
161
|
-
- Improve, and dry up documentation
|
162
|
-
### Fixed
|
163
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
164
|
-
|
165
76
|
## [6.0.0] - 2022-05-23
|
166
77
|
### Added
|
167
78
|
- Initial even release supporting Ruby >= 2.1
|
168
79
|
|
169
|
-
## [5.0.2] - 2022-06-08
|
170
|
-
### Added
|
171
|
-
- Improve, and dry up documentation
|
172
|
-
|
173
80
|
## [5.0.1] - 2022-05-23
|
174
81
|
### Fixed
|
175
82
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -178,10 +85,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
178
85
|
### Added
|
179
86
|
- Initial odd release supporting Ruby ~> 2.1
|
180
87
|
|
181
|
-
## [4.0.3] - 2022-06-08
|
182
|
-
### Fixed
|
183
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
184
|
-
|
185
88
|
## [4.0.2] - 2022-05-23
|
186
89
|
### Fixed
|
187
90
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -195,10 +98,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
195
98
|
### Added
|
196
99
|
- Initial even release supporting Ruby >= 2.0
|
197
100
|
|
198
|
-
## [3.0.3] - 2022-06-08
|
199
|
-
### Added
|
200
|
-
- Improve, and dry up documentation
|
201
|
-
|
202
101
|
## [3.0.2] - 2022-05-23
|
203
102
|
### Fixed
|
204
103
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -212,14 +111,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
212
111
|
### Added
|
213
112
|
- Initial odd release supporting Ruby ~> 2.0
|
214
113
|
|
215
|
-
## [2.0.5] - 2022-06-08
|
216
|
-
### Added
|
217
|
-
- Improve, and dry up documentation
|
218
|
-
|
219
|
-
## [2.0.4] - 2022-06-08
|
220
|
-
### Fixed
|
221
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
222
|
-
|
223
114
|
## [2.0.3] - 2022-05-23
|
224
115
|
### Fixed
|
225
116
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -238,11 +129,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
238
129
|
### Added
|
239
130
|
- Initial even release supporting Ruby >= 1.9
|
240
131
|
|
241
|
-
## [1.0.4] - 2022-06-08
|
242
|
-
### Added
|
243
|
-
- Security Policy @ SECURITY.md
|
244
|
-
- Improve, and dry up documentation
|
245
|
-
|
246
132
|
## [1.0.3] - 2022-05-23
|
247
133
|
### Fixed
|
248
134
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -261,56 +147,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
261
147
|
### Added
|
262
148
|
- Initial odd release supporting Ruby ~> 1.9
|
263
149
|
|
264
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/
|
265
|
-
[
|
266
|
-
[20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.
|
267
|
-
[19.0.
|
268
|
-
[
|
269
|
-
[
|
270
|
-
[
|
271
|
-
[
|
272
|
-
[
|
273
|
-
[
|
274
|
-
[
|
275
|
-
[
|
276
|
-
[
|
277
|
-
[
|
278
|
-
[
|
279
|
-
[
|
280
|
-
[
|
281
|
-
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
282
|
-
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
283
|
-
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
284
|
-
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
285
|
-
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
286
|
-
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
287
|
-
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
288
|
-
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
289
|
-
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
290
|
-
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
291
|
-
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
292
|
-
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
293
|
-
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
294
|
-
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
295
|
-
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
296
|
-
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
150
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v21.0.0...HEAD
|
151
|
+
[21.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v21.0.0
|
152
|
+
[20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v20.0.0
|
153
|
+
[19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
|
154
|
+
[18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
|
155
|
+
[17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
|
156
|
+
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
|
157
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
|
158
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
|
159
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
|
160
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
|
161
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
|
162
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
|
163
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
|
164
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
|
165
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
|
166
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
|
297
167
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
298
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
299
|
-
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
168
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
|
300
169
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
301
170
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
302
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
303
|
-
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
171
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
|
304
172
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
305
173
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
306
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
307
|
-
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
308
|
-
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
174
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
|
309
175
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
310
176
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
311
177
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
312
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
313
|
-
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
178
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
|
314
179
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
315
180
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
316
181
|
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@
|
|
16
16
|
</a>
|
17
17
|
</p>
|
18
18
|
|
19
|
-
#
|
19
|
+
# Rubocop LTS
|
20
20
|
|
21
21
|
## 🙋♀️ How often has RuboCop broken your build?
|
22
22
|
|
@@ -35,7 +35,7 @@ Projects that support a single version of Ruby (like many closed-source applicat
|
|
35
35
|
Projects that support multiple versions of Ruby simultaneously (like many open-source applications and libraries) will use the [Even releases][even-release].
|
36
36
|
|
37
37
|
<!-- FIND VERSION -->
|
38
|
-
**This README is for the
|
38
|
+
**This README is for the odd release of `rubocop-lts` supporting Ruby ~> 3.1.0.**
|
39
39
|
|
40
40
|
[odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
|
41
41
|
[even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
|
@@ -91,7 +91,7 @@ of ruby from `2.6` on.
|
|
91
91
|
|
92
92
|
Intended for applications and libraries that lint against a range of Ruby versions.
|
93
93
|
|
94
|
-
Even versions will help projects upgrade to newer Rubies while keeping the same underlying version of
|
94
|
+
Even versions will help projects upgrade to newer Rubies while keeping the same underlying version of Rubocop version, so change can be introduced one step at a time.
|
95
95
|
|
96
96
|
| Minimum Ruby | Your Gemfile | Your Gemfile.lock | Your .rubocop.yml |
|
97
97
|
|-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
|
@@ -202,7 +202,7 @@ Add this line to your application's Gemfile:
|
|
202
202
|
|
203
203
|
<!-- FIND VERSION -->
|
204
204
|
```ruby
|
205
|
-
gem 'rubocop-lts', '~>
|
205
|
+
gem 'rubocop-lts', '~> 21.0', require: false
|
206
206
|
```
|
207
207
|
|
208
208
|
And then execute:
|
@@ -313,7 +313,7 @@ License: [Unsplash License][org-logo-license]
|
|
313
313
|
|
314
314
|
## 🤝 Code of Conduct
|
315
315
|
|
316
|
-
Everyone interacting in
|
316
|
+
Everyone interacting in Rubocop LTS codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md).
|
317
317
|
|
318
318
|
## 📌 Versioning
|
319
319
|
|
@@ -329,7 +329,7 @@ For example:
|
|
329
329
|
|
330
330
|
<!-- FIND VERSION -->
|
331
331
|
```ruby
|
332
|
-
spec.add_dependency "rubocop-lts", "~>
|
332
|
+
spec.add_dependency "rubocop-lts", "~> 21.0"
|
333
333
|
```
|
334
334
|
|
335
335
|
|
data/lib/rubocop/lts/version.rb
CHANGED
data/rubocop-lts.yml
CHANGED
@@ -1,2 +1,2 @@
|
|
1
1
|
inherit_gem:
|
2
|
-
rubocop-
|
2
|
+
rubocop-ruby3_1: rubocop.yml
|
@@ -0,0 +1,13 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
RSpec.configure do |config|
|
4
|
+
# Enable flags like --only-failures and --next-failure
|
5
|
+
config.example_status_persistence_file_path = ".rspec_status"
|
6
|
+
|
7
|
+
# Disable RSpec exposing methods globally on `Module` and `main`
|
8
|
+
config.disable_monkey_patching!
|
9
|
+
|
10
|
+
config.expect_with :rspec do |c|
|
11
|
+
c.syntax = :expect
|
12
|
+
end
|
13
|
+
end
|
data/spec/spec_helper.rb
ADDED
metadata
CHANGED
@@ -1,29 +1,29 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-lts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 21.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name: rubocop-
|
14
|
+
name: rubocop-ruby3_1
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0.
|
19
|
+
version: 1.0.3
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.0.
|
26
|
+
version: 1.0.3
|
27
27
|
description: Rubocop LTS - Chaos Reduction In a Bottle
|
28
28
|
email:
|
29
29
|
- peter.boling@gmail.com
|
@@ -41,15 +41,18 @@ files:
|
|
41
41
|
- lib/rubocop/lts/version.rb
|
42
42
|
- rubocop-lts.yml
|
43
43
|
- sig/rubocop/lts.rbs
|
44
|
+
- spec/config/rspec/rspec_core.rb
|
45
|
+
- spec/rubocop/lts_spec.rb
|
46
|
+
- spec/spec_helper.rb
|
44
47
|
homepage: https://github.com/rubocop-lts/rubocop-lts
|
45
48
|
licenses:
|
46
49
|
- MIT
|
47
50
|
metadata:
|
48
51
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
49
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/
|
50
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/
|
52
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v21.0.0
|
53
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v21.0.0/CHANGELOG.md
|
51
54
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
52
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/
|
55
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/21.0.0
|
53
56
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
54
57
|
rubygems_mfa_required: 'true'
|
55
58
|
post_install_message:
|
@@ -60,18 +63,21 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
60
63
|
requirements:
|
61
64
|
- - ">="
|
62
65
|
- !ruby/object:Gem::Version
|
63
|
-
version: 3.
|
66
|
+
version: 3.1.0
|
64
67
|
- - "<"
|
65
68
|
- !ruby/object:Gem::Version
|
66
|
-
version: '
|
69
|
+
version: '3.2'
|
67
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
68
71
|
requirements:
|
69
72
|
- - ">="
|
70
73
|
- !ruby/object:Gem::Version
|
71
74
|
version: '0'
|
72
75
|
requirements: []
|
73
|
-
rubygems_version: 3.3.
|
76
|
+
rubygems_version: 3.3.14
|
74
77
|
signing_key:
|
75
78
|
specification_version: 4
|
76
79
|
summary: Rubocop LTS - Semantically Versioned
|
77
|
-
test_files:
|
80
|
+
test_files:
|
81
|
+
- spec/config/rspec/rspec_core.rb
|
82
|
+
- spec/rubocop/lts_spec.rb
|
83
|
+
- spec/spec_helper.rb
|