rubocop-lts 18.0.0 → 18.0.1
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 +142 -18
- data/README.md +3 -3
- data/lib/rubocop/lts/version.rb +1 -1
- metadata +13 -19
- 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: 73702458c24e461675664a77982de164ba5223164d4bdf1d316030509b476906
|
|
4
|
+
data.tar.gz: 9c4c013e13d9445088fadce736385307a06eedadf2a7f74c4a62ab7544317d29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b73c7b623b9b754e3f8c71fbf59c2fc041987d49429f7c0bcfce3d660dc3533ed0a5ba8590cdab37c19bde9499e24814760a8a1f445f624beac7d5798d661da6
|
|
7
|
+
data.tar.gz: c5efa4202631c27828944de310e60d3bc32af607848247979071b6d262f9afc086ff02cc4dee438b59b534e8cc2d7e1761fa7681bb85a83432ceeb4b984b82f9
|
data/CHANGELOG.md
CHANGED
|
@@ -13,58 +13,141 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
|
|
14
14
|
### Removed
|
|
15
15
|
|
|
16
|
+
## [18.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
|
## [18.0.0] - 2022-05-23
|
|
17
25
|
### Added
|
|
18
26
|
- Initial even release supporting Ruby >= 2.7
|
|
19
27
|
|
|
28
|
+
## [17.0.1] - 2022-05-23
|
|
29
|
+
### Added
|
|
30
|
+
- Improve, and dry up documentation
|
|
31
|
+
### Changed
|
|
32
|
+
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
|
33
|
+
|
|
20
34
|
## [17.0.0] - 2022-05-23
|
|
21
35
|
### Added
|
|
22
36
|
- Initial odd release supporting Ruby ~> 2.7
|
|
23
37
|
|
|
38
|
+
## [16.0.1] - 2022-06-09
|
|
39
|
+
### Added
|
|
40
|
+
- Improve, and dry up documentation
|
|
41
|
+
### Changed
|
|
42
|
+
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
|
43
|
+
### Fixed
|
|
44
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
45
|
+
|
|
24
46
|
## [16.0.0] - 2022-05-23
|
|
25
47
|
### Added
|
|
26
48
|
- Initial even release supporting Ruby >= 2.6
|
|
27
49
|
|
|
50
|
+
## [15.0.1] - 2022-06-09
|
|
51
|
+
### Added
|
|
52
|
+
- Improve, and dry up documentation
|
|
53
|
+
### Changed
|
|
54
|
+
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
|
55
|
+
|
|
28
56
|
## [15.0.0] - 2022-05-23
|
|
29
57
|
### Added
|
|
30
58
|
- Initial odd release supporting Ruby ~> 2.6
|
|
31
59
|
|
|
60
|
+
## [14.0.1] - 2022-06-09
|
|
61
|
+
### Added
|
|
62
|
+
- Improve, and dry up documentation
|
|
63
|
+
### Fixed
|
|
64
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
65
|
+
|
|
32
66
|
## [14.0.0] - 2022-05-23
|
|
33
67
|
### Added
|
|
34
68
|
- Initial even release supporting Ruby >= 2.5
|
|
35
69
|
|
|
70
|
+
## [13.0.1] - 2022-06-09
|
|
71
|
+
### Added
|
|
72
|
+
- Improve, and dry up documentation
|
|
73
|
+
|
|
36
74
|
## [13.0.0] - 2022-05-23
|
|
37
75
|
### Added
|
|
38
76
|
- Initial odd release supporting Ruby ~> 2.5
|
|
39
77
|
|
|
78
|
+
## [12.0.1] - 2022-06-09
|
|
79
|
+
### Added
|
|
80
|
+
- Improve, and dry up documentation
|
|
81
|
+
### Fixed
|
|
82
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
83
|
+
|
|
40
84
|
## [12.0.0] - 2022-05-23
|
|
41
85
|
### Added
|
|
42
86
|
- Initial even release supporting Ruby >= 2.4
|
|
43
87
|
|
|
88
|
+
## [11.0.2] - 2022-06-09
|
|
89
|
+
### Added
|
|
90
|
+
- Improve, and dry up documentation
|
|
91
|
+
|
|
92
|
+
## 11.0.1 - 2022-06-09 (YANKED)
|
|
93
|
+
- accidentally removed required_ruby_version from gemspec
|
|
94
|
+
|
|
44
95
|
## [11.0.0] - 2022-05-23
|
|
45
96
|
### Added
|
|
46
97
|
- Initial odd release supporting Ruby ~> 2.4
|
|
47
98
|
|
|
99
|
+
## [10.0.1] - 2022-06-09
|
|
100
|
+
### Added
|
|
101
|
+
- Improve, and dry up documentation
|
|
102
|
+
### Fixed
|
|
103
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
104
|
+
|
|
48
105
|
## [10.0.0] - 2022-05-23
|
|
49
106
|
### Added
|
|
50
107
|
- Initial even release supporting Ruby >= 2.3
|
|
51
108
|
|
|
109
|
+
## [9.0.1] - 2022-06-09
|
|
110
|
+
### Added
|
|
111
|
+
- Improve, and dry up documentation
|
|
112
|
+
|
|
52
113
|
## [9.0.0] - 2022-05-23
|
|
53
114
|
### Added
|
|
54
115
|
- Initial odd release supporting Ruby ~> 2.3
|
|
55
116
|
|
|
117
|
+
## [8.0.2] - 2022-06-09
|
|
118
|
+
### Fixed
|
|
119
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
120
|
+
|
|
121
|
+
## [8.0.1] - 2022-06-09
|
|
122
|
+
### Added
|
|
123
|
+
- Improve, and dry up documentation
|
|
124
|
+
|
|
56
125
|
## [8.0.0] - 2022-05-23
|
|
57
126
|
### Added
|
|
58
127
|
- Initial even release supporting Ruby >= 2.2
|
|
59
128
|
|
|
129
|
+
## [7.0.1] - 2022-06-08
|
|
130
|
+
### Added
|
|
131
|
+
- Improve, and dry up documentation
|
|
132
|
+
|
|
60
133
|
## [7.0.0] - 2022-05-23
|
|
61
134
|
### Added
|
|
62
135
|
- Initial odd release supporting Ruby ~> 2.2
|
|
63
136
|
|
|
137
|
+
## [6.0.1] - 2022-06-08
|
|
138
|
+
### Added
|
|
139
|
+
- Improve, and dry up documentation
|
|
140
|
+
### Fixed
|
|
141
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
142
|
+
|
|
64
143
|
## [6.0.0] - 2022-05-23
|
|
65
144
|
### Added
|
|
66
145
|
- Initial even release supporting Ruby >= 2.1
|
|
67
146
|
|
|
147
|
+
## [5.0.2] - 2022-06-08
|
|
148
|
+
### Added
|
|
149
|
+
- Improve, and dry up documentation
|
|
150
|
+
|
|
68
151
|
## [5.0.1] - 2022-05-23
|
|
69
152
|
### Fixed
|
|
70
153
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -73,6 +156,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
73
156
|
### Added
|
|
74
157
|
- Initial odd release supporting Ruby ~> 2.1
|
|
75
158
|
|
|
159
|
+
## [4.0.3] - 2022-06-08
|
|
160
|
+
### Fixed
|
|
161
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
162
|
+
|
|
76
163
|
## [4.0.2] - 2022-05-23
|
|
77
164
|
### Fixed
|
|
78
165
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -86,6 +173,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
86
173
|
### Added
|
|
87
174
|
- Initial even release supporting Ruby >= 2.0
|
|
88
175
|
|
|
176
|
+
## [3.0.3] - 2022-06-08
|
|
177
|
+
### Added
|
|
178
|
+
- Improve, and dry up documentation
|
|
179
|
+
|
|
89
180
|
## [3.0.2] - 2022-05-23
|
|
90
181
|
### Fixed
|
|
91
182
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -99,6 +190,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
99
190
|
### Added
|
|
100
191
|
- Initial odd release supporting Ruby ~> 2.0
|
|
101
192
|
|
|
193
|
+
## [2.0.5] - 2022-06-08
|
|
194
|
+
### Added
|
|
195
|
+
- Improve, and dry up documentation
|
|
196
|
+
|
|
197
|
+
## [2.0.4] - 2022-06-08
|
|
198
|
+
### Fixed
|
|
199
|
+
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
200
|
+
|
|
102
201
|
## [2.0.3] - 2022-05-23
|
|
103
202
|
### Fixed
|
|
104
203
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -117,6 +216,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
117
216
|
### Added
|
|
118
217
|
- Initial even release supporting Ruby >= 1.9
|
|
119
218
|
|
|
219
|
+
## [1.0.4] - 2022-06-08
|
|
220
|
+
### Added
|
|
221
|
+
- Security Policy @ SECURITY.md
|
|
222
|
+
- Improve, and dry up documentation
|
|
223
|
+
|
|
120
224
|
## [1.0.3] - 2022-05-23
|
|
121
225
|
### Fixed
|
|
122
226
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
@@ -135,32 +239,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
135
239
|
### Added
|
|
136
240
|
- Initial odd release supporting Ruby ~> 1.9
|
|
137
241
|
|
|
138
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.
|
|
139
|
-
[18.0.
|
|
140
|
-
[
|
|
141
|
-
[
|
|
142
|
-
[
|
|
143
|
-
[
|
|
144
|
-
[
|
|
145
|
-
[
|
|
146
|
-
[
|
|
147
|
-
[
|
|
148
|
-
[
|
|
149
|
-
[
|
|
150
|
-
[
|
|
151
|
-
[
|
|
242
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...HEAD
|
|
243
|
+
[18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
|
|
244
|
+
[18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...v18.0.0
|
|
245
|
+
[17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
|
|
246
|
+
[17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
|
|
247
|
+
[16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
|
|
248
|
+
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
|
|
249
|
+
[15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
|
|
250
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
|
|
251
|
+
[14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
|
|
252
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
|
|
253
|
+
[13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
|
|
254
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
|
255
|
+
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
|
256
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
|
257
|
+
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
|
258
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
|
259
|
+
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
|
260
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
|
261
|
+
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
|
262
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
|
263
|
+
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
|
264
|
+
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
|
265
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
|
266
|
+
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
|
267
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
|
268
|
+
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
|
269
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
|
270
|
+
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
|
152
271
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
|
153
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
|
272
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
|
273
|
+
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
|
154
274
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
|
155
275
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
|
156
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
|
276
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
|
277
|
+
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
|
157
278
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
|
158
279
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
|
159
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
|
280
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
|
|
281
|
+
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
|
282
|
+
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
|
160
283
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
|
161
284
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
|
162
285
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
|
163
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
|
286
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
|
287
|
+
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
|
164
288
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
|
165
289
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
|
166
290
|
[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: 18.0.
|
|
4
|
+
version: 18.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
8
|
-
autorequire:
|
|
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-ruby2_7
|
|
@@ -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,21 +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
|
|
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/v18.0.
|
|
53
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v18.0.
|
|
49
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v18.0.1
|
|
50
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v18.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/18.0.
|
|
52
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/18.0.1
|
|
56
53
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
|
57
54
|
rubygems_mfa_required: 'true'
|
|
58
|
-
post_install_message:
|
|
55
|
+
post_install_message:
|
|
59
56
|
rdoc_options: []
|
|
60
57
|
require_paths:
|
|
61
58
|
- lib
|
|
@@ -66,18 +63,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
63
|
version: 2.7.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.
|
|
77
|
-
signing_key:
|
|
73
|
+
rubygems_version: 3.3.15
|
|
74
|
+
signing_key:
|
|
78
75
|
specification_version: 4
|
|
79
76
|
summary: Rubocop LTS - Semantically Versioned
|
|
80
|
-
test_files:
|
|
81
|
-
- spec/spec_helper.rb
|
|
82
|
-
- spec/config/rspec/rspec_core.rb
|
|
83
|
-
- spec/rubocop/lts_spec.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