rubocop-lts 20.2.2 → 21.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3a49d02810f89751364fe09edff4303b1353e6b569eae54663f8fa9cca5bb41
4
- data.tar.gz: 6ef082a38ab0023367d2510862e6e476f3ceb5b0c5f584f9b927774e3f0cbd65
3
+ metadata.gz: 405354608e234b99aa9da3eacb4ccbd49443a6486098ab4c1ab19a4eb866332a
4
+ data.tar.gz: 6e107182e2c7bd741c4b67d863666cf7955aed91cd66d8dbb7c8ba4bef4fb48e
5
5
  SHA512:
6
- metadata.gz: a1a1b29f5435b98b090a0557691ff5c4369e48e681e264b508d24ebdfa7cb7ca735c29a74e1591f6f7636ad2ac9df8fcdf348fe6deb05607e0d752a4280d1ead
7
- data.tar.gz: 3ef49818d7136482ecc2f9933cbe8f5f2e816ee17ee69bfc3d7da1a044f4f494f199f6b13d251423d4dcd74c7d1f75029c8b1138525a825068f7b350f7abe9eb
6
+ metadata.gz: ec38fcd39b9124f096266be0c5b3b1a587077a4172d7f992545255fc0627871d1e3f98a83657c52b922a996c5f824387e555b799292a4b186c1c9fcc889547ee
7
+ data.tar.gz: bfe3ef7d5a8ce9aa74abdce7d5c8e48e840aa189d68f78d1bbd6fb23f88ebf92d7a171bd668a07909abf646dc8da49e874e3e1961956fed372a7e0b751168e1b
data/CHANGELOG.md CHANGED
@@ -6,51 +6,177 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
+
9
10
  ### Changed
11
+
10
12
  ### Fixed
13
+
11
14
  ### Removed
12
15
 
13
- ## [20.6.2] - 2023-05-30
16
+ ## [21.0.0] - 2022-05-23
14
17
  ### 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)
18
+ - Initial odd release supporting Ruby ~> 3.1
17
19
 
18
- ## [20.2.1] - 2023-05-22
19
- ### Changed
20
- - Minimum Ruby version is 3.0
20
+ ## [20.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 3.0
21
23
 
22
- ## [20.2.0] - 2023-05-22 [YANKED]
23
- ### Changed
24
- - Bumped dependency rubocop-ruby3_0 to ~> 2.0.4
24
+ ## [19.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 3.0
25
27
 
26
- ## [20.1.0] - 2023-03-17
28
+ ## [18.0.0] - 2022-05-23
27
29
  ### Added
28
- - Certificate for signing gem releases
29
- - Gemspec metadata
30
- - funding_uri
31
- - SHA256 and SHA512 Checksums for release
32
- ### Changed
33
- - Bumped dependency rubocop-ruby3_0 to ~> 1.1.2
34
- - Allows rubocop ~> 1.48.1
35
- - Compatible with rubocop-packaging ~> 0.5.2
36
- - Gem releases are now cryptographically signed
30
+ - Initial even release supporting Ruby >= 2.7
37
31
 
38
- ## [20.0.1] - 2022-06-09
32
+ ## [17.0.0] - 2022-05-23
39
33
  ### Added
40
- - Improve, and dry up documentation
41
- ### Changed
42
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
34
+ - Initial odd release supporting Ruby ~> 2.7
35
+
36
+ ## [16.0.0] - 2022-05-23
37
+ ### Added
38
+ - Initial even release supporting Ruby >= 2.6
39
+
40
+ ## [15.0.0] - 2022-05-23
41
+ ### Added
42
+ - Initial odd release supporting Ruby ~> 2.6
43
+
44
+ ## [14.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.5
47
+
48
+ ## [13.0.0] - 2022-05-23
49
+ ### Added
50
+ - Initial odd release supporting Ruby ~> 2.5
51
+
52
+ ## [12.0.0] - 2022-05-23
53
+ ### Added
54
+ - Initial even release supporting Ruby >= 2.4
55
+
56
+ ## [11.0.0] - 2022-05-23
57
+ ### Added
58
+ - Initial odd release supporting Ruby ~> 2.4
59
+
60
+ ## [10.0.0] - 2022-05-23
61
+ ### Added
62
+ - Initial even release supporting Ruby >= 2.3
63
+
64
+ ## [9.0.0] - 2022-05-23
65
+ ### Added
66
+ - Initial odd release supporting Ruby ~> 2.3
67
+
68
+ ## [8.0.0] - 2022-05-23
69
+ ### Added
70
+ - Initial even release supporting Ruby >= 2.2
71
+
72
+ ## [7.0.0] - 2022-05-23
73
+ ### Added
74
+ - Initial odd release supporting Ruby ~> 2.2
75
+
76
+ ## [6.0.0] - 2022-05-23
77
+ ### Added
78
+ - Initial even release supporting Ruby >= 2.1
79
+
80
+ ## [5.0.1] - 2022-05-23
43
81
  ### Fixed
44
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
82
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
45
83
 
46
- ## [20.0.0] - 2022-05-23
84
+ ## [5.0.0] - 2022-05-23
47
85
  ### Added
48
- - Initial even release supporting Ruby >= 3.0
86
+ - Initial odd release supporting Ruby ~> 2.1
87
+
88
+ ## [4.0.2] - 2022-05-23
89
+ ### Fixed
90
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
91
+
92
+ ## [4.0.1] - 2022-05-23
93
+ ### Fixed
94
+ - Ship rubocop config files in gem
95
+ - rubocop-lts.yml
96
+
97
+ ## [4.0.0] - 2022-05-22
98
+ ### Added
99
+ - Initial even release supporting Ruby >= 2.0
100
+
101
+ ## [3.0.2] - 2022-05-23
102
+ ### Fixed
103
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
104
+
105
+ ## [3.0.1] - 2022-05-23
106
+ ### Fixed
107
+ - Ship rubocop config files in gem
108
+ - rubocop-lts.yml
109
+
110
+ ## [3.0.0] - 2022-05-22
111
+ ### Added
112
+ - Initial odd release supporting Ruby ~> 2.0
113
+
114
+ ## [2.0.3] - 2022-05-23
115
+ ### Fixed
116
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
117
+
118
+ ## [2.0.2] - 2022-05-23
119
+ ### Fixed
120
+ - Ship rubocop config files in gem
121
+ - rubocop-lts.yml
122
+ - rubocop-lts1_8.yml
123
+
124
+ ## [2.0.1] - 2022-05-22
125
+ ### Fixed
126
+ - Documentation typos & gemspec URLs
127
+
128
+ ## [2.0.0] - 2022-05-22
129
+ ### Added
130
+ - Initial even release supporting Ruby >= 1.9
131
+
132
+ ## [1.0.3] - 2022-05-23
133
+ ### Fixed
134
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
135
+
136
+ ## [1.0.2] - 2022-05-23
137
+ ### Fixed
138
+ - Ship rubocop config files in gem
139
+ - rubocop-lts.yml
140
+ - rubocop-lts1_8.yml
141
+
142
+ ## [1.0.1] - 2022-05-22
143
+ ### Fixed
144
+ - Documentation typos & gemspec URLs
145
+
146
+ ## [1.0.0] - 2022-05-22
147
+ ### Added
148
+ - Initial odd release supporting Ruby ~> 1.9
49
149
 
50
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.2...HEAD
51
- [20.2.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.1...v20.2.2
52
- [20.2.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.0...v20.2.1
53
- [20.2.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.1.0...v20.2.0
54
- [20.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.1...v20.1.0
55
- [20.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v20.0.1
56
- [20.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v20.0.0
150
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v21.0.0...HEAD
151
+ [21.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v21.0.0
152
+ [20.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...v20.0.0
153
+ [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
154
+ [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
155
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
156
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
157
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
158
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
159
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
160
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
161
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
162
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
163
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
164
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
165
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
166
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
167
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
168
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
169
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
170
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
171
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
172
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
173
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
174
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
175
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
176
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
177
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
178
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
179
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
180
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
181
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
182
+ [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
data/CONTRIBUTING.md CHANGED
@@ -1,39 +1,25 @@
1
1
  ## Contributing
2
2
 
3
- Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/rubocop-lts/rubocop-lts][🚎src-main]
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
- 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
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
- ## Release
9
+ ## Contributors
11
10
 
12
- To release a new version:
11
+ [![Contributors](https://contrib.rocks/image?repo=rubocop-lts/rubocop-lts)][contributors]
13
12
 
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].
13
+ Made with [contributors-img][contrib-rocks].
23
14
 
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]
15
+ [comment]: <> (Following links are used by README, CONTRIBUTING)
27
16
 
28
- ## Contributors
17
+ [conduct]: https://github.com/rubocop-lts/rubocop-lts/blob/main/CODE_OF_CONDUCT.md
18
+
19
+ [contrib-rocks]: https://contrib.rocks
29
20
 
30
- See: [https://gitlab.com/rubocop-lts/rubocop-lts/-/graphs/main][🖐contributors]
21
+ [contributors]: https://github.com/rubocop-lts/rubocop-lts/graphs/contributors
31
22
 
32
23
  [comment]: <> (Following links are used by README, CONTRIBUTING, Homepage)
33
24
 
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
25
+ [source]: https://github.com/rubocop-lts/rubocop-lts/