rubocop-lts 2.3.0 → 3.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: 2a6b2ae5b096821c097dec04b07f8d998c5b3bc66afbcdd9461a523d1c40d7ef
4
- data.tar.gz: 01e929e0301b40a045d8515508cedc512555929e1cfc71fbf112a01caa371a90
3
+ metadata.gz: 6267933ed70ced700270b5690d8d2042a0a5773ad9b014ad04d4661801af1365
4
+ data.tar.gz: b45171da57d07c4bc87f05d2e45e1ddc5e697b1ae2bd5134bb771ea26684edd1
5
5
  SHA512:
6
- metadata.gz: b7876320d498ba07727222bd8e81af35d607444d93ca9325ce5e7859676ea1563420fe39ea8e00f236e9c9557f42d6ee13d836281b4f08c320a56e739431b0b2
7
- data.tar.gz: 95e6def0afbe588719b98eff2b7ed7cb7e26ae8b91a413fd9e829f7256cbbac4669f7acb5b9ee887f6d9731fdae867a25a4eb4a062403858ac0c0abe08ef3424
6
+ metadata.gz: '0285b68f9f647a682e8bd34e666bb31a15374ab1a5422db9c5a743d299c807b91732519df25b5a1eac3c2473458aa2db5e9d9c3a14330d62d3749a91f6bb902a'
7
+ data.tar.gz: cc2b087c81a5a7008e09c81614f65e1eac2facd095902687e536098c47ac8c1d12055f991b94e4188734922f220f6af84be7c97c6c150867ac2cd314a4be70bb
data/CHANGELOG.md CHANGED
@@ -6,57 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
  ### Added
9
- ### Changed
10
- ### Fixed
11
- ### Removed
12
9
 
13
- ## [2.3.0] - 2026-06-01
14
- ### Added
15
10
  ### Changed
16
- - Updated dependency floors to the latest RuboCop-LTS family releases.
17
- - Raised the minimum supported Ruby version to 3.2.
18
- ### Fixed
19
- - Added the missing previous release entry to the changelog.
20
- ### Removed
21
- - Removed support for running this gem on Ruby < 3.2.
22
11
 
23
- ## [2.2.0] - 2026-05-30
24
- ### Added
25
- ### Changed
26
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
27
12
  ### Fixed
28
- ### Removed
29
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
30
13
 
31
- ## [2.1.1] - 2023-05-30
32
- ### 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)
35
-
36
- ## [2.1.0] - 2023-05-20
37
- ### Changed
38
- - Broadened scope of gem, updated `rubocop-ruby*_*` which configures many linting tools via `standard-rubocop-lts`
39
14
  ### Removed
40
- - Install support for Ruby < 2.7 (minimum is now 2.7, analysis of older Ruby still supported)
41
- - rubocop-lts1_8.yml - Use the new dedicated gem `rubocop-ruby1_8` instead
42
15
 
43
- ## [2.0.5] - 2022-06-08
16
+ ## [3.0.0] - 2022-05-22
44
17
  ### Added
45
- - Improve, and dry up documentation
46
-
47
- ## [2.0.4] - 2022-06-08
48
- ### Fixed
49
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
50
-
51
- ## [2.0.3] - 2022-05-23
52
- ### Fixed
53
- - Make rubocop config files load ruby specific config from relevant `rubocop-ruby*_*` gem
54
-
55
- ## [2.0.2] - 2022-05-23
56
- ### Fixed
57
- - Ship rubocop config files in gem
58
- - rubocop-lts.yml
59
- - rubocop-lts1_8.yml
18
+ - Initial odd release supporting Ruby ~> 2.0
60
19
 
61
20
  ## [2.0.1] - 2022-05-22
62
21
  ### Fixed
@@ -66,15 +25,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
25
  ### Added
67
26
  - Initial even release supporting Ruby >= 1.9
68
27
 
69
- [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v2.3.0...HEAD
70
- [2.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.1.0...v2.1.1
71
- [2.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.5...v2.1.0
72
- [2.0.5]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.4...v2.0.5
73
- [2.0.4]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v2.0.4
74
- [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
75
- [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
76
- [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
77
- [2.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v2.0.0
28
+ ## [1.0.1] - 2022-05-22
29
+ ### Fixed
30
+ - Documentation typos & gemspec URLs
78
31
 
79
- [2.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v2.1.1...v2.2.0
80
- [2.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v2.2.0...v2.3.0
32
+ ## [1.0.0] - 2022-05-22
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 1.9
35
+
36
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...HEAD
37
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v3.0.0
38
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
39
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
40
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
41
+ [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