rubocop-lts 16.3.0 → 17.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: 226735db01daa22b1bf3caa991d0a87a0edddd4b1b5f70ca1d817af2c0184dce
4
- data.tar.gz: 892d445f8cc2adb3c6c27e49939d95a3428785954fab4de716a7e02288a1fa9c
3
+ metadata.gz: 71fa37cc6d31f4f645193c44e3d8b97a899c563c2f53e7b57fadc8ed77d897f6
4
+ data.tar.gz: 83fda5b0016da9e82a31f915f4704032058ddb0f3dfeba007686065f9eb6c960
5
5
  SHA512:
6
- metadata.gz: 919f720c6f3d338b3c5284dc5fdb4d5c8e71ca2f19b8e581f264f317b3c25013aacf3842d20cf017bbbadb280e2f4306cb3dca149684110c016889c46eac3419
7
- data.tar.gz: e77ee8dc652d8a23b840f40c8e82b330a3f3133f7c0d02376e46318b9ec365cd05933966e3348705f0987d4f9d6d72b812a296c897162b6d3319516bd5a14e46
6
+ metadata.gz: 823447e68938e61d683e2c2d7824b7f0bf340dac45f34b91bbd50bd1f8b7553da2ded5d07a9cf945712375cc787ab8a15912cc6e7204594593958be16ecdb1ef
7
+ data.tar.gz: 38a5e21a2007f7b4fa142eb7f3a7e295ab000b14729dffe5445b93ab71a6b388b6d55e83d53eb7861ba493b7983e1805c8941a014835e4ffcf5bd78d1344975e
data/CHANGELOG.md CHANGED
@@ -6,53 +6,157 @@ 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
- ## [16.3.0] - 2026-06-01
16
+ ## [17.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 ~> 2.7
19
+
20
+ ## [16.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.6
23
+
24
+ ## [15.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 2.6
27
+
28
+ ## [14.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 2.5
31
+
32
+ ## [13.0.0] - 2022-05-23
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 2.5
35
+
36
+ ## [12.0.0] - 2022-05-23
37
+ ### Added
38
+ - Initial even release supporting Ruby >= 2.4
39
+
40
+ ## [11.0.0] - 2022-05-23
41
+ ### Added
42
+ - Initial odd release supporting Ruby ~> 2.4
43
+
44
+ ## [10.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.3
47
+
48
+ ## [9.0.0] - 2022-05-23
49
+ ### Added
50
+ - Initial odd release supporting Ruby ~> 2.3
51
+
52
+ ## [8.0.0] - 2022-05-23
53
+ ### Added
54
+ - Initial even release supporting Ruby >= 2.2
55
+
56
+ ## [7.0.0] - 2022-05-23
57
+ ### Added
58
+ - Initial odd release supporting Ruby ~> 2.2
59
+
60
+ ## [6.0.0] - 2022-05-23
61
+ ### Added
62
+ - Initial even release supporting Ruby >= 2.1
63
+
64
+ ## [5.0.1] - 2022-05-23
18
65
  ### Fixed
19
- - Added the missing previous release entry to the changelog.
20
- ### Removed
21
- - Removed support for running this gem on Ruby < 3.2.
66
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
22
67
 
23
- ## [16.2.0] - 2026-05-30
68
+ ## [5.0.0] - 2022-05-23
24
69
  ### Added
25
- ### Changed
26
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
70
+ - Initial odd release supporting Ruby ~> 2.1
71
+
72
+ ## [4.0.2] - 2022-05-23
27
73
  ### Fixed
28
- ### Removed
29
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
74
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
75
+
76
+ ## [4.0.1] - 2022-05-23
77
+ ### Fixed
78
+ - Ship rubocop config files in gem
79
+ - rubocop-lts.yml
30
80
 
31
- ## [16.1.1] - 2023-05-30
81
+ ## [4.0.0] - 2022-05-22
32
82
  ### 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)
83
+ - Initial even release supporting Ruby >= 2.0
35
84
 
36
- ## [16.1.0] - 2023-05-22
37
- ### Removed
38
- - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
85
+ ## [3.0.2] - 2022-05-23
86
+ ### Fixed
87
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
88
+
89
+ ## [3.0.1] - 2022-05-23
90
+ ### Fixed
91
+ - Ship rubocop config files in gem
92
+ - rubocop-lts.yml
39
93
 
40
- ## [16.0.1] - 2022-06-09
94
+ ## [3.0.0] - 2022-05-22
41
95
  ### Added
42
- - Improve, and dry up documentation
43
- ### Changed
44
- - Bumped dependency rubocop-ruby2_6 to ~> 1.0.7
96
+ - Initial odd release supporting Ruby ~> 2.0
97
+
98
+ ## [2.0.3] - 2022-05-23
45
99
  ### Fixed
46
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
100
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
47
101
 
48
- ## [16.0.0] - 2022-05-23
102
+ ## [2.0.2] - 2022-05-23
103
+ ### Fixed
104
+ - Ship rubocop config files in gem
105
+ - rubocop-lts.yml
106
+ - rubocop-lts1_8.yml
107
+
108
+ ## [2.0.1] - 2022-05-22
109
+ ### Fixed
110
+ - Documentation typos & gemspec URLs
111
+
112
+ ## [2.0.0] - 2022-05-22
49
113
  ### Added
50
- - Initial even release supporting Ruby >= 2.6
114
+ - Initial even release supporting Ruby >= 1.9
115
+
116
+ ## [1.0.3] - 2022-05-23
117
+ ### Fixed
118
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
119
+
120
+ ## [1.0.2] - 2022-05-23
121
+ ### Fixed
122
+ - Ship rubocop config files in gem
123
+ - rubocop-lts.yml
124
+ - rubocop-lts1_8.yml
125
+
126
+ ## [1.0.1] - 2022-05-22
127
+ ### Fixed
128
+ - Documentation typos & gemspec URLs
129
+
130
+ ## [1.0.0] - 2022-05-22
131
+ ### Added
132
+ - Initial odd release supporting Ruby ~> 1.9
51
133
 
52
- [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v16.3.0...HEAD
53
- [16.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.1.0...v16.1.1
54
- [16.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.1...v16.1.0
55
- [16.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v16.0.1
56
- [16.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v16.0.0
57
- [16.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v16.1.1...v16.2.0
58
- [16.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v16.2.0...v16.3.0
134
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...HEAD
135
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
136
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
137
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
138
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
139
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
140
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
141
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
142
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
143
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
144
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
145
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
146
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
147
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
148
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
149
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
150
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
151
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
152
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
153
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
154
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
155
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
156
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
157
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
158
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
159
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
160
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
161
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
162
+ [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