rubocop-lts 6.3.0 → 7.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: bc9902332923b2aba10409ae15d806204a19d2052e779623eec3fcb59fce5444
4
- data.tar.gz: 15604c5d6a2a00703506e1a4c46aae89193a8d1422b8b9f57e3469b2cc32bae1
3
+ metadata.gz: eda540036ab1ac894685dfceac2fc6e28e457c8c2c768291098a139f607938c0
4
+ data.tar.gz: 636372e330d803948450d14a7307ad6bed64f4dd16f1ee5c561f901d7ab28903
5
5
  SHA512:
6
- metadata.gz: f0190d5edd553da8875727bfd4f3ac381c05a3e4e8788cecfdfe58159fbe48b50505eaf86429c7056d1ce4dccfd826572f8bbd4774e0b2aa2f6ab7ec87c5bb57
7
- data.tar.gz: 5ea21ddec74372596133d302720197e98b44e46d2b101fa11571b20d056df3b471d1ad55e39ecbe100ae3cd3e6008cc2dd5e1aa0ea4b28ce38a7bb2d2e26aedd
6
+ metadata.gz: 8d5f21ff3cc213323639956adb06885971614d74fb96ce6e173e3d38477152fe09a4858abf81413bb9793e9244ca41f61f926d13e5f701b651bc683f4010cd2c
7
+ data.tar.gz: c483f1b403f5bbbd0b099177d72b738c97e9986839fdc08cdc4015fa54361a759bbdf09bb6f096e9315c094bbc4b75186555374d10de81f1b3f3f834f9f00b5a
data/CHANGELOG.md CHANGED
@@ -6,50 +6,107 @@ 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
- ## [6.3.0] - 2026-06-01
16
+ ## [7.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.2
19
+
20
+ ## [6.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.1
23
+
24
+ ## [5.0.1] - 2022-05-23
18
25
  ### Fixed
19
- - Added the missing previous release entry to the changelog.
20
- ### Removed
21
- - Removed support for running this gem on Ruby < 3.2.
26
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
22
27
 
23
- ## [6.2.0] - 2026-05-30
28
+ ## [5.0.0] - 2022-05-23
24
29
  ### Added
25
- ### Changed
26
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
30
+ - Initial odd release supporting Ruby ~> 2.1
31
+
32
+ ## [4.0.2] - 2022-05-23
27
33
  ### Fixed
28
- ### Removed
29
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
34
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
30
35
 
31
- ## [6.1.1] - 2023-05-30
36
+ ## [4.0.1] - 2022-05-23
37
+ ### Fixed
38
+ - Ship rubocop config files in gem
39
+ - rubocop-lts.yml
40
+
41
+ ## [4.0.0] - 2022-05-22
32
42
  ### 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)
43
+ - Initial even release supporting Ruby >= 2.0
35
44
 
36
- ## [6.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.
45
+ ## [3.0.2] - 2022-05-23
46
+ ### Fixed
47
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
39
48
 
40
- ## [6.0.1] - 2022-06-08
49
+ ## [3.0.1] - 2022-05-23
50
+ ### Fixed
51
+ - Ship rubocop config files in gem
52
+ - rubocop-lts.yml
53
+
54
+ ## [3.0.0] - 2022-05-22
41
55
  ### Added
42
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
43
- - Improve, and dry up documentation
56
+ - Initial odd release supporting Ruby ~> 2.0
44
57
 
45
- ## [6.0.0] - 2022-05-23
58
+ ## [2.0.3] - 2022-05-23
59
+ ### Fixed
60
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
61
+
62
+ ## [2.0.2] - 2022-05-23
63
+ ### Fixed
64
+ - Ship rubocop config files in gem
65
+ - rubocop-lts.yml
66
+ - rubocop-lts1_8.yml
67
+
68
+ ## [2.0.1] - 2022-05-22
69
+ ### Fixed
70
+ - Documentation typos & gemspec URLs
71
+
72
+ ## [2.0.0] - 2022-05-22
46
73
  ### Added
47
- - Initial even release supporting Ruby >= 2.1
74
+ - Initial even release supporting Ruby >= 1.9
75
+
76
+ ## [1.0.3] - 2022-05-23
77
+ ### Fixed
78
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
79
+
80
+ ## [1.0.2] - 2022-05-23
81
+ ### Fixed
82
+ - Ship rubocop config files in gem
83
+ - rubocop-lts.yml
84
+ - rubocop-lts1_8.yml
85
+
86
+ ## [1.0.1] - 2022-05-22
87
+ ### Fixed
88
+ - Documentation typos & gemspec URLs
89
+
90
+ ## [1.0.0] - 2022-05-22
91
+ ### Added
92
+ - Initial odd release supporting Ruby ~> 1.9
48
93
 
49
- [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v6.3.0...HEAD
50
- [6.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.1.0...v6.1.1
51
- [6.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v6.1.0
52
- [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
53
- [6.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v6.0.0
54
- [6.2.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v6.1.1...v6.2.0
55
- [6.3.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/compare/v6.2.0...v6.3.0
94
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...HEAD
95
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
96
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
97
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
98
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
99
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
100
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
101
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
102
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
103
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
104
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
105
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
106
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
107
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
108
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
109
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
110
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
111
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
112
+ [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