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