rubocop-lts 20.0.0 → 20.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 +160 -20
- 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: da49a6a182dedc834fe336a11068b5c0c3a5f4aefd149e4aa2685496f1e70c36
|
4
|
+
data.tar.gz: b9d9b03c308814b161e24ad7b64496c4363f36ed73724e2e35febd18129de3a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0582ed97d48e9e611b354f171dd6e7b028ba1f6c7019bd2b4909d47b10ae0b8cce99f219daeadb285cfee28acdcd362247f8db3c7a26205246c9ab2eeabcf537'
|
7
|
+
data.tar.gz: 3aa1eb0b62a0663142666d7c1a720923a9bcc385927e106223ce68122676e09ebf8cbb6b589996ffc4e4ba1e5b51c9b591deb0d0ae7700ce0a2408cb4a50d98d
|
data/CHANGELOG.md
CHANGED
@@ -13,66 +13,163 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [20.0.1] - 2022-06-09
|
17
|
+
### Added
|
18
|
+
- Improve, and dry up documentation
|
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
|
23
|
+
|
16
24
|
## [20.0.0] - 2022-05-23
|
17
25
|
### Added
|
18
26
|
- Initial even release supporting Ruby >= 3.0
|
19
27
|
|
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
|
+
|
20
34
|
## [19.0.0] - 2022-05-23
|
21
35
|
### Added
|
22
36
|
- Initial odd release supporting Ruby ~> 3.0
|
23
37
|
|
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
|
+
|
24
46
|
## [18.0.0] - 2022-05-23
|
25
47
|
### Added
|
26
48
|
- Initial even release supporting Ruby >= 2.7
|
27
49
|
|
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
|
+
|
28
56
|
## [17.0.0] - 2022-05-23
|
29
57
|
### Added
|
30
58
|
- Initial odd release supporting Ruby ~> 2.7
|
31
59
|
|
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
|
+
|
32
68
|
## [16.0.0] - 2022-05-23
|
33
69
|
### Added
|
34
70
|
- Initial even release supporting Ruby >= 2.6
|
35
71
|
|
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
|
+
|
36
78
|
## [15.0.0] - 2022-05-23
|
37
79
|
### Added
|
38
80
|
- Initial odd release supporting Ruby ~> 2.6
|
39
81
|
|
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
|
+
|
40
88
|
## [14.0.0] - 2022-05-23
|
41
89
|
### Added
|
42
90
|
- Initial even release supporting Ruby >= 2.5
|
43
91
|
|
92
|
+
## [13.0.1] - 2022-06-09
|
93
|
+
### Added
|
94
|
+
- Improve, and dry up documentation
|
95
|
+
|
44
96
|
## [13.0.0] - 2022-05-23
|
45
97
|
### Added
|
46
98
|
- Initial odd release supporting Ruby ~> 2.5
|
47
99
|
|
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
|
+
|
48
106
|
## [12.0.0] - 2022-05-23
|
49
107
|
### Added
|
50
108
|
- Initial even release supporting Ruby >= 2.4
|
51
109
|
|
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
|
+
|
52
117
|
## [11.0.0] - 2022-05-23
|
53
118
|
### Added
|
54
119
|
- Initial odd release supporting Ruby ~> 2.4
|
55
120
|
|
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
|
+
|
56
127
|
## [10.0.0] - 2022-05-23
|
57
128
|
### Added
|
58
129
|
- Initial even release supporting Ruby >= 2.3
|
59
130
|
|
131
|
+
## [9.0.1] - 2022-06-09
|
132
|
+
### Added
|
133
|
+
- Improve, and dry up documentation
|
134
|
+
|
60
135
|
## [9.0.0] - 2022-05-23
|
61
136
|
### Added
|
62
137
|
- Initial odd release supporting Ruby ~> 2.3
|
63
138
|
|
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
|
+
|
64
147
|
## [8.0.0] - 2022-05-23
|
65
148
|
### Added
|
66
149
|
- Initial even release supporting Ruby >= 2.2
|
67
150
|
|
151
|
+
## [7.0.1] - 2022-06-08
|
152
|
+
### Added
|
153
|
+
- Improve, and dry up documentation
|
154
|
+
|
68
155
|
## [7.0.0] - 2022-05-23
|
69
156
|
### Added
|
70
157
|
- Initial odd release supporting Ruby ~> 2.2
|
71
158
|
|
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
|
+
|
72
165
|
## [6.0.0] - 2022-05-23
|
73
166
|
### Added
|
74
167
|
- Initial even release supporting Ruby >= 2.1
|
75
168
|
|
169
|
+
## [5.0.2] - 2022-06-08
|
170
|
+
### Added
|
171
|
+
- Improve, and dry up documentation
|
172
|
+
|
76
173
|
## [5.0.1] - 2022-05-23
|
77
174
|
### Fixed
|
78
175
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -81,6 +178,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
81
178
|
### Added
|
82
179
|
- Initial odd release supporting Ruby ~> 2.1
|
83
180
|
|
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
|
+
|
84
185
|
## [4.0.2] - 2022-05-23
|
85
186
|
### Fixed
|
86
187
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -94,6 +195,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
94
195
|
### Added
|
95
196
|
- Initial even release supporting Ruby >= 2.0
|
96
197
|
|
198
|
+
## [3.0.3] - 2022-06-08
|
199
|
+
### Added
|
200
|
+
- Improve, and dry up documentation
|
201
|
+
|
97
202
|
## [3.0.2] - 2022-05-23
|
98
203
|
### Fixed
|
99
204
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -107,6 +212,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
107
212
|
### Added
|
108
213
|
- Initial odd release supporting Ruby ~> 2.0
|
109
214
|
|
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
|
+
|
110
223
|
## [2.0.3] - 2022-05-23
|
111
224
|
### Fixed
|
112
225
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -125,6 +238,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
125
238
|
### Added
|
126
239
|
- Initial even release supporting Ruby >= 1.9
|
127
240
|
|
241
|
+
## [1.0.4] - 2022-06-08
|
242
|
+
### Added
|
243
|
+
- Security Policy @ SECURITY.md
|
244
|
+
- Improve, and dry up documentation
|
245
|
+
|
128
246
|
## [1.0.3] - 2022-05-23
|
129
247
|
### Fixed
|
130
248
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -143,34 +261,56 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
143
261
|
### Added
|
144
262
|
- Initial odd release supporting Ruby ~> 1.9
|
145
263
|
|
146
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.
|
147
|
-
[20.0.
|
148
|
-
[
|
149
|
-
[
|
150
|
-
[
|
151
|
-
[
|
152
|
-
[
|
153
|
-
[
|
154
|
-
[
|
155
|
-
[
|
156
|
-
[
|
157
|
-
[
|
158
|
-
[
|
159
|
-
[
|
160
|
-
[
|
161
|
-
[
|
264
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.1...HEAD
|
265
|
+
[20.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v20.0.1
|
266
|
+
[20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.1...v20.0.0
|
267
|
+
[19.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v19.0.1
|
268
|
+
[19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v19.0.0
|
269
|
+
[18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
|
270
|
+
[18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...v18.0.0
|
271
|
+
[17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
|
272
|
+
[17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
|
273
|
+
[16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
|
274
|
+
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
|
275
|
+
[15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
|
276
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
|
277
|
+
[14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
|
278
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
|
279
|
+
[13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
|
280
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
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
|
162
297
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
163
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
298
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
299
|
+
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
164
300
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
165
301
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
166
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
302
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
303
|
+
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
167
304
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
168
305
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
169
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
306
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.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
|
170
309
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
171
310
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
172
311
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
173
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
312
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
313
|
+
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
174
314
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
175
315
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
176
316
|
[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: 20.0.
|
4
|
+
version: 20.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_0
|
@@ -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/v20.0.
|
53
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v20.0.
|
49
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v20.0.1
|
50
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v20.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/20.0.
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/20.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.0.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