rubocop-lts 16.0.1 → 16.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 670ef7aacb2a955cf7989d5b244312934efb9eec8c50422120e661b21c043251
4
- data.tar.gz: 7f0190dbc4dce3c25b5c56a8a0abc416f2b1e0728107491411eb135506c7d279
3
+ metadata.gz: 6b4344d4ee34a81eac96091e45cd8d7178bb1d99ae402383d51ed6ff11086cdd
4
+ data.tar.gz: '019789d31a2e3c212a1858edf9b89788f4064beec0953414e2f9ffb1d9b8a448'
5
5
  SHA512:
6
- metadata.gz: 81224ca4072d026e545aedc5e106eab0390e81278dd2d2c485cb6057c53157e80e2c5bb247c7c3fcfa6b0f6657b28a8c8ac302cdd7101285833043d2cd11f2d6
7
- data.tar.gz: 38e4e85b9b825139b978ad7498d2e8a29fe3886ca347e40cd1c2e1806821cb058d74685f07259427e9ea91c70bde9f97deaae34d884f46397e7b759002818f49
6
+ metadata.gz: 6dc784cee44bff16d28e7b201771efbf6d8d0deaff83d15ab2084dc9982c52a3f00c891ae7d5d2fa743e397a5064f6eb35945dfd19a06ddeffb03e6dd4791b86
7
+ data.tar.gz: dfc8ba3b8a00ba7c3332e1ea759cff410ae94376593df972e9ca4d8652ab490d50b0df41000288a50ee1c479ab99d3ce5387fb09535e332f14b7ccb0cb1b0293
checksums.yaml.gz.sig ADDED
Binary file
data/CHANGELOG.md CHANGED
@@ -6,12 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
-
10
9
  ### Changed
11
-
12
10
  ### Fixed
11
+ ### Removed
12
+
13
+ ## [16.1.1] - 2023-05-30
14
+ ### Added
15
+ - `config/base.yml` for all shared configs
16
+ - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
13
17
 
18
+ ## [16.1.0] - 2023-05-22
14
19
  ### Removed
20
+ - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
15
21
 
16
22
  ## [16.0.1] - 2022-06-09
17
23
  ### Added
@@ -25,240 +31,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
31
  ### Added
26
32
  - Initial even release supporting Ruby >= 2.6
27
33
 
28
- ## [15.0.1] - 2022-06-09
29
- ### Changed
30
- - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
31
- ### Added
32
- - Improve, and dry up documentation
33
-
34
- ## [15.0.0] - 2022-05-23
35
- ### Added
36
- - Initial odd release supporting Ruby ~> 2.6
37
-
38
- ## [14.0.1] - 2022-06-09
39
- ### Fixed
40
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
41
- ### Added
42
- - Improve, and dry up documentation
43
-
44
- ## [14.0.0] - 2022-05-23
45
- ### Added
46
- - Initial even release supporting Ruby >= 2.5
47
-
48
- ## [13.0.1] - 2022-06-09
49
- ### Added
50
- - Improve, and dry up documentation
51
-
52
- ## [13.0.0] - 2022-05-23
53
- ### Added
54
- - Initial odd release supporting Ruby ~> 2.5
55
-
56
- ## [12.0.1] - 2022-06-09
57
- ### Fixed
58
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
59
- ### Added
60
- - Improve, and dry up documentation
61
-
62
- ## [12.0.0] - 2022-05-23
63
- ### Added
64
- - Initial even release supporting Ruby >= 2.4
65
-
66
- ## [11.0.2] - 2022-06-09
67
- ### Added
68
- - Improve, and dry up documentation
69
- ## 11.0.1 - 2022-06-09 (YANKED)
70
- - accidentally removed required_ruby_version from gemspec
71
-
72
- ## [11.0.0] - 2022-05-23
73
- ### Added
74
- - Initial odd release supporting Ruby ~> 2.4
75
-
76
- ## [10.0.1] - 2022-06-09
77
- ### Fixed
78
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
79
- ### Added
80
- - Improve, and dry up documentation
81
-
82
- ## [10.0.0] - 2022-05-23
83
- ### Added
84
- - Initial even release supporting Ruby >= 2.3
85
-
86
- ## [9.0.1] - 2022-06-09
87
- ### Added
88
- - Improve, and dry up documentation
89
-
90
- ## [9.0.0] - 2022-05-23
91
- ### Added
92
- - Initial odd release supporting Ruby ~> 2.3
93
-
94
- ## [8.0.2] - 2022-06-09
95
- ### Fixed
96
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
97
-
98
- ## [8.0.1] - 2022-06-09
99
- ### Added
100
- - Improve, and dry up documentation
101
-
102
- ## [8.0.0] - 2022-05-23
103
- ### Added
104
- - Initial even release supporting Ruby >= 2.2
105
-
106
- ## [7.0.1] - 2022-06-08
107
- ### Added
108
- - Improve, and dry up documentation
109
-
110
- ## [7.0.0] - 2022-05-23
111
- ### Added
112
- - Initial odd release supporting Ruby ~> 2.2
113
-
114
- ## [6.0.1] - 2022-06-08
115
- ### Fixed
116
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
117
- ### Added
118
- - Improve, and dry up documentation
119
-
120
- ## [6.0.0] - 2022-05-23
121
- ### Added
122
- - Initial even release supporting Ruby >= 2.1
123
-
124
- ## [5.0.2] - 2022-06-08
125
- ### Added
126
- - Improve, and dry up documentation
127
-
128
- ## [5.0.1] - 2022-05-23
129
- ### Fixed
130
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
131
-
132
- ## [5.0.0] - 2022-05-23
133
- ### Added
134
- - Initial odd release supporting Ruby ~> 2.1
135
-
136
- ## [4.0.3] - 2022-06-08
137
- ### Fixed
138
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
139
-
140
- ## [4.0.2] - 2022-05-23
141
- ### Fixed
142
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
143
-
144
- ## [4.0.1] - 2022-05-23
145
- ### Fixed
146
- - Ship rubocop config files in gem
147
- - rubocop-lts.yml
148
-
149
- ## [4.0.0] - 2022-05-22
150
- ### Added
151
- - Initial even release supporting Ruby >= 2.0
152
-
153
- ## [3.0.3] - 2022-06-08
154
- ### Added
155
- - Improve, and dry up documentation
156
-
157
- ## [3.0.2] - 2022-05-23
158
- ### Fixed
159
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
160
-
161
- ## [3.0.1] - 2022-05-23
162
- ### Fixed
163
- - Ship rubocop config files in gem
164
- - rubocop-lts.yml
165
-
166
- ## [3.0.0] - 2022-05-22
167
- ### Added
168
- - Initial odd release supporting Ruby ~> 2.0
169
-
170
- ## [2.0.5] - 2022-06-08
171
- ### Added
172
- - Improve, and dry up documentation
173
-
174
- ## [2.0.4] - 2022-06-08
175
- ### Fixed
176
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
177
-
178
- ## [2.0.3] - 2022-05-23
179
- ### Fixed
180
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
181
-
182
- ## [2.0.2] - 2022-05-23
183
- ### Fixed
184
- - Ship rubocop config files in gem
185
- - rubocop-lts.yml
186
- - rubocop-lts1_8.yml
187
-
188
- ## [2.0.1] - 2022-05-22
189
- ### Fixed
190
- - Documentation typos & gemspec URLs
191
-
192
- ## [2.0.0] - 2022-05-22
193
- ### Added
194
- - Initial even release supporting Ruby >= 1.9
195
-
196
- ## [1.0.4] - 2022-06-08
197
- ### Added
198
- - Security Policy @ SECURITY.md
199
- - Improve, and dry up documentation
200
-
201
- ## [1.0.3] - 2022-05-23
202
- ### Fixed
203
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
204
-
205
- ## [1.0.2] - 2022-05-23
206
- ### Fixed
207
- - Ship rubocop config files in gem
208
- - rubocop-lts.yml
209
- - rubocop-lts1_8.yml
210
-
211
- ## [1.0.1] - 2022-05-22
212
- ### Fixed
213
- - Documentation typos & gemspec URLs
214
-
215
- ## [1.0.0] - 2022-05-22
216
- ### Added
217
- - Initial odd release supporting Ruby ~> 1.9
218
-
219
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...HEAD
34
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.1.1...HEAD
35
+ [16.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.1.0...v16.1.1
36
+ [16.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v16.1.0
220
37
  [16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
221
- [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
222
- [15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
223
- [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
224
- [14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
225
- [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
226
- [13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
227
- [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
228
- [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
229
- [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
230
- [11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
231
- [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
232
- [10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
233
- [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
234
- [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
235
- [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
236
- [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
237
- [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
238
- [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
239
- [7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
240
- [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
241
- [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
242
- [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
243
- [5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
244
- [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
245
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
246
- [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
247
- [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
248
- [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
249
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
250
- [3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
251
- [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
252
- [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
253
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
254
- [2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
255
- [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
256
- [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
257
- [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
258
- [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
259
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
260
- [1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
261
- [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
262
- [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
263
- [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
264
- [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
38
+ [16.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v16.0.0
data/CONTRIBUTING.md CHANGED
@@ -1,25 +1,39 @@
1
1
  ## Contributing
2
2
 
3
- Bug reports and pull requests are welcome on GitHub at [https://github.com/rubocop-lts/rubocop-lts][source]
3
+ Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/rubocop-lts/rubocop-lts][🚎src-main]
4
4
  . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
5
- the [code of conduct][conduct].
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!
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].
8
9
 
9
- ## Contributors
10
-
11
- [![Contributors](https://contrib.rocks/image?repo=rubocop-lts/rubocop-lts)][contributors]
10
+ ## Release
12
11
 
13
- Made with [contributors-img][contrib-rocks].
12
+ To release a new version:
14
13
 
15
- [comment]: <> (Following links are used by README, CONTRIBUTING)
14
+ 1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check.
15
+ 2. update the version number in `version.rb`
16
+ 3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`.
17
+ 4. run `bundle exec rake build:checksum`
18
+ 5. move the built gem to project root
19
+ 6. run `bin/checksum` to create the missing SHA256 checksum
20
+ 7. move the built gem back to `pkg/`
21
+ 8. commit the changes
22
+ 9. 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].
16
23
 
17
- [conduct]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md
24
+ NOTE: You will need to have a public key in `certs/`, and list your cert in the
25
+ `gemspec`, in order to sign the new release.
26
+ See: [RubyGems Security Guide][rubygems-security-guide]
18
27
 
19
- [contrib-rocks]: https://contrib.rocks
28
+ ## Contributors
20
29
 
21
- [contributors]: https://github.com/rubocop-lts/rubocop-lts/graphs/contributors
30
+ See: [https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main][🖐contributors]
22
31
 
23
32
  [comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
24
33
 
25
- [source]: https://github.com/rubocop-lts/rubocop-lts/
34
+ [🤝conduct]: https://gitlab.com/rubocop-lts/rubocop-lts/-/blob/main/CODE_OF_CONDUCT.md
35
+ [🖐contributors]: https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main
36
+ [🚎src-main]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tree/main
37
+ [🏘chat]: https://gitter.im/rubocop-lts/community
38
+ [rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
39
+ [rubygems]: https://rubygems.org