rubocop-lts 6.1.1 → 7.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: e490bee637b0390eb885fb65659d4de0738d936c95c77e0d77e9b86a83e299ef
4
- data.tar.gz: 9014007da717991b8d0379a0b647e843776247cf09f0a4ec7757b57507b1e012
3
+ metadata.gz: eda540036ab1ac894685dfceac2fc6e28e457c8c2c768291098a139f607938c0
4
+ data.tar.gz: 636372e330d803948450d14a7307ad6bed64f4dd16f1ee5c561f901d7ab28903
5
5
  SHA512:
6
- metadata.gz: 42d383f54d1ac4689c200b625faf104e182d4db2783d3138d5008d967d0267001eadfe83a364e0894e06f0b413efd6efffe14a451020cdf88323690afba6d027
7
- data.tar.gz: b4753f8f497deacc2ad932c05f257e549387b795635fd0dc38630231f717d5120ab743cb00ddc95c2c6c9e076b257fd5d295f9bc18571c558ec4c81df5e7281c
6
+ metadata.gz: 8d5f21ff3cc213323639956adb06885971614d74fb96ce6e173e3d38477152fe09a4858abf81413bb9793e9244ca41f61f926d13e5f701b651bc683f4010cd2c
7
+ data.tar.gz: c483f1b403f5bbbd0b099177d72b738c97e9986839fdc08cdc4015fa54361a759bbdf09bb6f096e9315c094bbc4b75186555374d10de81f1b3f3f834f9f00b5a
data/CHANGELOG.md CHANGED
@@ -6,30 +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
10
- ### Fixed
11
- ### Removed
12
11
 
13
- ## [6.1.1] - 2023-05-30
14
- ### 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)
12
+ ### Fixed
17
13
 
18
- ## [6.1.0] - 2023-05-22
19
14
  ### Removed
20
- - Support for installs on Ruby < 2.7. Minimum runtime version is Ruby 2.7. Continues to analyze older Ruby.
21
15
 
22
- ## [6.0.1] - 2022-06-08
16
+ ## [7.0.0] - 2022-05-23
23
17
  ### Added
24
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
25
- - Improve, and dry up documentation
18
+ - Initial odd release supporting Ruby ~> 2.2
26
19
 
27
20
  ## [6.0.0] - 2022-05-23
28
21
  ### Added
29
22
  - Initial even release supporting Ruby >= 2.1
30
23
 
31
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.1.1...HEAD
32
- [6.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.1.0...v6.1.1
33
- [6.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.1...v6.1.0
34
- [6.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v6.0.1
35
- [6.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v6.0.0
24
+ ## [5.0.1] - 2022-05-23
25
+ ### Fixed
26
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
27
+
28
+ ## [5.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial odd release supporting Ruby ~> 2.1
31
+
32
+ ## [4.0.2] - 2022-05-23
33
+ ### Fixed
34
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
35
+
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
42
+ ### Added
43
+ - Initial even release supporting Ruby >= 2.0
44
+
45
+ ## [3.0.2] - 2022-05-23
46
+ ### Fixed
47
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
48
+
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
55
+ ### Added
56
+ - Initial odd release supporting Ruby ~> 2.0
57
+
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
73
+ ### Added
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
93
+
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/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/