rubocop-lts 17.1.0 → 18.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 +20 -161
- data/CONTRIBUTING.md +11 -24
- data/README.md +298 -67
- data/SECURITY.md +24 -24
- 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 +17 -40
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a34a85de07e892582ff75c521b59f55495fcd017b31575800e2c106092e82b1b
|
4
|
+
data.tar.gz: 5d90877081d02ba53079e4870a685211b471c6de865f065958ca657fb7d3add7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1a4347a3841b807e55cacdb614ed6fda471cc90325ffd66dcb6f72b08c2869516fbe26795e543d98bcd4596cc21c2b8b73b427f5977840e0cf7a5864f8de6f92
|
7
|
+
data.tar.gz: 9cccea908113f45b9860438aa5887ce1c622144fad3dea2f52da37af2a91caf9811a039a2ff40147a13f011efdd572cb394316569cf9f508a132434e1749f4e4
|
data/CHANGELOG.md
CHANGED
@@ -6,163 +6,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
6
6
|
|
7
7
|
## [Unreleased]
|
8
8
|
### Added
|
9
|
-
### Changed
|
10
|
-
### Fixed
|
11
|
-
### Removed
|
12
9
|
|
13
|
-
## [18.1.0] - 2023-03-15
|
14
10
|
### Changed
|
15
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.1.3
|
16
|
-
- Allows rubocop ~> 1.48.1
|
17
|
-
- Compatible with rubocop-packaging ~> 0.5.2
|
18
11
|
|
19
|
-
## [18.0.1] - 2022-06-09
|
20
|
-
### Added
|
21
|
-
- Improve, and dry up documentation
|
22
|
-
### Changed
|
23
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
24
12
|
### Fixed
|
25
|
-
|
13
|
+
|
14
|
+
### Removed
|
26
15
|
|
27
16
|
## [18.0.0] - 2022-05-23
|
28
17
|
### Added
|
29
18
|
- Initial even release supporting Ruby >= 2.7
|
30
19
|
|
31
|
-
## [17.1.0] - 2023-03-15
|
32
|
-
### Added
|
33
|
-
- Certificate for signing gem releases
|
34
|
-
- Gemspec metadata
|
35
|
-
- funding_uri
|
36
|
-
- SHA256 and SHA512 Checksums for release
|
37
|
-
### Changed
|
38
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.1.3
|
39
|
-
- Allows rubocop ~> 1.48.1
|
40
|
-
- Compatible with rubocop-packaging ~> 0.5.2
|
41
|
-
- Gem releases are now cryptographically signed
|
42
|
-
|
43
|
-
## [17.0.1] - 2022-06-09
|
44
|
-
### Added
|
45
|
-
- Improve, and dry up documentation
|
46
|
-
### Changed
|
47
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
48
|
-
|
49
20
|
## [17.0.0] - 2022-05-23
|
50
21
|
### Added
|
51
22
|
- Initial odd release supporting Ruby ~> 2.7
|
52
23
|
|
53
|
-
## [16.0.1] - 2022-06-09
|
54
|
-
### Added
|
55
|
-
- Improve, and dry up documentation
|
56
|
-
### Changed
|
57
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
58
|
-
### Fixed
|
59
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
60
|
-
|
61
24
|
## [16.0.0] - 2022-05-23
|
62
25
|
### Added
|
63
26
|
- Initial even release supporting Ruby >= 2.6
|
64
27
|
|
65
|
-
## [15.0.1] - 2022-06-09
|
66
|
-
### Added
|
67
|
-
- Improve, and dry up documentation
|
68
|
-
### Changed
|
69
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
70
|
-
|
71
28
|
## [15.0.0] - 2022-05-23
|
72
29
|
### Added
|
73
30
|
- Initial odd release supporting Ruby ~> 2.6
|
74
31
|
|
75
|
-
## [14.0.1] - 2022-06-09
|
76
|
-
### Added
|
77
|
-
- Improve, and dry up documentation
|
78
|
-
### Fixed
|
79
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
80
|
-
|
81
32
|
## [14.0.0] - 2022-05-23
|
82
33
|
### Added
|
83
34
|
- Initial even release supporting Ruby >= 2.5
|
84
35
|
|
85
|
-
## [13.0.1] - 2022-06-09
|
86
|
-
### Added
|
87
|
-
- Improve, and dry up documentation
|
88
|
-
|
89
36
|
## [13.0.0] - 2022-05-23
|
90
37
|
### Added
|
91
38
|
- Initial odd release supporting Ruby ~> 2.5
|
92
39
|
|
93
|
-
## [12.0.1] - 2022-06-09
|
94
|
-
### Added
|
95
|
-
- Improve, and dry up documentation
|
96
|
-
### Fixed
|
97
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
98
|
-
|
99
40
|
## [12.0.0] - 2022-05-23
|
100
41
|
### Added
|
101
42
|
- Initial even release supporting Ruby >= 2.4
|
102
43
|
|
103
|
-
## [11.0.2] - 2022-06-09
|
104
|
-
### Added
|
105
|
-
- Improve, and dry up documentation
|
106
|
-
|
107
|
-
## 11.0.1 - 2022-06-09 (YANKED)
|
108
|
-
- accidentally removed required_ruby_version from gemspec
|
109
|
-
|
110
44
|
## [11.0.0] - 2022-05-23
|
111
45
|
### Added
|
112
46
|
- Initial odd release supporting Ruby ~> 2.4
|
113
47
|
|
114
|
-
## [10.0.1] - 2022-06-09
|
115
|
-
### Added
|
116
|
-
- Improve, and dry up documentation
|
117
|
-
### Fixed
|
118
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
119
|
-
|
120
48
|
## [10.0.0] - 2022-05-23
|
121
49
|
### Added
|
122
50
|
- Initial even release supporting Ruby >= 2.3
|
123
51
|
|
124
|
-
## [9.0.1] - 2022-06-09
|
125
|
-
### Added
|
126
|
-
- Improve, and dry up documentation
|
127
|
-
|
128
52
|
## [9.0.0] - 2022-05-23
|
129
53
|
### Added
|
130
54
|
- Initial odd release supporting Ruby ~> 2.3
|
131
55
|
|
132
|
-
## [8.0.2] - 2022-06-09
|
133
|
-
### Fixed
|
134
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
135
|
-
|
136
|
-
## [8.0.1] - 2022-06-09
|
137
|
-
### Added
|
138
|
-
- Improve, and dry up documentation
|
139
|
-
|
140
56
|
## [8.0.0] - 2022-05-23
|
141
57
|
### Added
|
142
58
|
- Initial even release supporting Ruby >= 2.2
|
143
59
|
|
144
|
-
## [7.0.1] - 2022-06-08
|
145
|
-
### Added
|
146
|
-
- Improve, and dry up documentation
|
147
|
-
|
148
60
|
## [7.0.0] - 2022-05-23
|
149
61
|
### Added
|
150
62
|
- Initial odd release supporting Ruby ~> 2.2
|
151
63
|
|
152
|
-
## [6.0.1] - 2022-06-08
|
153
|
-
### Added
|
154
|
-
- Improve, and dry up documentation
|
155
|
-
### Fixed
|
156
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
157
|
-
|
158
64
|
## [6.0.0] - 2022-05-23
|
159
65
|
### Added
|
160
66
|
- Initial even release supporting Ruby >= 2.1
|
161
67
|
|
162
|
-
## [5.0.2] - 2022-06-08
|
163
|
-
### Added
|
164
|
-
- Improve, and dry up documentation
|
165
|
-
|
166
68
|
## [5.0.1] - 2022-05-23
|
167
69
|
### Fixed
|
168
70
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -171,10 +73,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
171
73
|
### Added
|
172
74
|
- Initial odd release supporting Ruby ~> 2.1
|
173
75
|
|
174
|
-
## [4.0.3] - 2022-06-08
|
175
|
-
### Fixed
|
176
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
177
|
-
|
178
76
|
## [4.0.2] - 2022-05-23
|
179
77
|
### Fixed
|
180
78
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -188,10 +86,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
188
86
|
### Added
|
189
87
|
- Initial even release supporting Ruby >= 2.0
|
190
88
|
|
191
|
-
## [3.0.3] - 2022-06-08
|
192
|
-
### Added
|
193
|
-
- Improve, and dry up documentation
|
194
|
-
|
195
89
|
## [3.0.2] - 2022-05-23
|
196
90
|
### Fixed
|
197
91
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -205,14 +99,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
205
99
|
### Added
|
206
100
|
- Initial odd release supporting Ruby ~> 2.0
|
207
101
|
|
208
|
-
## [2.0.5] - 2022-06-08
|
209
|
-
### Added
|
210
|
-
- Improve, and dry up documentation
|
211
|
-
|
212
|
-
## [2.0.4] - 2022-06-08
|
213
|
-
### Fixed
|
214
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
215
|
-
|
216
102
|
## [2.0.3] - 2022-05-23
|
217
103
|
### Fixed
|
218
104
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -231,11 +117,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
231
117
|
### Added
|
232
118
|
- Initial even release supporting Ruby >= 1.9
|
233
119
|
|
234
|
-
## [1.0.4] - 2022-06-08
|
235
|
-
### Added
|
236
|
-
- Security Policy @ SECURITY.md
|
237
|
-
- Improve, and dry up documentation
|
238
|
-
|
239
120
|
## [1.0.3] - 2022-05-23
|
240
121
|
### Fixed
|
241
122
|
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
@@ -254,54 +135,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
254
135
|
### Added
|
255
136
|
- Initial odd release supporting Ruby ~> 1.9
|
256
137
|
|
257
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.
|
258
|
-
[18.
|
259
|
-
[
|
260
|
-
[
|
261
|
-
[
|
262
|
-
[
|
263
|
-
[
|
264
|
-
[
|
265
|
-
[
|
266
|
-
[
|
267
|
-
[
|
268
|
-
[
|
269
|
-
[
|
270
|
-
[
|
271
|
-
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
272
|
-
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
273
|
-
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
274
|
-
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
275
|
-
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
276
|
-
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
277
|
-
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
278
|
-
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
279
|
-
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
280
|
-
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
281
|
-
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
282
|
-
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
283
|
-
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
284
|
-
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
285
|
-
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
286
|
-
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
287
|
-
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
138
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...HEAD
|
139
|
+
[18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
|
140
|
+
[17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
|
141
|
+
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
|
142
|
+
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
|
143
|
+
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
|
144
|
+
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
|
145
|
+
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
|
146
|
+
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
|
147
|
+
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
|
148
|
+
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
|
149
|
+
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
|
150
|
+
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
|
151
|
+
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
|
288
152
|
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
289
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.
|
290
|
-
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
153
|
+
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
|
291
154
|
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
292
155
|
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
293
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.
|
294
|
-
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
156
|
+
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
|
295
157
|
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
296
158
|
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
297
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.
|
298
|
-
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
299
|
-
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
159
|
+
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
|
300
160
|
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
301
161
|
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
302
162
|
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
303
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.
|
304
|
-
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
163
|
+
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
|
305
164
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
306
165
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
307
166
|
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
data/CONTRIBUTING.md
CHANGED
@@ -1,38 +1,25 @@
|
|
1
1
|
## Contributing
|
2
2
|
|
3
|
-
Bug reports and pull requests are welcome on
|
3
|
+
Bug reports and pull requests are welcome on GitHub at [https://github.com/rubocop-lts/rubocop-lts][source]
|
4
4
|
. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
|
5
5
|
the [code of conduct][conduct].
|
6
6
|
|
7
|
-
To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request
|
8
|
-
and post a message to the [gitter chat][🏘chat].
|
7
|
+
To submit a patch, please fork the project and create a patch with tests. Once you're happy with it send a pull request!
|
9
8
|
|
10
|
-
##
|
9
|
+
## Contributors
|
11
10
|
|
12
|
-
|
11
|
+
[][contributors]
|
13
12
|
|
14
|
-
|
15
|
-
2. update the version number in `version.rb`
|
16
|
-
3. run `bundle exec rake build:checksum`
|
17
|
-
4. move the built gem to project root
|
18
|
-
5. run `bin/checksum` to create the missing SHA256 checksum
|
19
|
-
6. move the built gem back to `pkg/`
|
20
|
-
7. commit the changes
|
21
|
-
8. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org][rubygems].
|
13
|
+
Made with [contributors-img][contrib-rocks].
|
22
14
|
|
23
|
-
|
24
|
-
`gemspec`, in order to sign the new release.
|
25
|
-
See: [RubyGems Security Guide][rubygems-security-guide]
|
15
|
+
[comment]: <> (Following links are used by README, CONTRIBUTING)
|
26
16
|
|
27
|
-
|
17
|
+
[conduct]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md
|
18
|
+
|
19
|
+
[contrib-rocks]: https://contrib.rocks
|
28
20
|
|
29
|
-
|
21
|
+
[contributors]: https://github.com/rubocop-lts/rubocop-lts/graphs/contributors
|
30
22
|
|
31
23
|
[comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
|
32
24
|
|
33
|
-
[
|
34
|
-
[🖐contributors]: https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main
|
35
|
-
[🚎src-main]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/main
|
36
|
-
[🏘chat]: https://gitter.im/rubocop-lts/community
|
37
|
-
[rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
|
38
|
-
[rubygems]: https://rubygems.org
|
25
|
+
[source]: https://github.com/rubocop-lts/rubocop-lts/
|
data/README.md
CHANGED
@@ -16,94 +16,323 @@
|
|
16
16
|
</a>
|
17
17
|
</p>
|
18
18
|
|
19
|
-
#
|
20
|
-
|
21
|
-
##
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
* 📌 [Versioning][Versioning]
|
37
|
-
|
38
|
-
[Why-Build-This]: https://github.com/rubocop-lts/.github/blob/main/profile/WHY_BUILD_THIS.md
|
39
|
-
[Convention-Over-Configuration]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md
|
40
|
-
[Even-Major-Release]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md#even-major-release
|
41
|
-
[Odd-Major-Release]: https://github.com/rubocop-lts/.github/blob/main/profile/CONV_OVER_CONF.md#odd-major-release
|
42
|
-
[How-To-Upgrade-Ruby]: https://github.com/rubocop-lts/.github/blob/main/profile/HOW_TO_UPGRADE_RUBY.md
|
43
|
-
[OrgHealth]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#org-health-
|
44
|
-
[Usage]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#usage-
|
45
|
-
[Development]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#development-
|
46
|
-
[Contributing]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#contributing-
|
47
|
-
[Contributors]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#contributors-
|
48
|
-
[License]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#license-
|
49
|
-
[Copyright]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#copyright-
|
50
|
-
[Code of Conduct]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#code-of-conduct-
|
51
|
-
[Versioning]: https://github.com/rubocop-lts/.github/blob/main/profile/README.md#versioning-
|
52
|
-
|
53
|
-
## This README
|
54
|
-
|
55
|
-
* 🌳 [This Branch](#this-branch-)
|
56
|
-
* 💻 [Project Health](#project-health-)
|
57
|
-
* ✨ [Installation](#installation-)
|
58
|
-
|
59
|
-
## This Branch 🌳
|
19
|
+
# Rubocop LTS
|
20
|
+
|
21
|
+
## 🙋♀️ How often has RuboCop broken your build?
|
22
|
+
|
23
|
+
This is both good (literally its job) _and_ bad (when it's for the wrong reasons).
|
24
|
+
|
25
|
+
It's supposed to break the build when it finds violations.
|
26
|
+
It should not break the build due to incompatibility with your environment. RuboCop
|
27
|
+
doesn't [follow SemVer](https://dev.to/pboling/rubocop-ruby-matrix-gems-nj), and occasionally it will unexpectedly break things.
|
28
|
+
|
29
|
+
## 🗿 Stable
|
30
|
+
|
31
|
+
All releases are stable releases. The major version you need depends on the supported version(s) of Ruby for your project.
|
32
|
+
|
33
|
+
Projects that support a single version of Ruby (like many closed-source applications) will use the [Odd releases][even-release].
|
34
|
+
|
35
|
+
Projects that support multiple versions of Ruby simultaneously (like many open-source applications and libraries) will use the [Even releases][even-release].
|
60
36
|
|
61
37
|
<!-- FIND VERSION -->
|
62
|
-
**This README is for the
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
38
|
+
**This README is for the even release of `rubocop-lts` supporting Ruby >= 2.7.0.**
|
39
|
+
|
40
|
+
[odd-release]: https://github.com/rubocop-lts/rubocop-lts#odd-major-release
|
41
|
+
[even-release]: https://github.com/rubocop-lts/rubocop-lts#even-major-release
|
42
|
+
|
43
|
+
## Version Conventions
|
44
|
+
|
45
|
+
### Odd Major Release
|
46
|
+
|
47
|
+
Versions like:
|
48
|
+
```ruby
|
49
|
+
"1.0.0"
|
50
|
+
"3.0.0"
|
51
|
+
"5.0.0"
|
52
|
+
# ... etc
|
53
|
+
```
|
54
|
+
Locked to a single minor version of Ruby, e.g. version 15.0 has a `required_ruby_version` of `['>= 2.6.0', '< 2.7']`, which will install only on `2.6.x` versions of Ruby.
|
55
|
+
|
56
|
+
#### Implementation
|
57
|
+
|
58
|
+
Intended for applications and libraries that only lint against a single Ruby version.
|
59
|
+
|
60
|
+
Odd versions should be attached to a project's trunk (e.g. the main branch), for long-term stability (ahem, _lts_, anyone?) of the style rules.
|
61
|
+
|
62
|
+
| Your Ruby | Your Gemfile | Your Gemfile.lock | Your .rubocop.yml |
|
63
|
+
|-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
|
64
|
+
| `1.9.x` (`['>= 1.9.0', '< 2']`) | `gem "rubocop-lts", "~> 1.0"` | `rubocop-ruby1_9` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
65
|
+
| `2.0.x` (`['>= 2.0.0', '< 2.1']`) | `gem "rubocop-lts", "~> 3.0"` | `rubocop-ruby2_0` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
66
|
+
| `2.1.x` (`['>= 2.1.0', '< 2.2']`) | `gem "rubocop-lts", "~> 5.0"` | `rubocop-ruby2_1` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
67
|
+
| `2.2.x` (`['>= 2.2.0', '< 2.3']`) | `gem "rubocop-lts", "~> 7.0"` | `rubocop-ruby2_2` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
68
|
+
| `2.3.x` (`['>= 2.3.0', '< 2.4']`) | `gem "rubocop-lts", "~> 9.0"` | `rubocop-ruby2_3` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
69
|
+
| `2.4.x` (`['>= 2.4.0', '< 2.5']`) | `gem "rubocop-lts", "~> 11.0"` | `rubocop-ruby2_4` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
70
|
+
| `2.5.x` (`['>= 2.5.0', '< 2.6']`) | `gem "rubocop-lts", "~> 13.0"` | `rubocop-ruby2_5` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
71
|
+
| `2.6.x` (`['>= 2.6.0', '< 2.7']`) | `gem "rubocop-lts", "~> 15.0"` | `rubocop-ruby2_6` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
72
|
+
| `2.7.x` (`['>= 2.7.0', '< 3.0']`) | `gem "rubocop-lts", "~> 17.0"` | `rubocop-ruby2_7` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
73
|
+
| `3.0.x` (`['>= 3.0.0', '< 3.1']`) | `gem "rubocop-lts", "~> 19.0"` | `rubocop-ruby3_0` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
74
|
+
| `3.1.x` (`['>= 3.1.0', '< 3.2']`) | `gem "rubocop-lts", "~> 21.0"` | `rubocop-ruby3_1` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
75
|
+
| `3.2.x` / ruby-head | `gem "rubocop-lts", "~> 23.0"` | `rubocop-ruby3_2` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
76
|
+
|
77
|
+
### Even Major Release
|
78
|
+
|
79
|
+
Versions like:
|
80
|
+
```ruby
|
81
|
+
"2.0.0"
|
82
|
+
"4.0.0"
|
83
|
+
"6.0.0"
|
84
|
+
# ... etc
|
85
|
+
```
|
86
|
+
Locked to the forward range of Rubies on which the gem can be installed (though rubocop may not execute on all),
|
87
|
+
e.g. version 16.0 has a `required_ruby_version` of `['>= 2.6.0', '< 3.2']` will install on any released version
|
88
|
+
of ruby from `2.6` on.
|
89
|
+
|
90
|
+
#### Implementation
|
91
|
+
|
92
|
+
Intended for applications and libraries that lint against a range of Ruby versions.
|
93
|
+
|
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
|
+
|
96
|
+
| Minimum Ruby | Your Gemfile | Your Gemfile.lock | Your .rubocop.yml |
|
97
|
+
|-----------------------------------|--------------------------------|-------------------|------------------------------------------------|
|
98
|
+
| `1.9.x` (`['>= 1.9.0', '< 3.2']`) | `gem "rubocop-lts", "~> 2.0"` | `rubocop-ruby1_9` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
99
|
+
| `2.0.x` (`['>= 2.0.0', '< 3.2']`) | `gem "rubocop-lts", "~> 4.0"` | `rubocop-ruby2_0` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
100
|
+
| `2.1.x` (`['>= 2.1.0', '< 3.2']`) | `gem "rubocop-lts", "~> 6.0"` | `rubocop-ruby2_1` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
101
|
+
| `2.2.x` (`['>= 2.2.0', '< 3.2']`) | `gem "rubocop-lts", "~> 8.0"` | `rubocop-ruby2_2` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
102
|
+
| `2.3.x` (`['>= 2.3.0', '< 3.2']`) | `gem "rubocop-lts", "~> 10.0"` | `rubocop-ruby2_3` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
103
|
+
| `2.4.x` (`['>= 2.4.0', '< 3.2']`) | `gem "rubocop-lts", "~> 12.0"` | `rubocop-ruby2_4` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
104
|
+
| `2.5.x` (`['>= 2.5.0', '< 3.2']`) | `gem "rubocop-lts", "~> 14.0"` | `rubocop-ruby2_5` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
105
|
+
| `2.6.x` (`['>= 2.6.0', '< 3.2']`) | `gem "rubocop-lts", "~> 16.0"` | `rubocop-ruby2_6` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
106
|
+
| `2.7.x` (`['>= 2.7.0', '< 3.2']`) | `gem "rubocop-lts", "~> 18.0"` | `rubocop-ruby2_7` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
107
|
+
| `3.0.x` (`['>= 3.0.0', '< 3.2']`) | `gem "rubocop-lts", "~> 20.0"` | `rubocop-ruby3_0` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
108
|
+
| `3.1.x` (`['>= 3.1.0', '< 3.2']`) | `gem "rubocop-lts", "~> 22.0"` | `rubocop-ruby3_1` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
109
|
+
| `3.2.x` / ruby-head | `gem "rubocop-lts", "~> 24.0"` | `rubocop-ruby3_2` | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
110
|
+
|
111
|
+
### All together now!
|
112
|
+
|
113
|
+
Upgrading a single step from odd to even will allow upgrading Ruby.
|
114
|
+
|
115
|
+
Upgrading a single step from even to odd will keep the same version of Ruby, and instead upgrade to the next RuboCop milestone.
|
116
|
+
|
117
|
+
Each major version will have a tracking branch named accordingly, [for development](https://github.com/rubocop-lts/rubocop-lts#git-branch-names).
|
118
|
+
|
119
|
+
### 🪢 How To Untie Gorgon's Knot
|
120
|
+
|
121
|
+
> NOTE: The ruby specific versions, e.g. `rubocop-ruby2_7`, can be used if you won't be upgrading ruby. Keep scrolling down for links to each of them.
|
122
|
+
|
123
|
+
How to upgrade a project from yesterday, to today.
|
124
|
+
|
125
|
+
1. Have good code coverage.
|
126
|
+
2. Upgrade one step at a time.
|
127
|
+
3. Re-run `bundle exec rubocop -a` in between each step.
|
128
|
+
4. Re-run `bundle exec rubocop --auto-gen-config` in between each step.
|
129
|
+
5. Commit and push to CI in between each step.
|
130
|
+
|
131
|
+
| Your Ruby | Your Gemfile | required_ruby_version | Your Gemfile.lock | Your .rubocop.yml |
|
132
|
+
|---------------|--------------------------------------|-------------------------|------------------------------|------------------------------------------------|
|
133
|
+
| `1.9.x` | `gem "rubocop-lts", "~> 1.0"` | `['>= 1.9.0', '< 2']` | [`rubocop-ruby1_9`][⛳️19-gh] | `inherit_gem:\n rubocop-lts: rubocop-lts.yml` |
|
134
|
+
| ⬆️ to `2.0.x` | ⬆️ to `gem "rubocop-lts", "~> 2.0"` | `['>= 1.9.0', '< 3.2']` | no change | no change |
|
135
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 3.0"` | `['>= 2.0.0', '< 2.1']` | [`rubocop-ruby2_0`][⛳️20-gh] | no change |
|
136
|
+
| ⬆️ to `2.1.x` | ⬆️ to `gem "rubocop-lts", "~> 4.0"` | `['>= 2.0.0', '< 3.2']` | no change | no change |
|
137
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 5.0"` | `['>= 2.1.0', '< 2.2']` | [`rubocop-ruby2_1`][⛳️21-gh] | no change |
|
138
|
+
| ⬆️ to `2.2.x` | ⬆️ to `gem "rubocop-lts", "~> 6.0"` | `['>= 2.1.0', '< 3.2']` | no change | no change |
|
139
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 7.0"` | `['>= 2.2.0', '< 2.3']` | [`rubocop-ruby2_2`][⛳️22-gh] | no change |
|
140
|
+
| ⬆️ to `2.3.x` | ⬆️ to `gem "rubocop-lts", "~> 8.0"` | `['>= 2.2.0', '< 3.2']` | no change | no change |
|
141
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 9.0"` | `['>= 2.3.0', '< 2.4']` | [`rubocop-ruby2_3`][⛳️23-gh] | no change |
|
142
|
+
| ⬆️ to `2.4.x` | ⬆️ to `gem "rubocop-lts", "~> 10.0"` | `['>= 2.3.0', '< 3.2']` | no change | no change |
|
143
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 11.0"` | `['>= 2.4.0', '< 2.5']` | [`rubocop-ruby2_4`][⛳️24-gh] | no change |
|
144
|
+
| ⬆️ to `2.5.x` | ⬆️ to `gem "rubocop-lts", "~> 12.0"` | `['>= 2.4.0', '< 3.2']` | no change | no change |
|
145
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 13.0"` | `['>= 2.5.0', '< 2.6']` | [`rubocop-ruby2_5`][⛳️25-gh] | no change |
|
146
|
+
| ⬆️ to `2.6.x` | ⬆️ to `gem "rubocop-lts", "~> 14.0"` | `['>= 2.5.0', '< 3.2']` | no change | no change |
|
147
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 15.0"` | `['>= 2.6.0', '< 2.7']` | [`rubocop-ruby2_6`][⛳️26-gh] | no change |
|
148
|
+
| ⬆️ to `2.7.x` | ⬆️ to `gem "rubocop-lts", "~> 16.0"` | `['>= 2.6.0', '< 3.2']` | no change | no change |
|
149
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 17.0"` | `['>= 2.7.0', '< 3.0']` | [`rubocop-ruby2_7`][⛳️27-gh] | no change |
|
150
|
+
| ⬆️ to `3.0.x` | ⬆️ to `gem "rubocop-lts", "~> 18.0"` | `['>= 2.7.0', '< 3.2']` | no change | no change |
|
151
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 19.0"` | `['>= 3.0.0', '< 3.1']` | [`rubocop-ruby3_0`][⛳️30-gh] | no change |
|
152
|
+
| ⬆️ to `3.1.x` | ⬆️ to `gem "rubocop-lts", "~> 20.0"` | `['>= 3.0.0', '< 3.2']` | no change | no change |
|
153
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 21.0"` | `['>= 3.1.0', '< 3.2']` | [`rubocop-ruby3_1`][⛳️31-gh] | no change |
|
154
|
+
| ⬆️ to `3.2.x` | ⬆️ to `gem "rubocop-lts", "~> 22.0"` | `['>= 3.1.0', '< 3.2']` | no change | no change |
|
155
|
+
| no change | ⬆️ to `gem "rubocop-lts", "~> 23.0"` | `['>= 3.2.0', '< 3.3']` | [`rubocop-ruby3_2`][⛳️32-gh] | no change |
|
156
|
+
| ⬆️ to `3.3.x` | ⬆️ to `gem "rubocop-lts", "~> 24.0"` | `['>= 3.2.0', '< 3.3']` | no change | no change |
|
157
|
+
|
158
|
+
> NOTE: `required_ruby_version` means the gem will install on a version of Ruby within the range.
|
159
|
+
> Versions of this gem intended for ancient Rubies may not execute on more modern Rubies, _despite installing_.
|
160
|
+
> As such you might consider limiting linting to only a single version of Ruby, the oldest one supported.
|
161
|
+
> Speaking of old rubies... 👇
|
162
|
+
|
163
|
+
### 📼 Supporting Ruby 1.8
|
164
|
+
|
165
|
+
Have a library still supporting Ruby 1.8.7, or looking to drop support for Ruby 1.8.7 in a SemVer-compliant manner?
|
166
|
+
|
167
|
+
Simply use `rubocop-lts`, version 1.x or 2.x, which support Ruby 1.9.3 for installation, and 1.8.7 for syntax.
|
168
|
+
```yaml
|
169
|
+
inherit_gem:
|
170
|
+
rubocop-lts: rubocop-lts1_8.yml
|
171
|
+
```
|
172
|
+
|
173
|
+
> NOTE: For more on how Ruby 1.8 support works, look [here][what1_8]
|
174
|
+
|
175
|
+
[what1_8]: https://github.com/rubocop-lts/rubocop-ruby1_9#what-about-ruby-18
|
176
|
+
|
177
|
+
## 👩💻 Project Health
|
178
|
+
|
179
|
+
| Gem Name | Version | Downloads | CI | Activity |
|
180
|
+
|------------------------------|-------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
181
|
+
| [`rubocop-lts`][⛳️lts-gh] | [![Gem Version][⛳️lts-vi]][⛳️lts-g] | [![Total DL][🖇️lts-dti]][⛳️lts-g] [![DL Rank][🏘️lts-rti]][⛳️lts-g] | [![Current][🚎lts-cwfi]][🚎lts-cwf] [![Legacy][🧮lts-lwfi]][🧮lts-lwf] [![Heads][🖐lts-hwfi]][🖐lts-hwf] | [![Open Issues][📗lts-ioi]][📗lts-io] [![Closed Issues][🚀lts-ici]][🚀lts-ic] [![Open PRs][💄lts-poi]][💄lts-po] [![Closed PRs][👽lts-pci]][👽lts-pc] |
|
182
|
+
| [`rubocop-ruby1_9`][⛳️19-gh] | [![Gem Version][⛳️19-vi]][⛳️19-g] | [![Total DL][🖇️19-dti]][⛳️19-g] [![DL Rank][🏘️19-rti]][⛳️19-g] | [![Current][🚎19-cwfi]][🚎19-cwf] [![Legacy][🧮19-lwfi]][🧮19-lwf] | [![Open Issues][📗19-ioi]][📗19-io] [![Closed Issues][🚀19-ici]][🚀19-ic] [![Open PRs][💄19-poi]][💄19-po] [![Closed PRs][👽19-pci]][👽19-pc] |
|
183
|
+
| [`rubocop-ruby2_0`][⛳️20-gh] | [![Gem Version][⛳️20-vi]][⛳️20-g] | [![Total DL][🖇️20-dti]][⛳️20-g] [![DL Rank][🏘️20-rti]][⛳️20-g] | [![Current][🚎20-cwfi]][🚎20-cwf] [![Legacy][🧮20-lwfi]][🧮20-lwf] | [![Open Issues][📗20-ioi]][📗20-io] [![Closed Issues][🚀20-ici]][🚀20-ic] [![Open PRs][💄20-poi]][💄20-po] [![Closed PRs][👽20-pci]][👽20-pc] |
|
184
|
+
| [`rubocop-ruby2_1`][⛳️21-gh] | [![Gem Version][⛳️21-vi]][⛳️21-g] | [![Total DL][🖇️21-dti]][⛳️21-g] [![DL Rank][🏘️21-rti]][⛳️21-g] | [![Current][🚎21-cwfi]][🚎21-cwf] [![Legacy][🧮21-lwfi]][🧮21-lwf] | [![Open Issues][📗21-ioi]][📗21-io] [![Closed Issues][🚀21-ici]][🚀21-ic] [![Open PRs][💄21-poi]][💄21-po] [![Closed PRs][👽21-pci]][👽21-pc] |
|
185
|
+
| [`rubocop-ruby2_2`][⛳️22-gh] | [![Gem Version][⛳️22-vi]][⛳️22-g] | [![Total DL][🖇️22-dti]][⛳️22-g] [![DL Rank][🏘️22-rti]][⛳️22-g] | [![Current][🚎22-cwfi]][🚎22-cwf] [![Legacy][🧮22-lwfi]][🧮22-lwf] | [![Open Issues][📗22-ioi]][📗22-io] [![Closed Issues][🚀22-ici]][🚀22-ic] [![Open PRs][💄22-poi]][💄22-po] [![Closed PRs][👽22-pci]][👽22-pc] |
|
186
|
+
| [`rubocop-ruby2_3`][⛳️23-gh] | [![Gem Version][⛳️23-vi]][⛳️23-g] | [![Total DL][🖇️23-dti]][⛳️23-g] [![DL Rank][🏘️23-rti]][⛳️23-g] | [![Current][🚎23-cwfi]][🚎23-cwf] [![Legacy][🧮23-lwfi]][🧮23-lwf] | [![Open Issues][📗23-ioi]][📗23-io] [![Closed Issues][🚀23-ici]][🚀23-ic] [![Open PRs][💄23-poi]][💄23-po] [![Closed PRs][👽23-pci]][👽23-pc] |
|
187
|
+
| [`rubocop-ruby2_4`][⛳️24-gh] | [![Gem Version][⛳️24-vi]][⛳️24-g] | [![Total DL][🖇️24-dti]][⛳️24-g] [![DL Rank][🏘️24-rti]][⛳️24-g] | [![Current][🚎24-cwfi]][🚎24-cwf] [![Legacy][🧮24-lwfi]][🧮24-lwf] | [![Open Issues][📗24-ioi]][📗24-io] [![Closed Issues][🚀24-ici]][🚀24-ic] [![Open PRs][💄24-poi]][💄24-po] [![Closed PRs][👽24-pci]][👽24-pc] |
|
188
|
+
| [`rubocop-ruby2_5`][⛳️25-gh] | [![Gem Version][⛳️25-vi]][⛳️25-g] | [![Total DL][🖇️25-dti]][⛳️25-g] [![DL Rank][🏘️25-rti]][⛳️25-g] | [![Current][🚎25-cwfi]][🚎25-cwf] [![Heads][🖐25-hwfi]][🖐25-hwf] [![Legacy][🧮25-lwfi]][🧮25-lwf] | [![Open Issues][📗25-ioi]][📗25-io] [![Closed Issues][🚀25-ici]][🚀25-ic] [![Open PRs][💄25-poi]][💄25-po] [![Closed PRs][👽25-pci]][👽25-pc] |
|
189
|
+
| [`rubocop-ruby2_6`][⛳️26-gh] | [![Gem Version][⛳️26-vi]][⛳️26-g] | [![Total DL][🖇️26-dti]][⛳️26-g] [![DL Rank][🏘️26-rti]][⛳️26-g] | [![Current][🚎26-cwfi]][🚎26-cwf] [![Heads][🖐26-hwfi]][🖐26-hwf] [![Legacy][🧮26-lwfi]][🧮26-lwf] | [![Open Issues][📗26-ioi]][📗26-io] [![Closed Issues][🚀26-ici]][🚀26-ic] [![Open PRs][💄26-poi]][💄26-po] [![Closed PRs][👽26-pci]][👽26-pc] |
|
190
|
+
| [`rubocop-ruby2_7`][⛳️27-gh] | [![Gem Version][⛳️27-vi]][⛳️27-g] | [![Total DL][🖇️27-dti]][⛳️27-g] [![DL Rank][🏘️27-rti]][⛳️27-g] | [![Current][🚎27-cwfi]][🚎27-cwf] [![Heads][🖐27-hwfi]][🖐27-hwf] | [![Open Issues][📗27-ioi]][📗27-io] [![Closed Issues][🚀27-ici]][🚀27-ic] [![Open PRs][💄27-poi]][💄27-po] [![Closed PRs][👽27-pci]][👽27-pc] |
|
191
|
+
| [`rubocop-ruby3_0`][⛳️30-gh] | [![Gem Version][⛳️30-vi]][⛳️30-g] | [![Total DL][🖇️30-dti]][⛳️30-g] [![DL Rank][🏘️30-rti]][⛳️30-g] | [![Current][🚎30-cwfi]][🚎30-cwf] [![Heads][🖐30-hwfi]][🖐30-hwf] | [![Open Issues][📗30-ioi]][📗30-io] [![Closed Issues][🚀30-ici]][🚀30-ic] [![Open PRs][💄30-poi]][💄30-po] [![Closed PRs][👽30-pci]][👽30-pc] |
|
192
|
+
| [`rubocop-ruby3_1`][⛳️31-gh] | [![Gem Version][⛳️31-vi]][⛳️31-g] | [![Total DL][🖇️31-dti]][⛳️31-g] [![DL Rank][🏘️31-rti]][⛳️31-g] | [![Current][🚎31-cwfi]][🚎31-cwf] [![Heads][🖐31-hwfi]][🖐31-hwf] | [![Open Issues][📗31-ioi]][📗31-io] [![Closed Issues][🚀31-ici]][🚀31-ic] [![Open PRs][💄31-poi]][💄31-po] [![Closed PRs][👽31-pci]][👽31-pc] |
|
193
|
+
| [`rubocop-ruby3_2`][⛳️32-gh] | [![Gem Version][⛳️32-vi]][⛳️32-g] | [![Total DL][🖇️32-dti]][⛳️32-g] [![DL Rank][🏘️32-rti]][⛳️32-g] | [![Current][🚎32-cwfi]][🚎32-cwf] [![Heads][🖐32-hwfi]][🖐32-hwf] | [![Open Issues][📗32-ioi]][📗32-io] [![Closed Issues][🚀32-ici]][🚀32-ic] [![Open PRs][💄32-poi]][💄32-po] [![Closed PRs][👽32-pci]][👽32-pc] |
|
194
|
+
|
195
|
+
## ✨ Installation
|
82
196
|
|
83
197
|
Without bundler execute:
|
84
198
|
|
85
|
-
$ gem install
|
199
|
+
$ gem install
|
86
200
|
|
87
201
|
Add this line to your application's Gemfile:
|
88
202
|
|
89
203
|
<!-- FIND VERSION -->
|
90
204
|
```ruby
|
91
|
-
gem
|
205
|
+
gem 'rubocop-lts', '~> 18.0', require: false
|
92
206
|
```
|
93
207
|
|
94
208
|
And then execute:
|
95
209
|
|
96
210
|
$ bundle
|
97
211
|
|
98
|
-
|
212
|
+
## 🔧 Usage
|
213
|
+
|
214
|
+
The following is optional. We'll discuss why you might want to do this after you see what it does.
|
99
215
|
|
100
|
-
Add the
|
216
|
+
Add to the top of your project's `.rubocop.yml` configuration file:
|
101
217
|
|
102
218
|
```yaml
|
103
|
-
|
104
|
-
|
219
|
+
inherit_gem:
|
220
|
+
- rubocop-lts.yml
|
105
221
|
```
|
106
222
|
|
223
|
+
## Development
|
224
|
+
|
225
|
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
226
|
+
|
227
|
+
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
228
|
+
|
229
|
+
### Git Branch Names
|
230
|
+
|
231
|
+
#### Naming Scheme
|
232
|
+
|
233
|
+
```ruby
|
234
|
+
"r{{ ruby major }}_{{ ruby minor }}-{{ parity }}-v{{ gem-version }}"
|
235
|
+
```
|
236
|
+
|
237
|
+
##### Parity
|
238
|
+
|
239
|
+
Even versions use the token `even` in the branch name.
|
240
|
+
Odd versions use the token `odd` in the branch name.
|
241
|
+
|
242
|
+
#### Version - Branch Matrix
|
243
|
+
|
244
|
+
| Ruby Version | Parity | Gem Version | Branch Name | Purpose |
|
245
|
+
|-----------------|--------|-------------|-----------------|-----------------------------------|
|
246
|
+
| 1.9 | odd | 1.x | `r1_9-odd-v1` | LTS, trunk, single-ruby-linting |
|
247
|
+
| 1.9 | even | 2.x | `r1_9-even-v2` | Upgrade, feat, multi-ruby-linting |
|
248
|
+
| 2.0 | odd | 3.x | `r2_0-odd-v3` | LTS, trunk, single-ruby-linting |
|
249
|
+
| 2.0 | even | 4.x | `r2_0-even-v4` | Upgrade, feat, multi-ruby-linting |
|
250
|
+
| 2.1 | odd | 5.x | `r2_1-odd-v5` | LTS, trunk, single-ruby-linting |
|
251
|
+
| 2.1 | even | 6.x | `r2_1-even-v6` | Upgrade, feat, multi-ruby-linting |
|
252
|
+
| 2.2 | odd | 7.x | `r2_2-odd-v7` | LTS, trunk, single-ruby-linting |
|
253
|
+
| 2.2 | even | 8.x | `r2_2-even-v8` | Upgrade, feat, multi-ruby-linting |
|
254
|
+
| 2.3 | odd | 9.x | `r2_3-odd-v9` | LTS, trunk, single-ruby-linting |
|
255
|
+
| 2.3 | even | 10.x | `r2_3-even-v10` | Upgrade, feat, multi-ruby-linting |
|
256
|
+
| 2.4 | odd | 11.x | `r2_4-odd-v11` | LTS, trunk, single-ruby-linting |
|
257
|
+
| 2.4 | even | 12.x | `r2_4-even-v12` | Upgrade, feat, multi-ruby-linting |
|
258
|
+
| 2.5 | odd | 13.x | `r2_5-odd-v13` | LTS, trunk, single-ruby-linting |
|
259
|
+
| 2.5 | even | 14.x | `r2_5-even-v14` | Upgrade, feat, multi-ruby-linting |
|
260
|
+
| 2.6 | odd | 15.x | `r2_6-odd-v15` | LTS, trunk, single-ruby-linting |
|
261
|
+
| 2.6 | even | 16.x | `r2_6-even-v16` | Upgrade, feat, multi-ruby-linting |
|
262
|
+
| 2.7 | odd | 17.x | `r2_7-odd-v17` | LTS, trunk, single-ruby-linting |
|
263
|
+
| 2.7 | even | 18.x | `r2_7-even-v18` | Upgrade, feat, multi-ruby-linting |
|
264
|
+
| 3.0 | odd | 19.x | `r3_0-odd-v19` | LTS, trunk, single-ruby-linting |
|
265
|
+
| 3.0 | even | 20.x | `r3_0-even-v20` | Upgrade, feat, multi-ruby-linting |
|
266
|
+
| 3.1 | odd | 21.x | `r3_1-odd-v21` | LTS, trunk, single-ruby-linting |
|
267
|
+
| 3.1 | even | 22.x | `r3_1-even-v22` | Upgrade, feat, multi-ruby-linting |
|
268
|
+
| 3.2 / ruby-head | odd | 23.x | `r3_2-odd-v23` | LTS, trunk, single-ruby-linting |
|
269
|
+
| 3.2 / ruby-head | even | 24.x | `r3_2-even-v24` | Upgrade, feat, multi-ruby-linting |
|
270
|
+
|
271
|
+
> NOTE: For more on how Ruby 1.8 support works, see [above][lts1_8]
|
272
|
+
|
273
|
+
[lts1_8]: https://github.com/rubocop-lts/rubocop-lts#supporting-ruby-18
|
274
|
+
|
275
|
+
## ⚡️ Contributing
|
276
|
+
|
277
|
+
See [CONTRIBUTING.md][contributing]
|
278
|
+
|
279
|
+
## 🌈 Contributors
|
280
|
+
|
281
|
+
[]("https://github.com/rubocop-lts/rubocop-lts/graphs/contributors")
|
282
|
+
|
283
|
+
Made with [contributors-img](https://contrib.rocks).
|
284
|
+
|
285
|
+
## 📄 License
|
286
|
+
|
287
|
+
The gem is available as open source under the terms of
|
288
|
+
the [MIT License][license] [][license-ref].
|
289
|
+
See [LICENSE][license] for the official [Copyright Notice][copyright-notice-explainer].
|
290
|
+
|
291
|
+
<details>
|
292
|
+
<summary>Project Logos (rubocop-lts)</summary>
|
293
|
+
|
294
|
+
See [docs/images/logo/README.txt][project-logos]
|
295
|
+
</details>
|
296
|
+
|
297
|
+
<details>
|
298
|
+
<summary>Organization Logo (rubocop-semver)</summary>
|
299
|
+
|
300
|
+
Author: [Yusuf Evli][org-logo-author]
|
301
|
+
Source: [Unsplash][org-logo-source]
|
302
|
+
License: [Unsplash License][org-logo-license]
|
303
|
+
</details>
|
304
|
+
|
305
|
+
[project-logos]: https://github.com/rubocop-lts/rubocop-lts/blob/main/docs/images/logo/README.txt
|
306
|
+
[org-logo-author]: https://unsplash.com/@yusufevli
|
307
|
+
[org-logo-source]: https://unsplash.com/photos/yaSLNLtKRIU
|
308
|
+
[org-logo-license]: https://unsplash.com/license
|
309
|
+
|
310
|
+
### © Copyright
|
311
|
+
|
312
|
+
* Copyright (c) 2022 [Peter H. Boling][peterboling] of [Rails Bling][railsbling]
|
313
|
+
|
314
|
+
## 🤝 Code of Conduct
|
315
|
+
|
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
|
+
|
318
|
+
## 📌 Versioning
|
319
|
+
|
320
|
+
This library aims to adhere to [Semantic Versioning 2.0.0][semver]. Violations of this scheme should be reported as
|
321
|
+
bugs. Specifically, if a minor or patch version is released that breaks backward compatibility, a new version should be
|
322
|
+
immediately released that restores compatibility. Breaking changes to the public API will only be introduced with new
|
323
|
+
major versions.
|
324
|
+
|
325
|
+
As a result of this policy, you can (and should) specify a dependency on this gem using
|
326
|
+
the [Pessimistic Version Constraint][pvc] with two digits of precision.
|
327
|
+
|
328
|
+
For example:
|
329
|
+
|
330
|
+
<!-- FIND VERSION -->
|
331
|
+
```ruby
|
332
|
+
spec.add_dependency "rubocop-lts", "~> 18.0"
|
333
|
+
```
|
334
|
+
|
335
|
+
|
107
336
|
<!-- columnar badge #s for Project Health table:
|
108
337
|
⛳️
|
109
338
|
🖇
|
@@ -397,6 +626,8 @@ Add the following to `.github/dependabot.yml` if you use Github Actions.
|
|
397
626
|
|
398
627
|
[tweetme]: http://twitter.com/galtzo
|
399
628
|
|
629
|
+
[politicme]: https://nationalprogressiveparty.org
|
630
|
+
|
400
631
|
[documentation]: https://rubydoc.info/github/rubocop-lts/rubocop-lts/main
|
401
632
|
|
402
633
|
[source]: https://github.com/rubocop-lts/rubocop-lts/
|
data/SECURITY.md
CHANGED
@@ -2,30 +2,30 @@
|
|
2
2
|
|
3
3
|
## Supported Versions
|
4
4
|
|
5
|
-
| Version
|
6
|
-
|
7
|
-
| 1.
|
8
|
-
| 2.
|
9
|
-
| 3.
|
10
|
-
| 4.
|
11
|
-
| 5.
|
12
|
-
| 6.
|
13
|
-
| 7.
|
14
|
-
| 8.
|
15
|
-
| 9.
|
16
|
-
| 10.
|
17
|
-
| 11.
|
18
|
-
| 12.
|
19
|
-
| 13.
|
20
|
-
| 14.
|
21
|
-
| 15.
|
22
|
-
| 16.
|
23
|
-
| 17.
|
24
|
-
| 18.
|
25
|
-
| 19.
|
26
|
-
| 20.
|
27
|
-
| 21.
|
28
|
-
| 22.
|
5
|
+
| Version | Supported |
|
6
|
+
|---------|--------------------|
|
7
|
+
| 1.x | :white_check_mark: |
|
8
|
+
| 2.x | :white_check_mark: |
|
9
|
+
| 3.x | :white_check_mark: |
|
10
|
+
| 4.x | :white_check_mark: |
|
11
|
+
| 5.x | :white_check_mark: |
|
12
|
+
| 6.x | :white_check_mark: |
|
13
|
+
| 7.x | :white_check_mark: |
|
14
|
+
| 8.x | :white_check_mark: |
|
15
|
+
| 9.x | :white_check_mark: |
|
16
|
+
| 10.x | :white_check_mark: |
|
17
|
+
| 11.x | :white_check_mark: |
|
18
|
+
| 12.x | :white_check_mark: |
|
19
|
+
| 13.x | :white_check_mark: |
|
20
|
+
| 14.x | :white_check_mark: |
|
21
|
+
| 15.x | :white_check_mark: |
|
22
|
+
| 16.x | :white_check_mark: |
|
23
|
+
| 17.x | :white_check_mark: |
|
24
|
+
| 18.x | :white_check_mark: |
|
25
|
+
| 19.x | :white_check_mark: |
|
26
|
+
| 20.x | :white_check_mark: |
|
27
|
+
| 21.x | :white_check_mark: |
|
28
|
+
| 22.x | :white_check_mark: |
|
29
29
|
|
30
30
|
## Reporting a Vulnerability
|
31
31
|
|
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,42 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-lts
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 18.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
|
-
cert_chain:
|
11
|
-
-
|
12
|
-
-----BEGIN CERTIFICATE-----
|
13
|
-
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
14
|
-
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
15
|
-
A2NvbTAeFw0yMjA5MTgyMzEyMzBaFw0yMzA5MTgyMzEyMzBaMEMxFTATBgNVBAMM
|
16
|
-
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
17
|
-
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA2Dn1GM3W
|
18
|
-
8K2/rvN1zz+06bQMcxD16ZKTihVwi7Pb1v3T98rM4Omnxohm3s+CwpDWGeiB9pj6
|
19
|
-
0I/CTce0e4e3s8GKJSOrg93veImPSoH2PfsMsRsuB8wtqyiOCjLbF5o6S29x87r0
|
20
|
-
LA5EawH+Lh4xqrkkPjdffsmLk7TaCig/vlmNvnzxXKBdey/X/aEJZXzzBiWRfVdh
|
21
|
-
O1fmMbVKyieGv9HK7+pLotIoT08bjDv8NP6V7zZslwQRqW27bQc6cqC2LGIbTYO3
|
22
|
-
3jt1kQxfMWmhOictS6SzG9VtKSrXf0L4Neq0Gh7CLBZBvJFWJYZPfb92YNITDbd8
|
23
|
-
emPOAQlXXNMN4mMXsEqtEhCPZRMnmwO+fOk/cC4AyglKi9lnQugCQoFV1XDMZST/
|
24
|
-
CYbzdQyadOdPDInTntG6V+Uw51d2QGXZ6PDDfrx9+toc/3sl5h68rCUGgE6Q3jPz
|
25
|
-
srinqmBsxv2vTpmd4FjmiAtEnwH5/ooLpQYL8UdAjEoeysxS3AwIh+5dAgMBAAGj
|
26
|
-
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQWU6D156a2cle+
|
27
|
-
lb5RBfvVXlxTwjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
28
|
-
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
29
|
-
ggGBAJ4SqhPlgUiLYIrphGXIaxXScHyvx4kixuvdrwhI4VoQV2qXvO7R6ZjOXVwX
|
30
|
-
f/z84BWPiTZ8lzThPbt1UV/BGwkvLw9I4RjOdzvUz3J42j9Ly6q63isall07bo3F
|
31
|
-
QWe/OBvIMBF1IbjC3q5vKPg4rq8+TkNRJNoE86U2gfR+PkW3jYYs9uiy0GloHDCP
|
32
|
-
k5xgaj0vSL0Uy5mTOPdk3K6a/sUGZyYniWK05zdhIi956ynhfGaFO988FFdVw5Jq
|
33
|
-
LHtXfIpAU8F7ES04syZSslxOluw7VlcSKyRdVIr737J92ZTduppB4PRGSKRgBsWV
|
34
|
-
hXTahRE72Kyw53Q7FAuzF3v102WxAAQ7BuMjW+MyCUT75fwPm3W4ELPL8HYkNGE7
|
35
|
-
2oA5CPghFitRnvYS3GNrDG+9bNiRMEskeaBYwZ9UgReBQIwGYVj7LZk3UhiAsn44
|
36
|
-
gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
|
37
|
-
4/bR9A==
|
38
|
-
-----END CERTIFICATE-----
|
39
|
-
date: 2023-03-16 00:00:00.000000000 Z
|
10
|
+
cert_chain: []
|
11
|
+
date: 2022-05-23 00:00:00.000000000 Z
|
40
12
|
dependencies:
|
41
13
|
- !ruby/object:Gem::Dependency
|
42
14
|
name: rubocop-ruby2_7
|
@@ -44,14 +16,14 @@ dependencies:
|
|
44
16
|
requirements:
|
45
17
|
- - "~>"
|
46
18
|
- !ruby/object:Gem::Version
|
47
|
-
version: 1.
|
19
|
+
version: 1.0.3
|
48
20
|
type: :runtime
|
49
21
|
prerelease: false
|
50
22
|
version_requirements: !ruby/object:Gem::Requirement
|
51
23
|
requirements:
|
52
24
|
- - "~>"
|
53
25
|
- !ruby/object:Gem::Version
|
54
|
-
version: 1.
|
26
|
+
version: 1.0.3
|
55
27
|
description: Rubocop LTS - Chaos Reduction In a Bottle
|
56
28
|
email:
|
57
29
|
- peter.boling@gmail.com
|
@@ -69,16 +41,18 @@ files:
|
|
69
41
|
- lib/rubocop/lts/version.rb
|
70
42
|
- rubocop-lts.yml
|
71
43
|
- sig/rubocop/lts.rbs
|
44
|
+
- spec/config/rspec/rspec_core.rb
|
45
|
+
- spec/rubocop/lts_spec.rb
|
46
|
+
- spec/spec_helper.rb
|
72
47
|
homepage: https://github.com/rubocop-lts/rubocop-lts
|
73
48
|
licenses:
|
74
49
|
- MIT
|
75
50
|
metadata:
|
76
51
|
homepage_uri: https://github.com/rubocop-lts/rubocop-lts
|
77
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/
|
78
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/
|
52
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-lts/tree/v18.0.0
|
53
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-lts/blob/v18.0.0/CHANGELOG.md
|
79
54
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-lts/issues
|
80
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/
|
81
|
-
funding_uri: https://liberapay.com/pboling
|
55
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-lts/18.0.0
|
82
56
|
wiki_uri: https://github.com/rubocop-lts/rubocop-lts/wiki
|
83
57
|
rubygems_mfa_required: 'true'
|
84
58
|
post_install_message:
|
@@ -92,15 +66,18 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
92
66
|
version: 2.7.0
|
93
67
|
- - "<"
|
94
68
|
- !ruby/object:Gem::Version
|
95
|
-
version: '3.
|
69
|
+
version: '3.2'
|
96
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
97
71
|
requirements:
|
98
72
|
- - ">="
|
99
73
|
- !ruby/object:Gem::Version
|
100
74
|
version: '0'
|
101
75
|
requirements: []
|
102
|
-
rubygems_version: 3.
|
76
|
+
rubygems_version: 3.3.14
|
103
77
|
signing_key:
|
104
78
|
specification_version: 4
|
105
79
|
summary: Rubocop LTS - Semantically Versioned
|
106
|
-
test_files:
|
80
|
+
test_files:
|
81
|
+
- spec/spec_helper.rb
|
82
|
+
- spec/config/rspec/rspec_core.rb
|
83
|
+
- spec/rubocop/lts_spec.rb
|
checksums.yaml.gz.sig
DELETED
Binary file
|
data.tar.gz.sig
DELETED
@@ -1,2 +0,0 @@
|
|
1
|
-
Α�����WBb�>�`ʪ�����j����A�B�Z�i)��Tl�O"z���?e^����0+_:��߿�M�K$P Dc��BЋ;�$vM�x�YYޢ�Ƙ�
|
2
|
-
4���X��p�M�@E���o%�_"'z뻟�N��b���V� �rM�5�dg�Mol�z��ɞ[,*��K��>%�Z�������Gm�M��lR#Q�N��S��9V� �?�|,,���~TK #s'�]D�XǗ4��.f#�Kz=����Ϝ�������� d�x*�#rY�X���L6���8ڛ�T��g3S �!1G�0>����I���W�=|E��̛�L�֢N9�߅�3J)����m�=����1�u�ZqID]
|
metadata.gz.sig
DELETED
Binary file
|