rubocop-lts 18.3.0 → 19.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: f8bb74eba217487ce21bdb46539e3a76be9581f71ff9e53d360eb588bd5a605a
4
- data.tar.gz: 1509386b378d4663e846bf0ec0bb0d6093161464e29efc296076f58883bd7078
3
+ metadata.gz: 24bb066f8a8fc8a018f8684e3ea3e659e03388f6c93ebe4f9d22b3da85d3a38e
4
+ data.tar.gz: 053ac88079993fa9b69d81c765413db71be95f12c25fb785935ced9df66a41dc
5
5
  SHA512:
6
- metadata.gz: af9bf6bce11f14a913a4a827adac150e19a6ccd8864d43f7443dd17af748cf82ec38f0e612c92a2c703da8754dace7bf22f32b60e5e94ff53c7eff7d8a873186
7
- data.tar.gz: 71b8c1f94cb64d40e655dba0f1198dafe20d124ccc009d048615a82e8e0e937198d4c06967d95327129193291f111e6e61615dffa2360d6aca7e4eb049937000
6
+ metadata.gz: 043b894f3fbb2d0ff7ebdf4141754ff5936e47298727649f7e51fd874d21d1b72607765be95c647429a787277bdd467bf84d9535cb4f6b165a6efd8db4ffdc67
7
+ data.tar.gz: 12aa196aa01756aacdeff70280cd024135ba9db32d0dcfc06e2622d51448c7a146212fef60f6520d2dc2d0e7f3275bf0595dca8ba9d91da3f3ba39940b4adedf
data/CHANGELOG.md CHANGED
@@ -6,48 +6,167 @@ 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
10
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
11
+
11
12
  ### Fixed
13
+
12
14
  ### Removed
13
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
14
15
 
15
- ## [18.2.1] - 2023-05-30
16
+ ## [19.0.0] - 2022-05-23
16
17
  ### Added
17
- - `config/base.yml` for all shared configs
18
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
18
+ - Initial odd release supporting Ruby ~> 3.0
19
19
 
20
- ## [18.2.0] - 2023-05-22
21
- ### Changed
22
- - Bumped dependency rubocop-ruby2_7 to ~> 2.0.4
20
+ ## [18.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.7
23
23
 
24
- ## [18.1.0] - 2023-03-16
24
+ ## [17.0.0] - 2022-05-23
25
25
  ### Added
26
- - Certificate for signing gem releases
27
- - Gemspec metadata
28
- - funding_uri
29
- - SHA256 and SHA512 Checksums for release
30
- ### Changed
31
- - Bumped dependency rubocop-ruby2_7 to ~> 1.1.3
32
- - Allows rubocop ~> 1.48.1
33
- - Compatible with rubocop-packaging ~> 0.5.2
34
- - Gem releases are now cryptographically signed
26
+ - Initial odd release supporting Ruby ~> 2.7
35
27
 
36
- ## [18.0.1] - 2022-06-09
28
+ ## [16.0.0] - 2022-05-23
37
29
  ### Added
38
- - Improve, and dry up documentation
39
- ### Changed
40
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
30
+ - Initial even release supporting Ruby >= 2.6
31
+
32
+ ## [15.0.0] - 2022-05-23
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 2.6
35
+
36
+ ## [14.0.0] - 2022-05-23
37
+ ### Added
38
+ - Initial even release supporting Ruby >= 2.5
39
+
40
+ ## [13.0.0] - 2022-05-23
41
+ ### Added
42
+ - Initial odd release supporting Ruby ~> 2.5
43
+
44
+ ## [12.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.4
47
+
48
+ ## [11.0.0] - 2022-05-23
49
+ ### Added
50
+ - Initial odd release supporting Ruby ~> 2.4
51
+
52
+ ## [10.0.0] - 2022-05-23
53
+ ### Added
54
+ - Initial even release supporting Ruby >= 2.3
55
+
56
+ ## [9.0.0] - 2022-05-23
57
+ ### Added
58
+ - Initial odd release supporting Ruby ~> 2.3
59
+
60
+ ## [8.0.0] - 2022-05-23
61
+ ### Added
62
+ - Initial even release supporting Ruby >= 2.2
63
+
64
+ ## [7.0.0] - 2022-05-23
65
+ ### Added
66
+ - Initial odd release supporting Ruby ~> 2.2
67
+
68
+ ## [6.0.0] - 2022-05-23
69
+ ### Added
70
+ - Initial even release supporting Ruby >= 2.1
71
+
72
+ ## [5.0.1] - 2022-05-23
41
73
  ### Fixed
42
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
74
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
43
75
 
44
- ## [18.0.0] - 2022-05-23
76
+ ## [5.0.0] - 2022-05-23
45
77
  ### Added
46
- - Initial even release supporting Ruby >= 2.7
78
+ - Initial odd release supporting Ruby ~> 2.1
79
+
80
+ ## [4.0.2] - 2022-05-23
81
+ ### Fixed
82
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
83
+
84
+ ## [4.0.1] - 2022-05-23
85
+ ### Fixed
86
+ - Ship rubocop config files in gem
87
+ - rubocop-lts.yml
88
+
89
+ ## [4.0.0] - 2022-05-22
90
+ ### Added
91
+ - Initial even release supporting Ruby >= 2.0
92
+
93
+ ## [3.0.2] - 2022-05-23
94
+ ### Fixed
95
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
96
+
97
+ ## [3.0.1] - 2022-05-23
98
+ ### Fixed
99
+ - Ship rubocop config files in gem
100
+ - rubocop-lts.yml
101
+
102
+ ## [3.0.0] - 2022-05-22
103
+ ### Added
104
+ - Initial odd release supporting Ruby ~> 2.0
105
+
106
+ ## [2.0.3] - 2022-05-23
107
+ ### Fixed
108
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
109
+
110
+ ## [2.0.2] - 2022-05-23
111
+ ### Fixed
112
+ - Ship rubocop config files in gem
113
+ - rubocop-lts.yml
114
+ - rubocop-lts1_8.yml
115
+
116
+ ## [2.0.1] - 2022-05-22
117
+ ### Fixed
118
+ - Documentation typos & gemspec URLs
119
+
120
+ ## [2.0.0] - 2022-05-22
121
+ ### Added
122
+ - Initial even release supporting Ruby >= 1.9
123
+
124
+ ## [1.0.3] - 2022-05-23
125
+ ### Fixed
126
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
127
+
128
+ ## [1.0.2] - 2022-05-23
129
+ ### Fixed
130
+ - Ship rubocop config files in gem
131
+ - rubocop-lts.yml
132
+ - rubocop-lts1_8.yml
133
+
134
+ ## [1.0.1] - 2022-05-22
135
+ ### Fixed
136
+ - Documentation typos & gemspec URLs
137
+
138
+ ## [1.0.0] - 2022-05-22
139
+ ### Added
140
+ - Initial odd release supporting Ruby ~> 1.9
47
141
 
48
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.2.1...HEAD
49
- [18.2.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.2.0...v18.2.1
50
- [18.2.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.1.0...v18.2.0
51
- [18.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v18.1.0
52
- [18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
53
- [18.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v18.0.0
142
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...HEAD
143
+ [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
144
+ [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
145
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
146
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
147
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
148
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
149
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
150
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
151
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
152
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
153
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
154
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
155
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
156
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
157
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
158
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
159
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
160
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
161
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
162
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
163
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
164
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
165
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
166
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
167
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
168
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
169
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
170
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
171
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
172
+ [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