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 +4 -4
- data/CHANGELOG.md +3 -30
- data/CODE_OF_CONDUCT.md +0 -0
- data/CONTRIBUTING.md +12 -26
- data/LICENSE.txt +0 -0
- data/README.md +336 -202
- data/SECURITY.md +13 -31
- data/lib/rubocop/lts/version.rb +1 -3
- data/lib/rubocop/lts.rb +1 -12
- data/sig/rubocop/lts.rbs +2 -4
- data/spec/config/rspec/rspec_core.rb +14 -0
- data/spec/rubocop/lts_spec.rb +8 -0
- data/spec/spec_helper.rb +8 -0
- metadata +30 -182
- checksums.yaml.gz.sig +0 -0
- data/config/base.yml +0 -2
- data/config/rails.yml +0 -4
- data/config/rails_rspec.yml +0 -5
- data/config/rspec.yml +0 -4
- data/config/ruby.yml +0 -4
- data/config/ruby_rspec.yml +0 -5
- data/config/rubygem.yml +0 -4
- data/config/rubygem_rspec.yml +0 -5
- data/rubocop-lts.yml +0 -15
- data.tar.gz.sig +0 -0
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 56dd00ae585c9ff3d1040813cbf3dfff7c0416eda05ee7b2ca0c32d8ded3c44f
|
|
4
|
+
data.tar.gz: a01d0249a0ca8448a0683dbe803cb8cfabb44a439405df40c39d6021956322de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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
|
-
## [
|
|
16
|
+
## [1.0.0] - 2022-05-22
|
|
37
17
|
### Added
|
|
38
|
-
- Initial
|
|
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
|
|
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][
|
|
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
|
-
##
|
|
9
|
+
## Contributors
|
|
11
10
|
|
|
12
|
-
|
|
11
|
+
[][contributors]
|
|
13
12
|
|
|
14
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
[
|
|
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
|