rubocop-lts 20.4.0 → 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: d939b23b1ac4bbf8abdfdc707551ae69309449cecc6dd6eceaedd91b2c18241a
4
- data.tar.gz: dfd70fbef6ea9ae08f6a311f6158b2043cf1723a3c4dc43d126715436f904627
3
+ metadata.gz: 405354608e234b99aa9da3eacb4ccbd49443a6486098ab4c1ab19a4eb866332a
4
+ data.tar.gz: 6e107182e2c7bd741c4b67d863666cf7955aed91cd66d8dbb7c8ba4bef4fb48e
5
5
  SHA512:
6
- metadata.gz: 97298aff43f04ec8694c5b331320742c94e1b8ee5c5c0c3455a33d608ebc96ebd18b8a00b675ced5a4b98b076aac3b0284e427be000de8556dd5a1f642365cc6
7
- data.tar.gz: 59caf929a6082602a10eeef9915e06ede941796d698638f881d5c46f9e901c6234ac1d5267195f16cbef874fbe1c0ba27de6c4e57d355486a78770cfd92d1924
6
+ metadata.gz: ec38fcd39b9124f096266be0c5b3b1a587077a4172d7f992545255fc0627871d1e3f98a83657c52b922a996c5f824387e555b799292a4b186c1c9fcc889547ee
7
+ data.tar.gz: bfe3ef7d5a8ce9aa74abdce7d5c8e48e840aa189d68f78d1bbd6fb23f88ebf92d7a171bd668a07909abf646dc8da49e874e3e1961956fed372a7e0b751168e1b
data/CHANGELOG.md CHANGED
@@ -6,71 +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.4.0] - 2026-06-01
16
+ ## [21.0.0] - 2022-05-23
14
17
  ### Added
15
- ### Changed
16
- - Updated dependency floors to the latest RuboCop-LTS family releases.
17
- - Raised the minimum supported Ruby version to 3.2.
18
+ - Initial odd release supporting Ruby ~> 3.1
19
+
20
+ ## [20.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 3.0
23
+
24
+ ## [19.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 3.0
27
+
28
+ ## [18.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 2.7
31
+
32
+ ## [17.0.0] - 2022-05-23
33
+ ### Added
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
18
81
  ### Fixed
19
- - Added the missing previous release entry to the changelog.
20
- ### Removed
21
- - Removed support for running this gem on Ruby < 3.2.
82
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
22
83
 
23
- ## [20.3.0] - 2026-05-30
84
+ ## [5.0.0] - 2022-05-23
24
85
  ### Added
25
- ### Changed
26
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
86
+ - Initial odd release supporting Ruby ~> 2.1
87
+
88
+ ## [4.0.2] - 2022-05-23
27
89
  ### Fixed
28
- ### Removed
29
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
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
30
96
 
31
- ## [20.6.2] - 2023-05-30
97
+ ## [4.0.0] - 2022-05-22
32
98
  ### Added
33
- - `config/base.yml` for all shared configs
34
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
99
+ - Initial even release supporting Ruby >= 2.0
35
100
 
36
- ## [20.2.1] - 2023-05-22
37
- ### Changed
38
- - Minimum Ruby version is 3.0
101
+ ## [3.0.2] - 2022-05-23
102
+ ### Fixed
103
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
39
104
 
40
- ## [20.2.0] - 2023-05-22 [YANKED]
41
- ### Changed
42
- - Bumped dependency rubocop-ruby3_0 to ~> 2.0.4
105
+ ## [3.0.1] - 2022-05-23
106
+ ### Fixed
107
+ - Ship rubocop config files in gem
108
+ - rubocop-lts.yml
43
109
 
44
- ## [20.1.0] - 2023-03-17
110
+ ## [3.0.0] - 2022-05-22
45
111
  ### Added
46
- - Certificate for signing gem releases
47
- - Gemspec metadata
48
- - funding_uri
49
- - SHA256 and SHA512 Checksums for release
50
- ### Changed
51
- - Bumped dependency rubocop-ruby3_0 to ~> 1.1.2
52
- - Allows rubocop ~> 1.48.1
53
- - Compatible with rubocop-packaging ~> 0.5.2
54
- - Gem releases are now cryptographically signed
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
55
127
 
56
- ## [20.0.1] - 2022-06-09
128
+ ## [2.0.0] - 2022-05-22
57
129
  ### Added
58
- - Improve, and dry up documentation
59
- ### Changed
60
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
130
+ - Initial even release supporting Ruby >= 1.9
131
+
132
+ ## [1.0.3] - 2022-05-23
61
133
  ### Fixed
62
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
134
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
63
135
 
64
- ## [20.0.0] - 2022-05-23
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
65
147
  ### Added
66
- - Initial even release supporting Ruby >= 3.0
148
+ - Initial odd release supporting Ruby ~> 1.9
67
149
 
68
- [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v20.4.0...HEAD
69
- [20.2.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.1...v20.2.2
70
- [20.2.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.2.0...v20.2.1
71
- [20.2.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.1.0...v20.2.0
72
- [20.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.1...v20.1.0
73
- [20.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v20.0.0...v20.0.1
74
- [20.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v20.0.0
75
- [20.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v20.6.2...v20.3.0
76
- [20.4.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v20.3.0...v20.4.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/CODE_OF_CONDUCT.md CHANGED
File without changes
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/
data/LICENSE.txt CHANGED
File without changes