rubocop-lts 12.1.1 → 13.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: cbbf70a1090c1164a1fd9c39c3253da3069dde3b3f20b8d95af133e641847785
4
- data.tar.gz: a7e5172b8a29332667edf3a42e46e02fdfb4feb47537c156c0fed313b74bd96e
3
+ metadata.gz: f2a71a12caf3ec0368cfbf476589600e48a40b516dcc713429e856fbeba01704
4
+ data.tar.gz: d529e1e5b87ab7d09ff171937e9de089120ab140025a84c4f8de550e4bb9cf2a
5
5
  SHA512:
6
- metadata.gz: 90a8d24ae63c3edff2b85f137ac077ef28a60f85c3ed3b65dc086ecd42b4ae92ddc8149f1a0798bb5089d44b69d6a18337757fb68b0300e3f91ba2e1e51a4f56
7
- data.tar.gz: a93b0fb6bca5ff4cc3c7086b76f33441caa8fb6ca8454dfc85ab99ccd86ddd341c3174752d1cb8f0ecaded124d99599bcdff8ea3fbea0d7e0624e5f15fedf5c9
6
+ metadata.gz: 20705517973b2c4a86b4713af165a08d60ac602bf1cddffd3b7b48e07c5d22a2f3240ddd168e3aa7595ca8695b99d0b5045e072ace65da34f0fe56845e13784e
7
+ data.tar.gz: a1f24b722fa3cab0236009fad5794ac608b3b57ea19e37fe64caa86bb04de0ed7e2fec2e6a0a858fed912675af48416e295db09c6990b9e38f0a2ae526ba8bbd
data/CHANGELOG.md CHANGED
@@ -6,31 +6,137 @@ 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
- ## [12.1.1] - 2023-05-30
16
+ ## [13.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.4
17
19
 
18
- ## [12.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
+ ## [12.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.4
23
+
24
+ ## [11.0.0] - 2022-05-23
25
+ ### Added
26
+ - Initial odd release supporting Ruby ~> 2.4
27
+
28
+ ## [10.0.0] - 2022-05-23
29
+ ### Added
30
+ - Initial even release supporting Ruby >= 2.3
31
+
32
+ ## [9.0.0] - 2022-05-23
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 2.3
35
+
36
+ ## [8.0.0] - 2022-05-23
37
+ ### Added
38
+ - Initial even release supporting Ruby >= 2.2
39
+
40
+ ## [7.0.0] - 2022-05-23
41
+ ### Added
42
+ - Initial odd release supporting Ruby ~> 2.2
43
+
44
+ ## [6.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.1
21
47
 
22
- ## [12.0.1] - 2022-06-09
48
+ ## [5.0.1] - 2022-05-23
23
49
  ### Fixed
24
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
50
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
51
+
52
+ ## [5.0.0] - 2022-05-23
25
53
  ### Added
26
- - Improve, and dry up documentation
54
+ - Initial odd release supporting Ruby ~> 2.1
27
55
 
28
- ## [12.0.0] - 2022-05-23
56
+ ## [4.0.2] - 2022-05-23
57
+ ### Fixed
58
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
59
+
60
+ ## [4.0.1] - 2022-05-23
61
+ ### Fixed
62
+ - Ship rubocop config files in gem
63
+ - rubocop-lts.yml
64
+
65
+ ## [4.0.0] - 2022-05-22
29
66
  ### Added
30
- - Initial even release supporting Ruby >= 2.4
67
+ - Initial even release supporting Ruby >= 2.0
68
+
69
+ ## [3.0.2] - 2022-05-23
70
+ ### Fixed
71
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
72
+
73
+ ## [3.0.1] - 2022-05-23
74
+ ### Fixed
75
+ - Ship rubocop config files in gem
76
+ - rubocop-lts.yml
77
+
78
+ ## [3.0.0] - 2022-05-22
79
+ ### Added
80
+ - Initial odd release supporting Ruby ~> 2.0
81
+
82
+ ## [2.0.3] - 2022-05-23
83
+ ### Fixed
84
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
85
+
86
+ ## [2.0.2] - 2022-05-23
87
+ ### Fixed
88
+ - Ship rubocop config files in gem
89
+ - rubocop-lts.yml
90
+ - rubocop-lts1_8.yml
91
+
92
+ ## [2.0.1] - 2022-05-22
93
+ ### Fixed
94
+ - Documentation typos & gemspec URLs
95
+
96
+ ## [2.0.0] - 2022-05-22
97
+ ### Added
98
+ - Initial even release supporting Ruby >= 1.9
99
+
100
+ ## [1.0.3] - 2022-05-23
101
+ ### Fixed
102
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
103
+
104
+ ## [1.0.2] - 2022-05-23
105
+ ### Fixed
106
+ - Ship rubocop config files in gem
107
+ - rubocop-lts.yml
108
+ - rubocop-lts1_8.yml
109
+
110
+ ## [1.0.1] - 2022-05-22
111
+ ### Fixed
112
+ - Documentation typos & gemspec URLs
113
+
114
+ ## [1.0.0] - 2022-05-22
115
+ ### Added
116
+ - Initial odd release supporting Ruby ~> 1.9
31
117
 
32
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.1.1...HEAD
33
- [12.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.1.0...v12.1.1
34
- [12.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.1...v12.1.0
35
- [12.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v12.0.1
36
- [12.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v12.0.0
118
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...HEAD
119
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
120
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
121
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
122
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
123
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
124
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
125
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
126
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
127
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
128
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
129
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
130
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
131
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
132
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
133
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
134
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
135
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
136
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
137
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
138
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
139
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
140
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
141
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
142
+ [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/