rubocop-lts 4.2.0 → 5.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: 9cacd1d9ce18fb6397feb8a6996da7a40017fa730198019130d903206bb461e5
4
- data.tar.gz: fbbfa144e0475818e2994cbccc0fcda4482c0599e2803d0351669f6c3940acfe
3
+ metadata.gz: 3302d9373b6cadd26b28b4468047308f3b1fb8979bbaaee8249350ef11f9beed
4
+ data.tar.gz: e39e946d8b0bf340afec4fb6a635f695334865b3ea54b6717dc9791ad85c9de2
5
5
  SHA512:
6
- metadata.gz: b4337fabe9b2cb222b0ce201171617c9e7c8a45dae5bbe10e381440b928319baad0d0c1af5b7fe851e4f3db4627d04f24da4e8427dc326ddea3f9310c6cab954
7
- data.tar.gz: 74341e0cf2b5c6d3978907cf7e77cda05870fdf78e89ddf82349c2194adbf95f4d85a2eaf6c55e28e2f4bcb7a125244b8c5cc8b7eab38acdb118fd646f86b7ef
6
+ metadata.gz: 8360b0b7004a9a7694ae42a8ddb3de6008377142420a9fb91cceae773efc5631bcdb6b2b7b8bc129e20e5b469c0298400e50b85b2eff352d899e35f0be78639b
7
+ data.tar.gz: b9559ecba7a29e0a6f97e0b05ea6cf757cc59b197c8c6aca201e2db750ff3d6028c06b3cd66f643d599b088abb5f905d86b3d01896c6b61834b79c71f8d9352d
data/CHANGELOG.md CHANGED
@@ -6,50 +6,72 @@ 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
10
- - Updated the `standard-rubocop-lts` dependency floor to `2.0.0`.
11
+
11
12
  ### Fixed
13
+
12
14
  ### Removed
13
- - Removed remaining `rubocop-shopify` usage from the active development toolchain.
14
15
 
15
- ## [4.1.1] - 2023-05-30
16
+ ## [5.0.0] - 2022-05-23
16
17
  ### Added
17
- - `config/base.yml` for all shared configs
18
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
18
+ - Initial odd release supporting Ruby >= 2.1
19
19
 
20
- ## [4.1.0] - 2023-05-22
21
- ### Removed
22
- - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
20
+ ## [4.0.1] - 2022-05-23
21
+ ### Fixed
22
+ - Ship rubocop config files in gem
23
+ - rubocop-lts.yml
23
24
 
24
- ## [4.0.3] - 2022-06-08
25
+ ## [4.0.0] - 2022-05-22
25
26
  ### Added
26
- - Improve, and dry up documentation
27
+ - Initial even release supporting Ruby >= 2.0
28
+
29
+ ## [3.0.1] - 2022-05-23
27
30
  ### Fixed
28
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
31
+ - Ship rubocop config files in gem
32
+ - rubocop-lts.yml
29
33
 
30
- ## [4.0.3] - 2022-06-08
34
+ ## [3.0.0] - 2022-05-22
31
35
  ### Added
32
- - Improve, and dry up documentation
36
+ - Initial odd release supporting Ruby ~> 2.0
37
+
38
+ ## [2.0.2] - 2022-05-23
33
39
  ### Fixed
34
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
40
+ - Ship rubocop config files in gem
41
+ - rubocop-lts.yml
42
+ - rubocop-lts1_8.yml
35
43
 
36
- ## [4.0.2] - 2022-05-23
44
+ ## [2.0.1] - 2022-05-22
37
45
  ### Fixed
38
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
46
+ - Documentation typos & gemspec URLs
39
47
 
40
- ## [4.0.1] - 2022-05-23
48
+ ## [2.0.0] - 2022-05-22
49
+ ### Added
50
+ - Initial even release supporting Ruby >= 1.9
51
+
52
+ ## [1.0.2] - 2022-05-23
41
53
  ### Fixed
42
54
  - Ship rubocop config files in gem
43
55
  - rubocop-lts.yml
56
+ - rubocop-lts1_8.yml
44
57
 
45
- ## [4.0.0] - 2022-05-22
58
+ ## [1.0.1] - 2022-05-22
59
+ ### Fixed
60
+ - Documentation typos & gemspec URLs
61
+
62
+ ## [1.0.0] - 2022-05-22
46
63
  ### Added
47
- - Initial even release supporting Ruby >= 2.0
64
+ - Initial odd release supporting Ruby ~> 1.9
48
65
 
49
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.1.1...HEAD
50
- [4.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.1.0...v4.1.1
51
- [4.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v4.1.0
52
- [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
53
- [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
66
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...HEAD
67
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v5.0.0
54
68
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
55
- [4.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v4.0.0
69
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v4.0.0
70
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
71
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v3.0.0
72
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
73
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
74
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
75
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
76
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
77
+ [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