rubocop-lts 21.0.1 → 22.0.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
- data/CHANGELOG.md +21 -168
- data/README.md +6 -6
- data/lib/rubocop/lts/version.rb +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 +15 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3008981a8429bfe75436a348e76c50be158fafbeb8772a3bd19b7d8046d464f8
|
|
4
|
+
data.tar.gz: bd0e1c4b66027592b0fa1225af206563234c077d445bec0cd1ce5d514564cab8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbee44d961fb63ff6d2b1e5cc8df00c0cd746acf13ea764736302eca6038bce483a65530e4b43e5e69fd5c016b0f459a4d7dab0555af95fff2b4a5e38d5e4270
|
|
7
|
+
data.tar.gz: 014f3d39a14ef3566aa09b9f284a45e8ffaede5be9684e8801cafbae723ad4be21b17e2eb10dfabbb3dfe41ed279a995f39bbbb84389701f8e9cc0457d28f9fc
|
data/CHANGELOG.md
CHANGED
|
@@ -13,173 +13,70 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
-
## [21.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
|
-
|
|
22
16
|
## [21.0.0] - 2022-05-23
|
|
23
17
|
### Added
|
|
24
18
|
- Initial odd release supporting Ruby ~> 3.1
|
|
25
19
|
|
|
26
|
-
## [20.0.1] - 2022-06-09
|
|
27
|
-
### Added
|
|
28
|
-
- Improve, and dry up documentation
|
|
29
|
-
### Changed
|
|
30
|
-
- Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
|
|
31
|
-
### Fixed
|
|
32
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
33
|
-
|
|
34
20
|
## [20.0.0] - 2022-05-23
|
|
35
21
|
### Added
|
|
36
22
|
- Initial even release supporting Ruby >= 3.0
|
|
37
23
|
|
|
38
|
-
## [19.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
|
-
|
|
44
24
|
## [19.0.0] - 2022-05-23
|
|
45
25
|
### Added
|
|
46
26
|
- Initial odd release supporting Ruby ~> 3.0
|
|
47
27
|
|
|
48
|
-
## [18.0.1] - 2022-06-09
|
|
49
|
-
### Added
|
|
50
|
-
- Improve, and dry up documentation
|
|
51
|
-
### Changed
|
|
52
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
|
53
|
-
### Fixed
|
|
54
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
55
|
-
|
|
56
28
|
## [18.0.0] - 2022-05-23
|
|
57
29
|
### Added
|
|
58
30
|
- Initial even release supporting Ruby >= 2.7
|
|
59
31
|
|
|
60
|
-
## [17.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
|
-
|
|
66
32
|
## [17.0.0] - 2022-05-23
|
|
67
33
|
### Added
|
|
68
34
|
- Initial odd release supporting Ruby ~> 2.7
|
|
69
35
|
|
|
70
|
-
## [16.0.1] - 2022-06-09
|
|
71
|
-
### Added
|
|
72
|
-
- Improve, and dry up documentation
|
|
73
|
-
### Changed
|
|
74
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
|
75
|
-
### Fixed
|
|
76
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
77
|
-
|
|
78
36
|
## [16.0.0] - 2022-05-23
|
|
79
37
|
### Added
|
|
80
38
|
- Initial even release supporting Ruby >= 2.6
|
|
81
39
|
|
|
82
|
-
## [15.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
|
-
|
|
88
40
|
## [15.0.0] - 2022-05-23
|
|
89
41
|
### Added
|
|
90
42
|
- Initial odd release supporting Ruby ~> 2.6
|
|
91
43
|
|
|
92
|
-
## [14.0.1] - 2022-06-09
|
|
93
|
-
### Added
|
|
94
|
-
- Improve, and dry up documentation
|
|
95
|
-
### Fixed
|
|
96
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
97
|
-
|
|
98
44
|
## [14.0.0] - 2022-05-23
|
|
99
45
|
### Added
|
|
100
46
|
- Initial even release supporting Ruby >= 2.5
|
|
101
47
|
|
|
102
|
-
## [13.0.1] - 2022-06-09
|
|
103
|
-
### Added
|
|
104
|
-
- Improve, and dry up documentation
|
|
105
|
-
|
|
106
48
|
## [13.0.0] - 2022-05-23
|
|
107
49
|
### Added
|
|
108
50
|
- Initial odd release supporting Ruby ~> 2.5
|
|
109
51
|
|
|
110
|
-
## [12.0.1] - 2022-06-09
|
|
111
|
-
### Added
|
|
112
|
-
- Improve, and dry up documentation
|
|
113
|
-
### Fixed
|
|
114
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
115
|
-
|
|
116
52
|
## [12.0.0] - 2022-05-23
|
|
117
53
|
### Added
|
|
118
54
|
- Initial even release supporting Ruby >= 2.4
|
|
119
55
|
|
|
120
|
-
## [11.0.2] - 2022-06-09
|
|
121
|
-
### Added
|
|
122
|
-
- Improve, and dry up documentation
|
|
123
|
-
|
|
124
|
-
## 11.0.1 - 2022-06-09 (YANKED)
|
|
125
|
-
- accidentally removed required_ruby_version from gemspec
|
|
126
|
-
|
|
127
56
|
## [11.0.0] - 2022-05-23
|
|
128
57
|
### Added
|
|
129
58
|
- Initial odd release supporting Ruby ~> 2.4
|
|
130
59
|
|
|
131
|
-
## [10.0.1] - 2022-06-09
|
|
132
|
-
### Added
|
|
133
|
-
- Improve, and dry up documentation
|
|
134
|
-
### Fixed
|
|
135
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
136
|
-
|
|
137
60
|
## [10.0.0] - 2022-05-23
|
|
138
61
|
### Added
|
|
139
62
|
- Initial even release supporting Ruby >= 2.3
|
|
140
63
|
|
|
141
|
-
## [9.0.1] - 2022-06-09
|
|
142
|
-
### Added
|
|
143
|
-
- Improve, and dry up documentation
|
|
144
|
-
|
|
145
64
|
## [9.0.0] - 2022-05-23
|
|
146
65
|
### Added
|
|
147
66
|
- Initial odd release supporting Ruby ~> 2.3
|
|
148
67
|
|
|
149
|
-
## [8.0.2] - 2022-06-09
|
|
150
|
-
### Fixed
|
|
151
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
152
|
-
|
|
153
|
-
## [8.0.1] - 2022-06-09
|
|
154
|
-
### Added
|
|
155
|
-
- Improve, and dry up documentation
|
|
156
|
-
|
|
157
68
|
## [8.0.0] - 2022-05-23
|
|
158
69
|
### Added
|
|
159
70
|
- Initial even release supporting Ruby >= 2.2
|
|
160
71
|
|
|
161
|
-
## [7.0.1] - 2022-06-08
|
|
162
|
-
### Added
|
|
163
|
-
- Improve, and dry up documentation
|
|
164
|
-
|
|
165
72
|
## [7.0.0] - 2022-05-23
|
|
166
73
|
### Added
|
|
167
74
|
- Initial odd release supporting Ruby ~> 2.2
|
|
168
75
|
|
|
169
|
-
## [6.0.1] - 2022-06-08
|
|
170
|
-
### Added
|
|
171
|
-
- Improve, and dry up documentation
|
|
172
|
-
### Fixed
|
|
173
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
174
|
-
|
|
175
76
|
## [6.0.0] - 2022-05-23
|
|
176
77
|
### Added
|
|
177
78
|
- Initial even release supporting Ruby >= 2.1
|
|
178
79
|
|
|
179
|
-
## [5.0.2] - 2022-06-08
|
|
180
|
-
### Added
|
|
181
|
-
- Improve, and dry up documentation
|
|
182
|
-
|
|
183
80
|
## [5.0.1] - 2022-05-23
|
|
184
81
|
### Fixed
|
|
185
82
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -188,10 +85,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
188
85
|
### Added
|
|
189
86
|
- Initial odd release supporting Ruby ~> 2.1
|
|
190
87
|
|
|
191
|
-
## [4.0.3] - 2022-06-08
|
|
192
|
-
### Fixed
|
|
193
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
194
|
-
|
|
195
88
|
## [4.0.2] - 2022-05-23
|
|
196
89
|
### Fixed
|
|
197
90
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -205,10 +98,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
205
98
|
### Added
|
|
206
99
|
- Initial even release supporting Ruby >= 2.0
|
|
207
100
|
|
|
208
|
-
## [3.0.3] - 2022-06-08
|
|
209
|
-
### Added
|
|
210
|
-
- Improve, and dry up documentation
|
|
211
|
-
|
|
212
101
|
## [3.0.2] - 2022-05-23
|
|
213
102
|
### Fixed
|
|
214
103
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -222,14 +111,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
222
111
|
### Added
|
|
223
112
|
- Initial odd release supporting Ruby ~> 2.0
|
|
224
113
|
|
|
225
|
-
## [2.0.5] - 2022-06-08
|
|
226
|
-
### Added
|
|
227
|
-
- Improve, and dry up documentation
|
|
228
|
-
|
|
229
|
-
## [2.0.4] - 2022-06-08
|
|
230
|
-
### Fixed
|
|
231
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
232
|
-
|
|
233
114
|
## [2.0.3] - 2022-05-23
|
|
234
115
|
### Fixed
|
|
235
116
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -248,11 +129,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
248
129
|
### Added
|
|
249
130
|
- Initial even release supporting Ruby >= 1.9
|
|
250
131
|
|
|
251
|
-
## [1.0.4] - 2022-06-08
|
|
252
|
-
### Added
|
|
253
|
-
- Security Policy @ SECURITY.md
|
|
254
|
-
- Improve, and dry up documentation
|
|
255
|
-
|
|
256
132
|
## [1.0.3] - 2022-05-23
|
|
257
133
|
### Fixed
|
|
258
134
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -271,58 +147,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
271
147
|
### Added
|
|
272
148
|
- Initial odd release supporting Ruby ~> 1.9
|
|
273
149
|
|
|
274
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v21.0.
|
|
275
|
-
[21.0.
|
|
276
|
-
[
|
|
277
|
-
[
|
|
278
|
-
[
|
|
279
|
-
[
|
|
280
|
-
[
|
|
281
|
-
[
|
|
282
|
-
[
|
|
283
|
-
[
|
|
284
|
-
[
|
|
285
|
-
[
|
|
286
|
-
[
|
|
287
|
-
[
|
|
288
|
-
[
|
|
289
|
-
[
|
|
290
|
-
[
|
|
291
|
-
[13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
|
|
292
|
-
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
|
293
|
-
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
|
294
|
-
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
|
295
|
-
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
|
296
|
-
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
|
297
|
-
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
|
298
|
-
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
|
299
|
-
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
|
300
|
-
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
|
301
|
-
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
|
302
|
-
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
|
303
|
-
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
|
304
|
-
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
|
305
|
-
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
|
306
|
-
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
|
307
|
-
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
|
308
|
-
[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
|
|
309
167
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
|
310
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
|
311
|
-
[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
|
|
312
169
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
|
313
170
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
|
314
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
|
315
|
-
[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
|
|
316
172
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
|
317
173
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
|
318
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
|
319
|
-
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
|
320
|
-
[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
|
|
321
175
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
|
322
176
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
|
323
177
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
|
324
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
|
325
|
-
[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
|
|
326
179
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
|
327
180
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
|
328
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 even 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', '~> 22.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", "~> 22.0"
|
|
333
333
|
```
|
|
334
334
|
|
|
335
335
|
|
data/lib/rubocop/lts/version.rb
CHANGED
|
@@ -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,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-lts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 22.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
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.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/v22.0.0
|
|
53
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v22.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/22.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:
|
|
@@ -70,8 +73,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
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
|