rubocop-lts 18.2.1 → 19.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: 6d30bfe8a753dff1ef4e21ce818c876ed1ef7a38fff5d1ad05f67d86821687ed
4
- data.tar.gz: f6b3aad2a7635bc6699953c50d4ef67757757bd9fec35c301fcbf1f0a4c69da5
3
+ metadata.gz: 24bb066f8a8fc8a018f8684e3ea3e659e03388f6c93ebe4f9d22b3da85d3a38e
4
+ data.tar.gz: 053ac88079993fa9b69d81c765413db71be95f12c25fb785935ced9df66a41dc
5
5
  SHA512:
6
- metadata.gz: 6a142e1a6aae901f569b2ed624a66febc4ab148ab215aebe9ac6f14e201735c7311d51dc2280af649af600bb1f2c4d7d25d5d7a0ddc15d7894953a53d8a3138a
7
- data.tar.gz: 19af6e3fa6c7ebe1a24309c6d27c272912b5abb4672ca4b0620d635763b869ed7aee0643fd47761c4eab949aae27807f776fa454acf882eae9de81780db01c83
6
+ metadata.gz: 043b894f3fbb2d0ff7ebdf4141754ff5936e47298727649f7e51fd874d21d1b72607765be95c647429a787277bdd467bf84d9535cb4f6b165a6efd8db4ffdc67
7
+ data.tar.gz: 12aa196aa01756aacdeff70280cd024135ba9db32d0dcfc06e2622d51448c7a146212fef60f6520d2dc2d0e7f3275bf0595dca8ba9d91da3f3ba39940b4adedf
data/CHANGELOG.md CHANGED
@@ -6,46 +6,167 @@ 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
- ## [18.2.1] - 2023-05-30
16
+ ## [19.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 ~> 3.0
17
19
 
18
- ## [18.2.0] - 2023-05-22
19
- ### Changed
20
- - Bumped dependency rubocop-ruby2_7 to ~> 2.0.4
20
+ ## [18.0.0] - 2022-05-23
21
+ ### Added
22
+ - Initial even release supporting Ruby >= 2.7
21
23
 
22
- ## [18.1.0] - 2023-03-16
24
+ ## [17.0.0] - 2022-05-23
23
25
  ### Added
24
- - Certificate for signing gem releases
25
- - Gemspec metadata
26
- - funding_uri
27
- - SHA256 and SHA512 Checksums for release
28
- ### Changed
29
- - Bumped dependency rubocop-ruby2_7 to ~> 1.1.3
30
- - Allows rubocop ~> 1.48.1
31
- - Compatible with rubocop-packaging ~> 0.5.2
32
- - Gem releases are now cryptographically signed
26
+ - Initial odd release supporting Ruby ~> 2.7
33
27
 
34
- ## [18.0.1] - 2022-06-09
28
+ ## [16.0.0] - 2022-05-23
35
29
  ### Added
36
- - Improve, and dry up documentation
37
- ### Changed
38
- - Bumped dependency rubocop-ruby2_7 to ~> 1.0.6
30
+ - Initial even release supporting Ruby >= 2.6
31
+
32
+ ## [15.0.0] - 2022-05-23
33
+ ### Added
34
+ - Initial odd release supporting Ruby ~> 2.6
35
+
36
+ ## [14.0.0] - 2022-05-23
37
+ ### Added
38
+ - Initial even release supporting Ruby >= 2.5
39
+
40
+ ## [13.0.0] - 2022-05-23
41
+ ### Added
42
+ - Initial odd release supporting Ruby ~> 2.5
43
+
44
+ ## [12.0.0] - 2022-05-23
45
+ ### Added
46
+ - Initial even release supporting Ruby >= 2.4
47
+
48
+ ## [11.0.0] - 2022-05-23
49
+ ### Added
50
+ - Initial odd release supporting Ruby ~> 2.4
51
+
52
+ ## [10.0.0] - 2022-05-23
53
+ ### Added
54
+ - Initial even release supporting Ruby >= 2.3
55
+
56
+ ## [9.0.0] - 2022-05-23
57
+ ### Added
58
+ - Initial odd release supporting Ruby ~> 2.3
59
+
60
+ ## [8.0.0] - 2022-05-23
61
+ ### Added
62
+ - Initial even release supporting Ruby >= 2.2
63
+
64
+ ## [7.0.0] - 2022-05-23
65
+ ### Added
66
+ - Initial odd release supporting Ruby ~> 2.2
67
+
68
+ ## [6.0.0] - 2022-05-23
69
+ ### Added
70
+ - Initial even release supporting Ruby >= 2.1
71
+
72
+ ## [5.0.1] - 2022-05-23
39
73
  ### Fixed
40
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
74
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
41
75
 
42
- ## [18.0.0] - 2022-05-23
76
+ ## [5.0.0] - 2022-05-23
43
77
  ### Added
44
- - Initial even release supporting Ruby >= 2.7
78
+ - Initial odd release supporting Ruby ~> 2.1
79
+
80
+ ## [4.0.2] - 2022-05-23
81
+ ### Fixed
82
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
83
+
84
+ ## [4.0.1] - 2022-05-23
85
+ ### Fixed
86
+ - Ship rubocop config files in gem
87
+ - rubocop-lts.yml
88
+
89
+ ## [4.0.0] - 2022-05-22
90
+ ### Added
91
+ - Initial even release supporting Ruby >= 2.0
92
+
93
+ ## [3.0.2] - 2022-05-23
94
+ ### Fixed
95
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
96
+
97
+ ## [3.0.1] - 2022-05-23
98
+ ### Fixed
99
+ - Ship rubocop config files in gem
100
+ - rubocop-lts.yml
101
+
102
+ ## [3.0.0] - 2022-05-22
103
+ ### Added
104
+ - Initial odd release supporting Ruby ~> 2.0
105
+
106
+ ## [2.0.3] - 2022-05-23
107
+ ### Fixed
108
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
109
+
110
+ ## [2.0.2] - 2022-05-23
111
+ ### Fixed
112
+ - Ship rubocop config files in gem
113
+ - rubocop-lts.yml
114
+ - rubocop-lts1_8.yml
115
+
116
+ ## [2.0.1] - 2022-05-22
117
+ ### Fixed
118
+ - Documentation typos & gemspec URLs
119
+
120
+ ## [2.0.0] - 2022-05-22
121
+ ### Added
122
+ - Initial even release supporting Ruby >= 1.9
123
+
124
+ ## [1.0.3] - 2022-05-23
125
+ ### Fixed
126
+ - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
127
+
128
+ ## [1.0.2] - 2022-05-23
129
+ ### Fixed
130
+ - Ship rubocop config files in gem
131
+ - rubocop-lts.yml
132
+ - rubocop-lts1_8.yml
133
+
134
+ ## [1.0.1] - 2022-05-22
135
+ ### Fixed
136
+ - Documentation typos & gemspec URLs
137
+
138
+ ## [1.0.0] - 2022-05-22
139
+ ### Added
140
+ - Initial odd release supporting Ruby ~> 1.9
45
141
 
46
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.2.1...HEAD
47
- [18.2.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.2.0...v18.2.1
48
- [18.2.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.1.0...v18.2.0
49
- [18.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.1...v18.1.0
50
- [18.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v18.0.1
51
- [18.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v18.0.0
142
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v19.0.0...HEAD
143
+ [19.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v18.0.0...v19.0.0
144
+ [18.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v17.0.0...v18.0.0
145
+ [17.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v16.0.0...v17.0.0
146
+ [16.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v15.0.0...v16.0.0
147
+ [15.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v14.0.0...v15.0.0
148
+ [14.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v13.0.0...v14.0.0
149
+ [13.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v12.0.0...v13.0.0
150
+ [12.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v11.0.0...v12.0.0
151
+ [11.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v10.0.0...v11.0.0
152
+ [10.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v9.0.0...v10.0.0
153
+ [9.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v8.0.0...v9.0.0
154
+ [8.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v7.0.0...v8.0.0
155
+ [7.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v6.0.0...v7.0.0
156
+ [6.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.1...v6.0.0
157
+ [5.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...v5.0.1
158
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v5.0.0
159
+ [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
160
+ [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
161
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.2...v4.0.0
162
+ [3.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v3.0.2
163
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
164
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.3...v3.0.0
165
+ [2.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v2.0.3
166
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
167
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
168
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.3...v2.0.0
169
+ [1.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.2...v1.0.3
170
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
171
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
172
+ [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/