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