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