rubocop-lts 22.0.1 → 22.1.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
- checksums.yaml.gz.sig +5 -0
- data/CHANGELOG.md +7 -317
- data/CONTRIBUTING.md +25 -11
- data/README.md +105 -310
- data/SECURITY.md +31 -24
- data/config/rails.yml +2 -0
- data/config/rails_rspec.yml +2 -0
- data/config/rspec.yml +2 -0
- data/config/ruby.yml +2 -0
- data/config/ruby_rspec.yml +2 -0
- data/config/rubygem.yml +2 -0
- data/config/rubygem_rspec.yml +2 -0
- data/lib/rubocop/lts/version.rb +3 -1
- data/lib/rubocop/lts.rb +7 -0
- data/rubocop-lts.yml +15 -2
- data/sig/rubocop/lts.rbs +4 -2
- data.tar.gz.sig +0 -0
- metadata +107 -20
- 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: 0a7de4d5ab50beb89bdb96c39eab91e24ef9ed44adf701f04accbe3b3d57ddbd
|
|
4
|
+
data.tar.gz: 5831fb917ddae5e33563ef20c3cc5bcb450cb9297c70cb8828c5b6fbe540051e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21a092d38fbd540856353d880e6c34a1b96e4146dd537a3e803393c598c3f0cf9695f964a200f7ad678c83cd12e822f24be4396ec69bbcf7c8a695f024e27a57
|
|
7
|
+
data.tar.gz: f17f6ae7e94d459658572771f1405d138bb907fbf44442f22c7fae8954c8421f9c11edc3a37ba8b1300f31b656b9c1f858586716b40d53d1c0dca2b7b03b2160
|
checksums.yaml.gz.sig
ADDED
data/CHANGELOG.md
CHANGED
|
@@ -6,13 +6,14 @@ 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
|
|
13
|
-
|
|
14
11
|
### Removed
|
|
15
12
|
|
|
13
|
+
## [22.1.0] - 2023-05-22
|
|
14
|
+
### Changed
|
|
15
|
+
- Bumped dependency rubocop-ruby3_1 to ~> 2.0.4
|
|
16
|
+
|
|
16
17
|
## [22.0.1] - 2022-06-09
|
|
17
18
|
### Added
|
|
18
19
|
- Improve, and dry up documentation
|
|
@@ -25,319 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
25
26
|
### Added
|
|
26
27
|
- Initial even release supporting Ruby >= 3.1
|
|
27
28
|
|
|
28
|
-
## [21.0.1] - 2022-06-09
|
|
29
|
-
### Added
|
|
30
|
-
- Improve, and dry up documentation
|
|
31
|
-
### Changed
|
|
32
|
-
- Bumped dependency rubocop-ruby3_1 to ~> 1.0.6
|
|
33
|
-
|
|
34
|
-
## [21.0.0] - 2022-05-23
|
|
35
|
-
### Added
|
|
36
|
-
- Initial odd release supporting Ruby ~> 3.1
|
|
37
|
-
|
|
38
|
-
## [20.0.1] - 2022-06-09
|
|
39
|
-
### Added
|
|
40
|
-
- Improve, and dry up documentation
|
|
41
|
-
### Changed
|
|
42
|
-
- Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
|
|
43
|
-
### Fixed
|
|
44
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
45
|
-
|
|
46
|
-
## [20.0.0] - 2022-05-23
|
|
47
|
-
### Added
|
|
48
|
-
- Initial even release supporting Ruby >= 3.0
|
|
49
|
-
|
|
50
|
-
## [19.0.1] - 2022-06-09
|
|
51
|
-
### Added
|
|
52
|
-
- Improve, and dry up documentation
|
|
53
|
-
### Changed
|
|
54
|
-
- Bumped dependency rubocop-ruby3_0 to ~> 1.0.6
|
|
55
|
-
|
|
56
|
-
## [19.0.0] - 2022-05-23
|
|
57
|
-
### Added
|
|
58
|
-
- Initial odd release supporting Ruby ~> 3.0
|
|
59
|
-
|
|
60
|
-
## [18.0.1] - 2022-06-09
|
|
61
|
-
### Added
|
|
62
|
-
- Improve, and dry up documentation
|
|
63
|
-
### Changed
|
|
64
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
|
65
|
-
### Fixed
|
|
66
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
67
|
-
|
|
68
|
-
## [18.0.0] - 2022-05-23
|
|
69
|
-
### Added
|
|
70
|
-
- Initial even release supporting Ruby >= 2.7
|
|
71
|
-
|
|
72
|
-
## [17.0.1] - 2022-06-09
|
|
73
|
-
### Added
|
|
74
|
-
- Improve, and dry up documentation
|
|
75
|
-
### Changed
|
|
76
|
-
- Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
|
|
77
|
-
|
|
78
|
-
## [17.0.0] - 2022-05-23
|
|
79
|
-
### Added
|
|
80
|
-
- Initial odd release supporting Ruby ~> 2.7
|
|
81
|
-
|
|
82
|
-
## [16.0.1] - 2022-06-09
|
|
83
|
-
### Added
|
|
84
|
-
- Improve, and dry up documentation
|
|
85
|
-
### Changed
|
|
86
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
|
87
|
-
### Fixed
|
|
88
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
89
|
-
|
|
90
|
-
## [16.0.0] - 2022-05-23
|
|
91
|
-
### Added
|
|
92
|
-
- Initial even release supporting Ruby >= 2.6
|
|
93
|
-
|
|
94
|
-
## [15.0.1] - 2022-06-09
|
|
95
|
-
### Added
|
|
96
|
-
- Improve, and dry up documentation
|
|
97
|
-
### Changed
|
|
98
|
-
- Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
|
|
99
|
-
|
|
100
|
-
## [15.0.0] - 2022-05-23
|
|
101
|
-
### Added
|
|
102
|
-
- Initial odd release supporting Ruby ~> 2.6
|
|
103
|
-
|
|
104
|
-
## [14.0.1] - 2022-06-09
|
|
105
|
-
### Added
|
|
106
|
-
- Improve, and dry up documentation
|
|
107
|
-
### Fixed
|
|
108
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
109
|
-
|
|
110
|
-
## [14.0.0] - 2022-05-23
|
|
111
|
-
### Added
|
|
112
|
-
- Initial even release supporting Ruby >= 2.5
|
|
113
|
-
|
|
114
|
-
## [13.0.1] - 2022-06-09
|
|
115
|
-
### Added
|
|
116
|
-
- Improve, and dry up documentation
|
|
117
|
-
|
|
118
|
-
## [13.0.0] - 2022-05-23
|
|
119
|
-
### Added
|
|
120
|
-
- Initial odd release supporting Ruby ~> 2.5
|
|
121
|
-
|
|
122
|
-
## [12.0.1] - 2022-06-09
|
|
123
|
-
### Added
|
|
124
|
-
- Improve, and dry up documentation
|
|
125
|
-
### Fixed
|
|
126
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
127
|
-
|
|
128
|
-
## [12.0.0] - 2022-05-23
|
|
129
|
-
### Added
|
|
130
|
-
- Initial even release supporting Ruby >= 2.4
|
|
131
|
-
|
|
132
|
-
## [11.0.2] - 2022-06-09
|
|
133
|
-
### Added
|
|
134
|
-
- Improve, and dry up documentation
|
|
135
|
-
|
|
136
|
-
## 11.0.1 - 2022-06-09 (YANKED)
|
|
137
|
-
- accidentally removed required_ruby_version from gemspec
|
|
138
|
-
|
|
139
|
-
## [11.0.0] - 2022-05-23
|
|
140
|
-
### Added
|
|
141
|
-
- Initial odd release supporting Ruby ~> 2.4
|
|
142
|
-
|
|
143
|
-
## [10.0.1] - 2022-06-09
|
|
144
|
-
### Added
|
|
145
|
-
- Improve, and dry up documentation
|
|
146
|
-
### Fixed
|
|
147
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
148
|
-
|
|
149
|
-
## [10.0.0] - 2022-05-23
|
|
150
|
-
### Added
|
|
151
|
-
- Initial even release supporting Ruby >= 2.3
|
|
152
|
-
|
|
153
|
-
## [9.0.1] - 2022-06-09
|
|
154
|
-
### Added
|
|
155
|
-
- Improve, and dry up documentation
|
|
156
|
-
|
|
157
|
-
## [9.0.0] - 2022-05-23
|
|
158
|
-
### Added
|
|
159
|
-
- Initial odd release supporting Ruby ~> 2.3
|
|
160
|
-
|
|
161
|
-
## [8.0.2] - 2022-06-09
|
|
162
|
-
### Fixed
|
|
163
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
164
|
-
|
|
165
|
-
## [8.0.1] - 2022-06-09
|
|
166
|
-
### Added
|
|
167
|
-
- Improve, and dry up documentation
|
|
168
|
-
|
|
169
|
-
## [8.0.0] - 2022-05-23
|
|
170
|
-
### Added
|
|
171
|
-
- Initial even release supporting Ruby >= 2.2
|
|
172
|
-
|
|
173
|
-
## [7.0.1] - 2022-06-08
|
|
174
|
-
### Added
|
|
175
|
-
- Improve, and dry up documentation
|
|
176
|
-
|
|
177
|
-
## [7.0.0] - 2022-05-23
|
|
178
|
-
### Added
|
|
179
|
-
- Initial odd release supporting Ruby ~> 2.2
|
|
180
|
-
|
|
181
|
-
## [6.0.1] - 2022-06-08
|
|
182
|
-
### Added
|
|
183
|
-
- Improve, and dry up documentation
|
|
184
|
-
### Fixed
|
|
185
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
186
|
-
|
|
187
|
-
## [6.0.0] - 2022-05-23
|
|
188
|
-
### Added
|
|
189
|
-
- Initial even release supporting Ruby >= 2.1
|
|
190
|
-
|
|
191
|
-
## [5.0.2] - 2022-06-08
|
|
192
|
-
### Added
|
|
193
|
-
- Improve, and dry up documentation
|
|
194
|
-
|
|
195
|
-
## [5.0.1] - 2022-05-23
|
|
196
|
-
### Fixed
|
|
197
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
198
|
-
|
|
199
|
-
## [5.0.0] - 2022-05-23
|
|
200
|
-
### Added
|
|
201
|
-
- Initial odd release supporting Ruby ~> 2.1
|
|
202
|
-
|
|
203
|
-
## [4.0.3] - 2022-06-08
|
|
204
|
-
### Fixed
|
|
205
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
206
|
-
|
|
207
|
-
## [4.0.2] - 2022-05-23
|
|
208
|
-
### Fixed
|
|
209
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
210
|
-
|
|
211
|
-
## [4.0.1] - 2022-05-23
|
|
212
|
-
### Fixed
|
|
213
|
-
- Ship rubocop config files in gem
|
|
214
|
-
- rubocop-lts.yml
|
|
215
|
-
|
|
216
|
-
## [4.0.0] - 2022-05-22
|
|
217
|
-
### Added
|
|
218
|
-
- Initial even release supporting Ruby >= 2.0
|
|
219
|
-
|
|
220
|
-
## [3.0.3] - 2022-06-08
|
|
221
|
-
### Added
|
|
222
|
-
- Improve, and dry up documentation
|
|
223
|
-
|
|
224
|
-
## [3.0.2] - 2022-05-23
|
|
225
|
-
### Fixed
|
|
226
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
227
|
-
|
|
228
|
-
## [3.0.1] - 2022-05-23
|
|
229
|
-
### Fixed
|
|
230
|
-
- Ship rubocop config files in gem
|
|
231
|
-
- rubocop-lts.yml
|
|
232
|
-
|
|
233
|
-
## [3.0.0] - 2022-05-22
|
|
234
|
-
### Added
|
|
235
|
-
- Initial odd release supporting Ruby ~> 2.0
|
|
236
|
-
|
|
237
|
-
## [2.0.5] - 2022-06-08
|
|
238
|
-
### Added
|
|
239
|
-
- Improve, and dry up documentation
|
|
240
|
-
|
|
241
|
-
## [2.0.4] - 2022-06-08
|
|
242
|
-
### Fixed
|
|
243
|
-
- Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
|
|
244
|
-
|
|
245
|
-
## [2.0.3] - 2022-05-23
|
|
246
|
-
### Fixed
|
|
247
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
248
|
-
|
|
249
|
-
## [2.0.2] - 2022-05-23
|
|
250
|
-
### Fixed
|
|
251
|
-
- Ship rubocop config files in gem
|
|
252
|
-
- rubocop-lts.yml
|
|
253
|
-
- rubocop-lts1_8.yml
|
|
254
|
-
|
|
255
|
-
## [2.0.1] - 2022-05-22
|
|
256
|
-
### Fixed
|
|
257
|
-
- Documentation typos & gemspec URLs
|
|
258
|
-
|
|
259
|
-
## [2.0.0] - 2022-05-22
|
|
260
|
-
### Added
|
|
261
|
-
- Initial even release supporting Ruby >= 1.9
|
|
262
|
-
|
|
263
|
-
## [1.0.4] - 2022-06-08
|
|
264
|
-
### Added
|
|
265
|
-
- Security Policy @ SECURITY.md
|
|
266
|
-
- Improve, and dry up documentation
|
|
267
|
-
|
|
268
|
-
## [1.0.3] - 2022-05-23
|
|
269
|
-
### Fixed
|
|
270
|
-
- Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
|
|
271
|
-
|
|
272
|
-
## [1.0.2] - 2022-05-23
|
|
273
|
-
### Fixed
|
|
274
|
-
- Ship rubocop config files in gem
|
|
275
|
-
- rubocop-lts.yml
|
|
276
|
-
- rubocop-lts1_8.yml
|
|
277
|
-
|
|
278
|
-
## [1.0.1] - 2022-05-22
|
|
279
|
-
### Fixed
|
|
280
|
-
- Documentation typos & gemspec URLs
|
|
281
|
-
|
|
282
|
-
## [1.0.0] - 2022-05-22
|
|
283
|
-
### Added
|
|
284
|
-
- Initial odd release supporting Ruby ~> 1.9
|
|
285
29
|
|
|
286
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0
|
|
30
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.1.0...HEAD
|
|
31
|
+
[22.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.1...v22.1.0
|
|
287
32
|
[22.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v22.0.0...v22.0.1
|
|
288
|
-
[22.0.0]: https://
|
|
289
|
-
[21.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v21.0.0...v21.0.1
|
|
290
|
-
[21.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.1...v21.0.0
|
|
291
|
-
[20.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v20.0.1
|
|
292
|
-
[20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.1...v20.0.0
|
|
293
|
-
[19.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v19.0.1
|
|
294
|
-
[19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v19.0.0
|
|
295
|
-
[18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
|
|
296
|
-
[18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.1...v18.0.0
|
|
297
|
-
[17.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v17.0.1
|
|
298
|
-
[17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v17.0.0
|
|
299
|
-
[16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
|
|
300
|
-
[16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.1...v16.0.0
|
|
301
|
-
[15.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v15.0.1
|
|
302
|
-
[15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.1...v15.0.0
|
|
303
|
-
[14.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v14.0.1
|
|
304
|
-
[14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.1...v14.0.0
|
|
305
|
-
[13.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v13.0.1
|
|
306
|
-
[13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v13.0.0
|
|
307
|
-
[12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
|
|
308
|
-
[12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.2...v12.0.0
|
|
309
|
-
[11.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v11.0.2
|
|
310
|
-
[11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.1...v11.0.0
|
|
311
|
-
[10.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v10.0.1
|
|
312
|
-
[10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.1...v10.0.0
|
|
313
|
-
[9.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v9.0.1
|
|
314
|
-
[9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v9.0.0
|
|
315
|
-
[8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
|
|
316
|
-
[8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
|
|
317
|
-
[8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.1...v8.0.0
|
|
318
|
-
[7.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v7.0.1
|
|
319
|
-
[7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v7.0.0
|
|
320
|
-
[6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
|
|
321
|
-
[6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.2...v6.0.0
|
|
322
|
-
[5.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v5.0.2
|
|
323
|
-
[5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
|
|
324
|
-
[5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v5.0.0
|
|
325
|
-
[4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
|
|
326
|
-
[4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
|
|
327
|
-
[4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
|
|
328
|
-
[4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.3...v4.0.0
|
|
329
|
-
[3.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v3.0.3
|
|
330
|
-
[3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
|
|
331
|
-
[3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
|
|
332
|
-
[3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v3.0.0
|
|
333
|
-
[2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
|
|
334
|
-
[2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
|
|
335
|
-
[2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
|
|
336
|
-
[2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
|
|
337
|
-
[2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
|
|
338
|
-
[2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.4...v2.0.0
|
|
339
|
-
[1.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v1.0.4
|
|
340
|
-
[1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
|
|
341
|
-
[1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
|
|
342
|
-
[1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
|
|
343
|
-
[1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
|
|
33
|
+
[22.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v22.0.0
|
data/CONTRIBUTING.md
CHANGED
|
@@ -1,25 +1,39 @@
|
|
|
1
1
|
## Contributing
|
|
2
2
|
|
|
3
|
-
Bug reports and pull requests are welcome on
|
|
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
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
|
-
##
|
|
10
|
-
|
|
11
|
-
[][contributors]
|
|
10
|
+
## Release
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
To release a new version:
|
|
14
13
|
|
|
15
|
-
|
|
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
|
-
|
|
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
|
-
|
|
28
|
+
## Contributors
|
|
20
29
|
|
|
21
|
-
|
|
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
|
-
[
|
|
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
|