rubocop-lts 4.1.1 → 5.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: 3e27768832f384b014d2a5c11fc6ba56adc2402c2c0c45784bbf3b5fb88c963d
4
- data.tar.gz: 9c67629f9b5f4d163a6e17fccecb584d332f0e428749ba4d316a38385c72d9a4
3
+ metadata.gz: 3302d9373b6cadd26b28b4468047308f3b1fb8979bbaaee8249350ef11f9beed
4
+ data.tar.gz: e39e946d8b0bf340afec4fb6a635f695334865b3ea54b6717dc9791ad85c9de2
5
5
  SHA512:
6
- metadata.gz: a29146e7000b80cd83463829eea947f716428637eb1fdfb16f63f09dd029fd7088a92e0f67faf10d21ad9a65ba5975c4a71c348727da96f8514bed1896174479
7
- data.tar.gz: 955faa96294609629d2229dc01dfbf06926e932531217f3799befec31baff85ea39a630cb1074e08d290f4febd3de35084bc4307a5e91bf4e6dfda33d7bf3f85
6
+ metadata.gz: 8360b0b7004a9a7694ae42a8ddb3de6008377142420a9fb91cceae773efc5631bcdb6b2b7b8bc129e20e5b469c0298400e50b85b2eff352d899e35f0be78639b
7
+ data.tar.gz: b9559ecba7a29e0a6f97e0b05ea6cf757cc59b197c8c6aca201e2db750ff3d6028c06b3cd66f643d599b088abb5f905d86b3d01896c6b61834b79c71f8d9352d
data/CHANGELOG.md CHANGED
@@ -6,48 +6,72 @@ 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
- ## [4.1.1] - 2023-05-30
16
+ ## [5.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.1
17
19
 
18
- ## [4.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
+ ## [4.0.1] - 2022-05-23
21
+ ### Fixed
22
+ - Ship rubocop config files in gem
23
+ - rubocop-lts.yml
21
24
 
22
- ## [4.0.3] - 2022-06-08
25
+ ## [4.0.0] - 2022-05-22
23
26
  ### Added
24
- - Improve, and dry up documentation
27
+ - Initial even release supporting Ruby >= 2.0
28
+
29
+ ## [3.0.1] - 2022-05-23
25
30
  ### Fixed
26
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
31
+ - Ship rubocop config files in gem
32
+ - rubocop-lts.yml
27
33
 
28
- ## [4.0.3] - 2022-06-08
34
+ ## [3.0.0] - 2022-05-22
29
35
  ### Added
30
- - Improve, and dry up documentation
36
+ - Initial odd release supporting Ruby ~> 2.0
37
+
38
+ ## [2.0.2] - 2022-05-23
31
39
  ### Fixed
32
- - Allow install up to Ruby < 4, which allows running against current Ruby HEAD @ 3.2-dev
40
+ - Ship rubocop config files in gem
41
+ - rubocop-lts.yml
42
+ - rubocop-lts1_8.yml
33
43
 
34
- ## [4.0.2] - 2022-05-23
44
+ ## [2.0.1] - 2022-05-22
35
45
  ### Fixed
36
- - Make rubocop config files load ruby specific config from relevant rubocop-ruby*_* gem
46
+ - Documentation typos & gemspec URLs
37
47
 
38
- ## [4.0.1] - 2022-05-23
48
+ ## [2.0.0] - 2022-05-22
49
+ ### Added
50
+ - Initial even release supporting Ruby >= 1.9
51
+
52
+ ## [1.0.2] - 2022-05-23
39
53
  ### Fixed
40
54
  - Ship rubocop config files in gem
41
55
  - rubocop-lts.yml
56
+ - rubocop-lts1_8.yml
42
57
 
43
- ## [4.0.0] - 2022-05-22
58
+ ## [1.0.1] - 2022-05-22
59
+ ### Fixed
60
+ - Documentation typos & gemspec URLs
61
+
62
+ ## [1.0.0] - 2022-05-22
44
63
  ### Added
45
- - Initial even release supporting Ruby >= 2.0
64
+ - Initial odd release supporting Ruby ~> 1.9
46
65
 
47
- [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.1.1...HEAD
48
- [4.1.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.1.0...v4.1.1
49
- [4.1.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.3...v4.1.0
50
- [4.0.3]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.2...v4.0.3
51
- [4.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v4.0.2
66
+ [Unreleased]: https://github.com/rubocop-lts/rubocop-lts/compare/v5.0.0...HEAD
67
+ [5.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.1...v5.0.0
52
68
  [4.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v4.0.0...v4.0.1
53
- [4.0.0]: https://gitlab.com/rubocop-lts/rubocop-lts/-/tags/v4.0.0
69
+ [4.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.1...v4.0.0
70
+ [3.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v3.0.0...v3.0.1
71
+ [3.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.2...v3.0.0
72
+ [2.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.1...v2.0.2
73
+ [2.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v2.0.0...v2.0.1
74
+ [2.0.0]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v2.0.0
75
+ [1.0.2]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.1...v1.0.2
76
+ [1.0.1]: https://github.com/rubocop-lts/rubocop-lts/compare/v1.0.0...v1.0.1
77
+ [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/