rubocop-lts 8.1.1 → 9.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 51d286f0405f50005511cc859628b3d1a432e2f945d772d4ae484c1b161d8d89
4
- data.tar.gz: 9b0502f1f2a510bcfe672fead15bcac92106714e88e2c148fa7e8eaa398e9ac4
3
+ metadata.gz: 8fe824228b0092c9cb71f14175f7a15c8728ff36a145133ade20a9d26a23dec4
4
+ data.tar.gz: 8afa5e44928c60b9e21c3ade1eb8b5a45908986fa1f82b7371d09e713d71bb0a
5
5
  SHA512:
6
- metadata.gz: caa0cc2abd7b2d175a20623a7f83992aa2c4ee233a5961b194a10475bc457f240daa525c3f4ba66d13f9fa187f4d5b01ac316acb994146efcb1df8c7e242438f
7
- data.tar.gz: 79d9c44d83a87edfffdbd3e5ea1f2ae95ad72739bc84cc355692502a4bf7425ac2f6fe85b67482134317d66d8192e56d2c91f741c8658f0dcea97d0ffca3e23c
6
+ metadata.gz: 5c208efb8d7efb7339decc9bdccfbbb5d4efbb49ddc5ccc84eb4038326f42aec6ff712e4d6ff90ed1bfe8045c5a9a98bd017c3715f68b58dc16acae88c9f5fda
7
+ data.tar.gz: 721ea140a4b2e90426092997f579362b4782204f472916f43468422912c4abe9459d32724cf3ce1ff070181fcea54375194f1c055052a346d5c8cb48224c440f
data/CHANGELOG.md CHANGED
@@ -6,34 +6,117 @@ 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
- ## [8.1.1] - 2023-05-30
16
+ ## [9.0.0] - 2022-05-23
14
17
  ### Added
15
- - `config/base.yml` for all shared configs
16
- - `Rubocop::Lts.install_tasks` to roll-up rake tasks from dependencies (e.g. rubocop_gradual)
18
+ - Initial odd release supporting Ruby ~> 2.3
17
19
 
18
- ## [8.1.0] - 2023-05-22
19
- ### Removed
20
- - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
20
+ ## [8.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.2
23
+
24
+ ## [7.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 2.2
27
+
28
+ ## [6.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 2.1
21
31
 
22
- ## [8.0.2] - 2022-06-09
32
+ ## [5.0.1] - 2022-05-23
23
33
  ### Fixed
24
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
34
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
25
35
 
26
- ## [8.0.1] - 2022-06-09
36
+ ## [5.0.0] - 2022-05-23
27
37
  ### Added
28
- - Improve, and dry up documentation
38
+ - Initial odd release supporting Ruby ~> 2.1
29
39
 
30
- ## [8.0.0] - 2022-05-23
40
+ ## [4.0.2] - 2022-05-23
41
+ ### Fixed
42
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
43
+
44
+ ## [4.0.1] - 2022-05-23
45
+ ### Fixed
46
+ - Ship rubocop config files in gem
47
+ - rubocop-lts.yml
48
+
49
+ ## [4.0.0] - 2022-05-22
31
50
  ### Added
32
- - Initial even release supporting Ruby >= 2.2
51
+ - Initial even release supporting Ruby >= 2.0
52
+
53
+ ## [3.0.2] - 2022-05-23
54
+ ### Fixed
55
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
56
+
57
+ ## [3.0.1] - 2022-05-23
58
+ ### Fixed
59
+ - Ship rubocop config files in gem
60
+ - rubocop-lts.yml
61
+
62
+ ## [3.0.0] - 2022-05-22
63
+ ### Added
64
+ - Initial odd release supporting Ruby ~> 2.0
65
+
66
+ ## [2.0.3] - 2022-05-23
67
+ ### Fixed
68
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
69
+
70
+ ## [2.0.2] - 2022-05-23
71
+ ### Fixed
72
+ - Ship rubocop config files in gem
73
+ - rubocop-lts.yml
74
+ - rubocop-lts1_8.yml
75
+
76
+ ## [2.0.1] - 2022-05-22
77
+ ### Fixed
78
+ - Documentation typos & gemspec URLs
79
+
80
+ ## [2.0.0] - 2022-05-22
81
+ ### Added
82
+ - Initial even release supporting Ruby >= 1.9
83
+
84
+ ## [1.0.3] - 2022-05-23
85
+ ### Fixed
86
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
87
+
88
+ ## [1.0.2] - 2022-05-23
89
+ ### Fixed
90
+ - Ship rubocop config files in gem
91
+ - rubocop-lts.yml
92
+ - rubocop-lts1_8.yml
93
+
94
+ ## [1.0.1] - 2022-05-22
95
+ ### Fixed
96
+ - Documentation typos & gemspec URLs
97
+
98
+ ## [1.0.0] - 2022-05-22
99
+ ### Added
100
+ - Initial odd release supporting Ruby ~> 1.9
33
101
 
34
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.1.1...HEAD
35
- [8.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.1.0...v8.1.1
36
- [8.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.2...v8.1.0
37
- [8.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.1...v8.0.2
38
- [8.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v8.0.1
39
- [8.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v8.0.0
102
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...HEAD
103
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
104
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
105
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
106
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
107
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
108
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
109
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
110
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
111
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
112
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
113
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
114
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
115
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
116
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
117
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
118
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
119
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
120
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
121
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
122
+ [1.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/f0fcf8e7dbb4d884a01c7191e7f26ef8bf3b22af...v1.0.0
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/