rubocop-lts 0.3.0 → 1.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: 781ecc72f7b263ac5edd73de2965eee0bbc58fb152fc21161904db6708162cb9
4
- data.tar.gz: 6a3a45ee99e00d3dc566b4cf84c493b7ca7cba9a793d64e39b3e3a45280d5f4e
3
+ metadata.gz: 56dd00ae585c9ff3d1040813cbf3dfff7c0416eda05ee7b2ca0c32d8ded3c44f
4
+ data.tar.gz: a01d0249a0ca8448a0683dbe803cb8cfabb44a439405df40c39d6021956322de
5
5
  SHA512:
6
- metadata.gz: 50a62da51c24c3448ff092606221136fd81107f1fbad535015a1d802ed1b6cc920c536be30fedbc9940523ac7d72aa23f93b03700e50fc54eb42a06815f23ff9
7
- data.tar.gz: 68bcceb93f15b8ff5b03f351890c6c26c3df47996fd1b0651d1f4b6734a97f12dcdd12bd735a21ffd2484a979e8af57fc30ebf845cbf903b65d505b9230124fb
6
+ metadata.gz: c53b093b987c7928e6282efa154555de82497b718d9ab750092b8877359d624e3b1704b8fa9fe2c2d3e3f938c9e4212a4cae4d6c7a51e61889735687af052bc8
7
+ data.tar.gz: a1faab69f963cbd1481419ec11e9f0e7c08d44160d0fefa21fd56ba800ab239deed49f6c6a86083fdf7cb747d8da1e44353802b5c0a75e6650aa04f69dd37371
data/CHANGELOG.md CHANGED
@@ -6,40 +6,13 @@ 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
- ## [0.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
- ## [0.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
- ## [0.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)
14
+ ### Removed
35
15
 
36
- ## [0.1.0] - 2023-05-22
16
+ ## [1.0.0] - 2022-05-22
37
17
  ### Added
38
- - Initial even release supporting analysis of Ruby >= 1.8
39
- - Configures many linting tools via `standard-rubocop-lts`
40
-
41
- [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.3.0...HEAD
42
- [0.1.1]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/compare/v0.1.0...v0.1.1
43
- [0.1.0]: https://gitlab.com/rubocop-lts/standard-rubocop-lts/-/tags/v0.1.0
44
- [0.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.1.1...v0.2.0
45
- [0.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v0.2.0...v0.3.0
18
+ - Initial odd release supporting Ruby ~> 1.9
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