rubocop-lts 14.0.1 → 14.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: 20d91054d1a9363745f182658e76d1cad1d818aac0c8c3ea89d6be1a50ad9c32
4
- data.tar.gz: 4cee94dc7a54395a661eae30efef1c28b840ac4e87d8245441103aff0aa03a01
3
+ metadata.gz: 244ffc7c8850f38287138a78085e71686621dba58cdac05a4232b78b5a5b2c2e
4
+ data.tar.gz: 4d4c9e50c16fa29ab110690b4c61b8e5972ee14f2a1fc1ef5604de560b137280
5
5
  SHA512:
6
- metadata.gz: e4b962c0256547ec09fc4b903d8b0bffe53cc0417adcac09fe173c7c97a640225773ffdd6661dbd36255aded58cd49d1f58d83407a1f4304eaaac397e1f521e7
7
- data.tar.gz: 992711eea0ccb328c26180ce35b8c5976a95925147afc04ca3d6134d350895c593058a65454a6efd3956593797857ea88192fb42d4276b7c32c17bae7c403a6c
6
+ metadata.gz: 48066534723b7ff5e073636e326f8f435dd8001b0d54636a8c0447154d43fd4b1846f8899c6bfa16b8bd2d1fd7699d61815d0bba6f676ada6b791448ee19c129
7
+ data.tar.gz: e1f290a559dbc12feb3989f1be88883318b37023f40935b60b07fb86e479c02c999d1bdae2002cab56b4211573edb07832d6c955ab2c0d1491a0752235bc269c
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
13
12
 
13
+ ## [14.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)
17
+
18
+ ## [14.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
  ## [14.0.1] - 2022-06-09
17
23
  ### Fixed
@@ -23,216 +29,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
29
  ### Added
24
30
  - Initial even release supporting Ruby >= 2.5
25
31
 
26
- ## [13.0.1] - 2022-06-09
27
- ### Added
28
- - Improve, and dry up documentation
29
-
30
- ## [13.0.0] - 2022-05-23
31
- ### Added
32
- - Initial odd release supporting Ruby ~> 2.5
33
-
34
- ## [12.0.1] - 2022-06-09
35
- ### Fixed
36
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
37
- ### Added
38
- - Improve, and dry up documentation
39
-
40
- ## [12.0.0] - 2022-05-23
41
- ### Added
42
- - Initial even release supporting Ruby >= 2.4
43
-
44
- ## [11.0.2] - 2022-06-09
45
- ### Added
46
- - Improve, and dry up documentation
47
- ## 11.0.1 - 2022-06-09 (YANKED)
48
- - accidentally removed required_ruby_version from gemspec
49
-
50
- ## [11.0.0] - 2022-05-23
51
- ### Added
52
- - Initial odd release supporting Ruby ~> 2.4
53
-
54
- ## [10.0.1] - 2022-06-09
55
- ### Fixed
56
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
57
- ### Added
58
- - Improve, and dry up documentation
59
-
60
- ## [10.0.0] - 2022-05-23
61
- ### Added
62
- - Initial even release supporting Ruby >= 2.3
63
-
64
- ## [9.0.1] - 2022-06-09
65
- ### Added
66
- - Improve, and dry up documentation
67
-
68
- ## [9.0.0] - 2022-05-23
69
- ### Added
70
- - Initial odd release supporting Ruby ~> 2.3
71
-
72
- ## [8.0.2] - 2022-06-09
73
- ### Fixed
74
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
75
-
76
- ## [8.0.1] - 2022-06-09
77
- ### Added
78
- - Improve, and dry up documentation
79
-
80
- ## [8.0.0] - 2022-05-23
81
- ### Added
82
- - Initial even release supporting Ruby >= 2.2
83
-
84
- ## [7.0.1] - 2022-06-08
85
- ### Added
86
- - Improve, and dry up documentation
87
-
88
- ## [7.0.0] - 2022-05-23
89
- ### Added
90
- - Initial odd release supporting Ruby ~> 2.2
91
-
92
- ## [6.0.1] - 2022-06-08
93
- ### Fixed
94
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
95
- ### Added
96
- - Improve, and dry up documentation
97
-
98
- ## [6.0.0] - 2022-05-23
99
- ### Added
100
- - Initial even release supporting Ruby >= 2.1
101
-
102
- ## [5.0.2] - 2022-06-08
103
- ### Added
104
- - Improve, and dry up documentation
105
-
106
- ## [5.0.1] - 2022-05-23
107
- ### Fixed
108
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
109
-
110
- ## [5.0.0] - 2022-05-23
111
- ### Added
112
- - Initial odd release supporting Ruby ~> 2.1
113
-
114
- ## [4.0.3] - 2022-06-08
115
- ### Fixed
116
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
117
-
118
- ## [4.0.2] - 2022-05-23
119
- ### Fixed
120
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
121
-
122
- ## [4.0.1] - 2022-05-23
123
- ### Fixed
124
- - Ship rubocop config files in gem
125
- - rubocop-lts.yml
126
-
127
- ## [4.0.0] - 2022-05-22
128
- ### Added
129
- - Initial even release supporting Ruby >= 2.0
130
-
131
- ## [3.0.3] - 2022-06-08
132
- ### Added
133
- - Improve, and dry up documentation
134
-
135
- ## [3.0.2] - 2022-05-23
136
- ### Fixed
137
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
138
-
139
- ## [3.0.1] - 2022-05-23
140
- ### Fixed
141
- - Ship rubocop config files in gem
142
- - rubocop-lts.yml
143
-
144
- ## [3.0.0] - 2022-05-22
145
- ### Added
146
- - Initial odd release supporting Ruby ~> 2.0
147
-
148
- ## [2.0.5] - 2022-06-08
149
- ### Added
150
- - Improve, and dry up documentation
151
-
152
- ## [2.0.4] - 2022-06-08
153
- ### Fixed
154
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
155
-
156
- ## [2.0.3] - 2022-05-23
157
- ### Fixed
158
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
159
-
160
- ## [2.0.2] - 2022-05-23
161
- ### Fixed
162
- - Ship rubocop config files in gem
163
- - rubocop-lts.yml
164
- - rubocop-lts1_8.yml
165
-
166
- ## [2.0.1] - 2022-05-22
167
- ### Fixed
168
- - Documentation typos & gemspec URLs
169
-
170
- ## [2.0.0] - 2022-05-22
171
- ### Added
172
- - Initial even release supporting Ruby >= 1.9
173
-
174
- ## [1.0.4] - 2022-06-08
175
- ### Added
176
- - Security Policy @ SECURITY.md
177
- - Improve, and dry up documentation
178
-
179
- ## [1.0.3] - 2022-05-23
180
- ### Fixed
181
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
182
-
183
- ## [1.0.2] - 2022-05-23
184
- ### Fixed
185
- - Ship rubocop config files in gem
186
- - rubocop-lts.yml
187
- - rubocop-lts1_8.yml
188
-
189
- ## [1.0.1] - 2022-05-22
190
- ### Fixed
191
- - Documentation typos & gemspec URLs
192
-
193
- ## [1.0.0] - 2022-05-22
194
- ### Added
195
- - Initial odd release supporting Ruby ~> 1.9
196
-
197
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...HEAD
32
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.1.1...HEAD
33
+ [14.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.1.0...v14.1.1
34
+ [14.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v14.1.0
198
35
  [14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
199
- [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
200
- [13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
201
- [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
202
- [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
203
- [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
204
- [11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
205
- [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
206
- [10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
207
- [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
208
- [9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
209
- [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
210
- [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
211
- [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
212
- [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
213
- [7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
214
- [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
215
- [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
216
- [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
217
- [5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
218
- [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
219
- [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
220
- [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
221
- [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
222
- [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
223
- [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
224
- [3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
225
- [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
226
- [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
227
- [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
228
- [2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
229
- [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
230
- [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
231
- [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
232
- [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
233
- [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
234
- [1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
235
- [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
236
- [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
237
- [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
238
- [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
36
+ [14.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v14.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