rubocop-lts 22.0.0 → 22.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +182 -21
- data/README.md +3 -3
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +10 -16
- data/spec/config/rspec/rspec_core.rb +0 -13
- data/spec/rubocop/lts_spec.rb +0 -7
- data/spec/spec_helper.rb +0 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 341d5f9349e6678ca5e905f25fa31bc1ae7cc7f451bdd868097c2e938173b3c1
|
4
|
+
data.tar.gz: 5c941389e1b70e0a4e01316aaea15811cc9e7b09cb570b933c05a8d8af848a7d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 02271606ae973c5326bfd049bff6495296debef2f08361e55a2747ba285a351ef69903227ae6257c401fc4b07289aadb100694e3703629bc43d4af2c5e09388a
|
7
|
+
data.tar.gz: 6af603a3123e221c0d7e86f73a559fa9173da0194849e44e14d27718735423bbf6f936191633a01438765c4a9a4303b3ca304fcdf8071a1757376e5529522ed2
|
data/CHANGELOG.md
CHANGED
@@ -13,70 +13,185 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [22.0.1] - 2022-06-09
|
17
|
+
### Added
|
18
|
+
- Improve, and dry up documentation
|
19
|
+
### Changed
|
20
|
+
- Bumped dependency rubocop-ruby3_1 to ~> 1.0.6
|
21
|
+
### Fixed
|
22
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
23
|
+
|
24
|
+
## [22.0.0] - 2022-05-23
|
25
|
+
### Added
|
26
|
+
- Initial even release supporting Ruby >= 3.1
|
27
|
+
|
28
|
+
## [21.0.1] - 2022-06-09
|
29
|
+
### Added
|
30
|
+
- Improve, and dry up documentation
|
31
|
+
### Changed
|
32
|
+
- Bumped dependency rubocop-ruby3_1 to ~> 1.0.6
|
33
|
+
|
16
34
|
## [21.0.0] - 2022-05-23
|
17
35
|
### Added
|
18
36
|
- Initial odd release supporting Ruby ~> 3.1
|
19
37
|
|
38
|
+
## [20.0.1] - 2022-06-09
|
39
|
+
### Added
|
40
|
+
- Improve, and dry up documentation
|
41
|
+
### Changed
|
42
|
+
- Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
|
43
|
+
### Fixed
|
44
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
45
|
+
|
20
46
|
## [20.0.0] - 2022-05-23
|
21
47
|
### Added
|
22
48
|
- Initial even release supporting Ruby >= 3.0
|
23
49
|
|
50
|
+
## [19.0.1] - 2022-06-09
|
51
|
+
### Added
|
52
|
+
- Improve, and dry up documentation
|
53
|
+
### Changed
|
54
|
+
- Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
|
55
|
+
|
24
56
|
## [19.0.0] - 2022-05-23
|
25
57
|
### Added
|
26
58
|
- Initial odd release supporting Ruby ~> 3.0
|
27
59
|
|
60
|
+
## [18.0.1] - 2022-06-09
|
61
|
+
### Added
|
62
|
+
- Improve, and dry up documentation
|
63
|
+
### Changed
|
64
|
+
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
65
|
+
### Fixed
|
66
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
67
|
+
|
28
68
|
## [18.0.0] - 2022-05-23
|
29
69
|
### Added
|
30
70
|
- Initial even release supporting Ruby >= 2.7
|
31
71
|
|
72
|
+
## [17.0.1] - 2022-06-09
|
73
|
+
### Added
|
74
|
+
- Improve, and dry up documentation
|
75
|
+
### Changed
|
76
|
+
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
77
|
+
|
32
78
|
## [17.0.0] - 2022-05-23
|
33
79
|
### Added
|
34
80
|
- Initial odd release supporting Ruby ~> 2.7
|
35
81
|
|
82
|
+
## [16.0.1] - 2022-06-09
|
83
|
+
### Added
|
84
|
+
- Improve, and dry up documentation
|
85
|
+
### Changed
|
86
|
+
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
87
|
+
### Fixed
|
88
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
89
|
+
|
36
90
|
## [16.0.0] - 2022-05-23
|
37
91
|
### Added
|
38
92
|
- Initial even release supporting Ruby >= 2.6
|
39
93
|
|
94
|
+
## [15.0.1] - 2022-06-09
|
95
|
+
### Added
|
96
|
+
- Improve, and dry up documentation
|
97
|
+
### Changed
|
98
|
+
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
99
|
+
|
40
100
|
## [15.0.0] - 2022-05-23
|
41
101
|
### Added
|
42
102
|
- Initial odd release supporting Ruby ~> 2.6
|
43
103
|
|
104
|
+
## [14.0.1] - 2022-06-09
|
105
|
+
### Added
|
106
|
+
- Improve, and dry up documentation
|
107
|
+
### Fixed
|
108
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
109
|
+
|
44
110
|
## [14.0.0] - 2022-05-23
|
45
111
|
### Added
|
46
112
|
- Initial even release supporting Ruby >= 2.5
|
47
113
|
|
114
|
+
## [13.0.1] - 2022-06-09
|
115
|
+
### Added
|
116
|
+
- Improve, and dry up documentation
|
117
|
+
|
48
118
|
## [13.0.0] - 2022-05-23
|
49
119
|
### Added
|
50
120
|
- Initial odd release supporting Ruby ~> 2.5
|
51
121
|
|
122
|
+
## [12.0.1] - 2022-06-09
|
123
|
+
### Added
|
124
|
+
- Improve, and dry up documentation
|
125
|
+
### Fixed
|
126
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
127
|
+
|
52
128
|
## [12.0.0] - 2022-05-23
|
53
129
|
### Added
|
54
130
|
- Initial even release supporting Ruby >= 2.4
|
55
131
|
|
132
|
+
## [11.0.2] - 2022-06-09
|
133
|
+
### Added
|
134
|
+
- Improve, and dry up documentation
|
135
|
+
|
136
|
+
## 11.0.1 - 2022-06-09 (YANKED)
|
137
|
+
- accidentally removed required_ruby_version from gemspec
|
138
|
+
|
56
139
|
## [11.0.0] - 2022-05-23
|
57
140
|
### Added
|
58
141
|
- Initial odd release supporting Ruby ~> 2.4
|
59
142
|
|
143
|
+
## [10.0.1] - 2022-06-09
|
144
|
+
### Added
|
145
|
+
- Improve, and dry up documentation
|
146
|
+
### Fixed
|
147
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
148
|
+
|
60
149
|
## [10.0.0] - 2022-05-23
|
61
150
|
### Added
|
62
151
|
- Initial even release supporting Ruby >= 2.3
|
63
152
|
|
153
|
+
## [9.0.1] - 2022-06-09
|
154
|
+
### Added
|
155
|
+
- Improve, and dry up documentation
|
156
|
+
|
64
157
|
## [9.0.0] - 2022-05-23
|
65
158
|
### Added
|
66
159
|
- Initial odd release supporting Ruby ~> 2.3
|
67
160
|
|
161
|
+
## [8.0.2] - 2022-06-09
|
162
|
+
### Fixed
|
163
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
164
|
+
|
165
|
+
## [8.0.1] - 2022-06-09
|
166
|
+
### Added
|
167
|
+
- Improve, and dry up documentation
|
168
|
+
|
68
169
|
## [8.0.0] - 2022-05-23
|
69
170
|
### Added
|
70
171
|
- Initial even release supporting Ruby >= 2.2
|
71
172
|
|
173
|
+
## [7.0.1] - 2022-06-08
|
174
|
+
### Added
|
175
|
+
- Improve, and dry up documentation
|
176
|
+
|
72
177
|
## [7.0.0] - 2022-05-23
|
73
178
|
### Added
|
74
179
|
- Initial odd release supporting Ruby ~> 2.2
|
75
180
|
|
181
|
+
## [6.0.1] - 2022-06-08
|
182
|
+
### Added
|
183
|
+
- Improve, and dry up documentation
|
184
|
+
### Fixed
|
185
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
186
|
+
|
76
187
|
## [6.0.0] - 2022-05-23
|
77
188
|
### Added
|
78
189
|
- Initial even release supporting Ruby >= 2.1
|
79
190
|
|
191
|
+
## [5.0.2] - 2022-06-08
|
192
|
+
### Added
|
193
|
+
- Improve, and dry up documentation
|
194
|
+
|
80
195
|
## [5.0.1] - 2022-05-23
|
81
196
|
### Fixed
|
82
197
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -85,6 +200,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
85
200
|
### Added
|
86
201
|
- Initial odd release supporting Ruby ~> 2.1
|
87
202
|
|
203
|
+
## [4.0.3] - 2022-06-08
|
204
|
+
### Fixed
|
205
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
206
|
+
|
88
207
|
## [4.0.2] - 2022-05-23
|
89
208
|
### Fixed
|
90
209
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -98,6 +217,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
98
217
|
### Added
|
99
218
|
- Initial even release supporting Ruby >= 2.0
|
100
219
|
|
220
|
+
## [3.0.3] - 2022-06-08
|
221
|
+
### Added
|
222
|
+
- Improve, and dry up documentation
|
223
|
+
|
101
224
|
## [3.0.2] - 2022-05-23
|
102
225
|
### Fixed
|
103
226
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -111,6 +234,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
111
234
|
### Added
|
112
235
|
- Initial odd release supporting Ruby ~> 2.0
|
113
236
|
|
237
|
+
## [2.0.5] - 2022-06-08
|
238
|
+
### Added
|
239
|
+
- Improve, and dry up documentation
|
240
|
+
|
241
|
+
## [2.0.4] - 2022-06-08
|
242
|
+
### Fixed
|
243
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
244
|
+
|
114
245
|
## [2.0.3] - 2022-05-23
|
115
246
|
### Fixed
|
116
247
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -129,6 +260,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
129
260
|
### Added
|
130
261
|
- Initial even release supporting Ruby >= 1.9
|
131
262
|
|
263
|
+
## [1.0.4] - 2022-06-08
|
264
|
+
### Added
|
265
|
+
- Security Policy @ SECURITY.md
|
266
|
+
- Improve, and dry up documentation
|
267
|
+
|
132
268
|
## [1.0.3] - 2022-05-23
|
133
269
|
### Fixed
|
134
270
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -147,35 +283,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
147
283
|
### Added
|
148
284
|
- Initial odd release supporting Ruby ~> 1.9
|
149
285
|
|
150
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/
|
151
|
-
[
|
152
|
-
[
|
153
|
-
[
|
154
|
-
[
|
155
|
-
[
|
156
|
-
[
|
157
|
-
[
|
158
|
-
[
|
159
|
-
[
|
160
|
-
[
|
161
|
-
[
|
162
|
-
[
|
163
|
-
[
|
164
|
-
[
|
165
|
-
[
|
166
|
-
[
|
286
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...HEAD
|
287
|
+
[22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
|
288
|
+
[22.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v21.0.1...v22.0.0
|
289
|
+
[21.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v21.0.0...v21.0.1
|
290
|
+
[21.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.1...v21.0.0
|
291
|
+
[20.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v20.0.1
|
292
|
+
[20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.1...v20.0.0
|
293
|
+
[19.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v19.0.1
|
294
|
+
[19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v19.0.0
|
295
|
+
[18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
|
296
|
+
[18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...v18.0.0
|
297
|
+
[17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
|
298
|
+
[17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
|
299
|
+
[16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
|
300
|
+
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
|
301
|
+
[15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
|
302
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
|
303
|
+
[14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
|
304
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
|
305
|
+
[13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
|
306
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
307
|
+
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
308
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
309
|
+
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
310
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
311
|
+
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
312
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
313
|
+
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
314
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
315
|
+
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
316
|
+
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
317
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
318
|
+
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
319
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
320
|
+
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
321
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
322
|
+
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
167
323
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
168
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
324
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
325
|
+
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
169
326
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
170
327
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
171
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
328
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
329
|
+
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
172
330
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
173
331
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
174
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
332
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
|
333
|
+
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
334
|
+
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
175
335
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
176
336
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
177
337
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
178
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
338
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
339
|
+
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
179
340
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
180
341
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
181
342
|
[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
|
|
@@ -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
|
|-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
|
@@ -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
|
|
data/lib/rubocop/lts/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-lts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 22.0.
|
4
|
+
version: 22.0.1
|
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-06-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop-ruby3_1
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.0.
|
19
|
+
version: 1.0.6
|
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.6
|
27
27
|
description: Rubocop LTS - Chaos Reduction In a Bottle
|
28
28
|
email:
|
29
29
|
- peter.boling@gmail.com
|
@@ -41,18 +41,15 @@ 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
|
47
44
|
homepage: https://github.com/rubocop-lts/rubocop-lts
|
48
45
|
licenses:
|
49
46
|
- MIT
|
50
47
|
metadata:
|
51
48
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
52
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v22.0.
|
53
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v22.0.
|
49
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v22.0.1
|
50
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v22.0.1/CHANGELOG.md
|
54
51
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
55
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.0.
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/22.0.1
|
56
53
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
57
54
|
rubygems_mfa_required: 'true'
|
58
55
|
post_install_message:
|
@@ -66,18 +63,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
63
|
version: 3.1.0
|
67
64
|
- - "<"
|
68
65
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
66
|
+
version: '4.0'
|
70
67
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
68
|
requirements:
|
72
69
|
- - ">="
|
73
70
|
- !ruby/object:Gem::Version
|
74
71
|
version: '0'
|
75
72
|
requirements: []
|
76
|
-
rubygems_version: 3.3.
|
73
|
+
rubygems_version: 3.3.15
|
77
74
|
signing_key:
|
78
75
|
specification_version: 4
|
79
76
|
summary: Rubocop LTS - Semantically Versioned
|
80
|
-
test_files:
|
81
|
-
- spec/config/rspec/rspec_core.rb
|
82
|
-
- spec/rubocop/lts_spec.rb
|
83
|
-
- spec/spec_helper.rb
|
77
|
+
test_files: []
|
@@ -1,13 +0,0 @@
|
|
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/rubocop/lts_spec.rb
DELETED