rubocop-ruby3_1 1.1.1 β 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +19 -7
- data/README.md +35 -22
- data/SECURITY.md +3 -3
- data/lib/rubocop/ruby3_1/version.rb +1 -1
- data.tar.gz.sig +1 -0
- metadata +34 -6
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8b8ff7a9a5ef74ef2a0f9cb5c9b78094bdb1b0dc19507867ce157be8ccdca02a
|
4
|
+
data.tar.gz: 6bcc9193f10a02a50eddd097508af6cafe5e323d613a5e7bbec08b17d77fdb52
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da987027f017b49a108dda7bbc2a413e178e41b5192b1398db985aaee496ecbe88a59679551a421fc6c287a76508b7dbbbf25f38d566b4e9bf9eaa524d485f5e
|
7
|
+
data.tar.gz: 2fe59da79f094a0775162b90c06fa4e6337820145434c0c6fbd19d65f68893f353ba683ffe67c3a7198a22748753559c1cdaf5aa73e76022a15c062afcee0289
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -10,30 +10,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
10
10
|
### Fixed
|
11
11
|
### Removed
|
12
12
|
|
13
|
+
## [1.1.3] 2022-12-18
|
14
|
+
### Added
|
15
|
+
* Linting to fix CI build
|
16
|
+
* Improved Rakefile for YARD docs
|
17
|
+
* Improved Documentation related to Three Guarantees
|
18
|
+
|
19
|
+
## [1.1.2] 2022-12-18
|
20
|
+
### Added
|
21
|
+
* Release is securely signed by author
|
22
|
+
|
13
23
|
## [1.1.1] 2022-12-17
|
14
24
|
### Changed
|
15
|
-
* Update to rubocop
|
25
|
+
* Update to rubocop `~> 1.40.0`
|
16
26
|
* Improved CI workflows (still on GitHub)
|
17
27
|
|
18
28
|
## [1.1.0] 2022-12-7
|
19
29
|
### Changed
|
20
|
-
* Update to rubocop
|
21
|
-
* Gem release is now securely signed by author
|
30
|
+
* Update to rubocop `~> 1.39.0`
|
22
31
|
* Migration from GitHub to GitLab [ref](https://github.com/actions/toolkit/issues/1214)
|
32
|
+
### Added
|
33
|
+
* Gem release ships with `SHA512` and `SHA256` checksums
|
23
34
|
|
24
35
|
## [1.0.6] 2022-06-08
|
25
36
|
### Changed
|
26
|
-
* Update to rubocop 1.30.1
|
37
|
+
* Update to rubocop `~> 1.30.1`
|
27
38
|
* Removed test_files from gemspec
|
28
39
|
* Add binstubs for bundle, rake, rspec, and rubocop
|
29
40
|
|
30
41
|
## [1.0.5] 2022-06-05
|
31
42
|
### Changed
|
32
|
-
* Update to rubocop 1.30.0
|
43
|
+
* Update to rubocop `~> 1.30.0`
|
33
44
|
|
34
45
|
## [1.0.4] 2022-05-23
|
35
46
|
### Changed
|
36
|
-
* Update to rubocop 1.29.1
|
47
|
+
* Update to rubocop `~> 1.29.1`
|
37
48
|
|
38
49
|
## [1.0.3] 2022-05-23
|
39
50
|
### Added
|
@@ -53,7 +64,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
53
64
|
### Added
|
54
65
|
* Initial release
|
55
66
|
|
56
|
-
[Unreleased]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.1.
|
67
|
+
[Unreleased]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.1.2...HEAD
|
68
|
+
[1.1.2]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.1.1...v1.1.2
|
57
69
|
[1.1.1]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.1.0...v1.1.1
|
58
70
|
[1.1.0]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.0.6...v1.1.0
|
59
71
|
[1.0.6]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.0.5...v1.0.6
|
data/README.md
CHANGED
@@ -101,32 +101,41 @@ The purpose of this gem is to constrain the `rubocop` dependency of a project in
|
|
101
101
|
a [SemVer compliant](https://semver.org/) (Semantic Versioning) way that aligns with the the desired minimum
|
102
102
|
compatible/supported Ruby version.
|
103
103
|
|
104
|
-
## Ruby Version Support
|
104
|
+
## Ruby Version Support
|
105
105
|
|
106
106
|
Adding this gem will facilitate the best practice of adding a `~> ` version constrained `rubocop` dependency, while
|
107
107
|
minimizing the risk of a rubocop minor / patch upgrade breaking the build. See the
|
108
108
|
official [compatibility matrix][rubocop-matrix] for `rubocop`.
|
109
109
|
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
110
|
+
### Three Guarantees
|
111
|
+
|
112
|
+
`rubocop-ruby3_1` (this gem) will install a version of `rubocop` which will
|
113
|
+
**install** on (1), **run** on (2), and **analyze code** (3) intended to support any version of Ruby >= 3.1.
|
114
|
+
|
115
|
+
Any change to any of those three abilities would require a major version bump.
|
116
|
+
Each [spring `rubocop` drops]([rubocop-matrix]) the ability to **install** and **run** `rubocop` on an EOL'd Ruby.
|
117
|
+
Eventually `rubocop` will drop the ability to **analyze code** intended to support an EOL'd Ruby,
|
118
|
+
as they already have for Ruby 1.8 and 1.9.
|
119
|
+
When the `rubocop` team makes any of these changes they typically only bump the minor version of ruby,
|
120
|
+
in violation of SemVer. This is a primary _raison dβΓͺtre_ for this project.
|
121
|
+
|
122
|
+
### A Gem Family
|
123
|
+
|
124
|
+
The `rubocop-lts` series of gems has a version supporting any version of Ruby you need.
|
125
|
+
They can be used as development dependencies for libraries or applications.
|
126
|
+
|
127
|
+
- [`rubocop-ruby1_9`][rr19]
|
128
|
+
- [Still supporting Ruby 1.8?][what1_8]
|
129
|
+
- [`rubocop-ruby2_0`][rr20]
|
130
|
+
- [`rubocop-ruby2_1`][rr21]
|
131
|
+
- [`rubocop-ruby2_2`][rr22]
|
132
|
+
- [`rubocop-ruby2_3`][rr23]
|
133
|
+
- [`rubocop-ruby2_4`][rr24]
|
134
|
+
- [`rubocop-ruby2_5`][rr25]
|
135
|
+
- [`rubocop-ruby2_6`][rr26]
|
136
|
+
- [`rubocop-ruby2_7`][rr27]
|
137
|
+
- [`rubocop-ruby3_0`][rr30]
|
138
|
+
- [`rubocop-ruby3_1`][rr31]
|
130
139
|
|
131
140
|
[rr19]: https://gitlab.com/rubocop-lts/rubocop-ruby1_9
|
132
141
|
[rr20]: https://gitlab.com/rubocop-lts/rubocop-ruby2_0
|
@@ -144,7 +153,11 @@ official [compatibility matrix][rubocop-matrix] for `rubocop`.
|
|
144
153
|
|
145
154
|
## πΏ Stable
|
146
155
|
|
147
|
-
All releases of this gem are stable releases.
|
156
|
+
All releases of this gem are stable releases.
|
157
|
+
We do not release new versions for every release of `rubocop`.
|
158
|
+
A typical release cycle for a gem in the `rubocop-lts` family is roughly every six months,
|
159
|
+
though eventually analysis support for an old version of Ruby will be dropped.
|
160
|
+
When that happens releases of the `rubocop-lts` gem for that version of Ruby will (mostly) cease.
|
148
161
|
|
149
162
|
## β¨ Installation
|
150
163
|
|
data/SECURITY.md
CHANGED
data.tar.gz.sig
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
VοΏ½aXοΏ½οΏ½jοΏ½#οΏ½οΏ½ΧΏ3οΏ½οΏ½οΏ½bΧp<οΏ½aοΏ½NJ*οΏ½οΏ½2ΜοΏ½οΏ½οΏ½οΏ½jGt.οΏ½οΏ½OΝΉοΏ½xοΏ½οΏ½}οΏ½uοΏ½οΏ½οΏ½MyοΏ½οΏ½οΏ½οΏ½AοΏ½IοΏ½οΏ½Χ"οΏ½reοΏ½aοΏ½οΏ½Γ<οΏ½CοΏ½gοΏ½οΏ½οΏ½οΏ½4eοΏ½2οΏ½οΏ½?οΏ½οΏ½7 +οΏ½Β΄οΏ½CοΏ½οΏ½DAjCοΏ½οΏ½,#N0οΏ½οΏ½οΏ½οΏ½|[9οΏ½$οΏ½9οΏ½]οΏ½οΏ½@οΏ½οΏ½6οΏ½οΏ½οΏ½yοΏ½Χ_9οΏ½οΏ½PοΏ½KοΏ½1οΏ½%'οΏ½οΏ½οΏ½jοΏ½οΏ½U"vοΏ½οΏ½KοΏ½οΏ½+6ΫοΏ½ οΏ½ViοΏ½οΏ½|οΏ½}οΏ½οΏ½οΏ½>hοΏ½οΏ½οΏ½$οΏ½<gοΏ½xοΏ½οΏ½ΫοΏ½DcοΏ½οΏ½NοΏ½οΏ½;οΏ½,ΗοΏ½sοΏ½mοΏ½S?οΏ½|ΖΈοΏ½wοΏ½sοΏ½YοΏ½LοΏ½N_οΏ½οΏ½οΏ½οΏ½οΏ½οΏ½
|
metadata
CHANGED
@@ -1,14 +1,42 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-ruby3_1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
|
-
cert_chain:
|
11
|
-
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
|
14
|
+
ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
|
15
|
+
A2NvbTAeFw0yMjA5MTgyMzEyMzBaFw0yMzA5MTgyMzEyMzBaMEMxFTATBgNVBAMM
|
16
|
+
DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
|
17
|
+
LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEA2Dn1GM3W
|
18
|
+
8K2/rvN1zz+06bQMcxD16ZKTihVwi7Pb1v3T98rM4Omnxohm3s+CwpDWGeiB9pj6
|
19
|
+
0I/CTce0e4e3s8GKJSOrg93veImPSoH2PfsMsRsuB8wtqyiOCjLbF5o6S29x87r0
|
20
|
+
LA5EawH+Lh4xqrkkPjdffsmLk7TaCig/vlmNvnzxXKBdey/X/aEJZXzzBiWRfVdh
|
21
|
+
O1fmMbVKyieGv9HK7+pLotIoT08bjDv8NP6V7zZslwQRqW27bQc6cqC2LGIbTYO3
|
22
|
+
3jt1kQxfMWmhOictS6SzG9VtKSrXf0L4Neq0Gh7CLBZBvJFWJYZPfb92YNITDbd8
|
23
|
+
emPOAQlXXNMN4mMXsEqtEhCPZRMnmwO+fOk/cC4AyglKi9lnQugCQoFV1XDMZST/
|
24
|
+
CYbzdQyadOdPDInTntG6V+Uw51d2QGXZ6PDDfrx9+toc/3sl5h68rCUGgE6Q3jPz
|
25
|
+
srinqmBsxv2vTpmd4FjmiAtEnwH5/ooLpQYL8UdAjEoeysxS3AwIh+5dAgMBAAGj
|
26
|
+
fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQWU6D156a2cle+
|
27
|
+
lb5RBfvVXlxTwjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
|
28
|
+
A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
|
29
|
+
ggGBAJ4SqhPlgUiLYIrphGXIaxXScHyvx4kixuvdrwhI4VoQV2qXvO7R6ZjOXVwX
|
30
|
+
f/z84BWPiTZ8lzThPbt1UV/BGwkvLw9I4RjOdzvUz3J42j9Ly6q63isall07bo3F
|
31
|
+
QWe/OBvIMBF1IbjC3q5vKPg4rq8+TkNRJNoE86U2gfR+PkW3jYYs9uiy0GloHDCP
|
32
|
+
k5xgaj0vSL0Uy5mTOPdk3K6a/sUGZyYniWK05zdhIi956ynhfGaFO988FFdVw5Jq
|
33
|
+
LHtXfIpAU8F7ES04syZSslxOluw7VlcSKyRdVIr737J92ZTduppB4PRGSKRgBsWV
|
34
|
+
hXTahRE72Kyw53Q7FAuzF3v102WxAAQ7BuMjW+MyCUT75fwPm3W4ELPL8HYkNGE7
|
35
|
+
2oA5CPghFitRnvYS3GNrDG+9bNiRMEskeaBYwZ9UgReBQIwGYVj7LZk3UhiAsn44
|
36
|
+
gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
|
37
|
+
4/bR9A==
|
38
|
+
-----END CERTIFICATE-----
|
39
|
+
date: 2022-12-18 00:00:00.000000000 Z
|
12
40
|
dependencies:
|
13
41
|
- !ruby/object:Gem::Dependency
|
14
42
|
name: rubocop
|
@@ -88,10 +116,10 @@ licenses:
|
|
88
116
|
- MIT
|
89
117
|
metadata:
|
90
118
|
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby3_1
|
91
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/tree/v1.1.
|
92
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v1.1.
|
119
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/tree/v1.1.3
|
120
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v1.1.3/CHANGELOG.md
|
93
121
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/issues
|
94
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/1.1.
|
122
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/1.1.3
|
95
123
|
funding_uri: https://liberapay.com/pboling
|
96
124
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/wiki
|
97
125
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
ADDED
Binary file
|