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