rubocop-ruby3_1 1.0.3 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -1
- data/README.md +62 -0
- data/SECURITY.md +3 -3
- data/lib/rubocop/ruby3_1/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4f9699c3b804e0343d5a2d0573bf5f77931f4f4d051700295263b607f36905b1
|
4
|
+
data.tar.gz: 24b53ab082eea09d7328db779b49dd6a78c4728cd597a6e55d69df469b59bdd0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e1810bbadb65c72ac4bdb9ca464c750a3783e7a1b6a2641ba4fa4eebf7dd089b45832dd4c125edfcd85e89638ab8189738518cde8bdd528347d0176943b9d8a
|
7
|
+
data.tar.gz: 937f6ace0fd048714c1f94e53064e2737a88028376b20852200d996f0f1fd1f550259fa17bf6537a80213275c502fae4ef9db0c665dc944de754eb783d8722b4
|
data/CHANGELOG.md
CHANGED
@@ -13,6 +13,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [1.0.5] 2022-06-05
|
17
|
+
### Changed
|
18
|
+
* Update to rubocop 1.30.0
|
19
|
+
|
20
|
+
## [1.0.4] 2022-05-23
|
21
|
+
### Changed
|
22
|
+
* Update to rubocop 1.29.1
|
23
|
+
|
16
24
|
## [1.0.3] 2022-05-23
|
17
25
|
### Added
|
18
26
|
* Rubocop => RuboCop typo repair
|
@@ -31,7 +39,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
31
39
|
### Added
|
32
40
|
* Initial release
|
33
41
|
|
34
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_1/compare/v1.0.
|
42
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_1/compare/v1.0.5...HEAD
|
43
|
+
[1.0.5]: https://github.com/rubocop-lts/rubocop-ruby3_1/compare/v1.0.4...v1.0.5
|
44
|
+
[1.0.4]: https://github.com/rubocop-lts/rubocop-ruby3_1/compare/v1.0.3...v1.0.4
|
35
45
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-ruby3_1/compare/v1.0.2...v1.0.3
|
36
46
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-ruby3_1/compare/v1.0.1...v1.0.2
|
37
47
|
[1.0.1]: https://github.com/rubocop-lts/rubocop-ruby3_1/compare/v1.0.0...v1.0.1
|
data/README.md
CHANGED
@@ -16,6 +16,68 @@
|
|
16
16
|
</a>
|
17
17
|
</p>
|
18
18
|
|
19
|
+
---
|
20
|
+
|
21
|
+
NOTE: You might be interested in [`rubocop-lts`](https://github.com/rubocop-lts/rubocop-lts#-how-to-untie-gorgons-knot) which sits as a higher level than this gem, and can keep pace with whatever version of Ruby you happen to be on.
|
22
|
+
|
23
|
+
| Gem Name | Version | Downloads | CI | Activity |
|
24
|
+
|------------------------------|-------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
|
25
|
+
| [`rubocop-lts`][⛳️lts-gh] | [![Gem Version][⛳️lts-vi]][⛳️lts-g] | [![Total DL][🖇️lts-dti]][⛳️lts-g] [![DL Rank][🏘️lts-rti]][⛳️lts-g] | [![Current][🚎lts-cwfi]][🚎lts-cwf] | [![Open Issues][📗lts-ioi]][📗lts-io] [![Closed Issues][🚀lts-ici]][🚀lts-ic] [![Open PRs][💄lts-poi]][💄lts-po] [![Closed PRs][👽lts-pci]][👽lts-pc] |
|
26
|
+
| [`rubocop-ruby3_1`][⛳️31-gh] | [![Gem Version][⛳️31-vi]][⛳️31-g] | [![Total DL][🖇️31-dti]][⛳️31-g] [![DL Rank][🏘️31-rti]][⛳️31-g] | [![Current][🚎31-cwfi]][🚎31-cwf] [![Heads][🖐31-hwfi]][🖐31-hwf] | [![Open Issues][📗31-ioi]][📗31-io] [![Closed Issues][🚀31-ici]][🚀31-ic] [![Open PRs][💄31-poi]][💄31-po] [![Closed PRs][👽31-pci]][👽31-pc] |
|
27
|
+
|
28
|
+
<!-- columnar badge #s for Project Health table:
|
29
|
+
⛳️
|
30
|
+
🖇
|
31
|
+
🏘
|
32
|
+
🚎
|
33
|
+
🖐
|
34
|
+
🧮
|
35
|
+
📗
|
36
|
+
🚀
|
37
|
+
💄
|
38
|
+
👽
|
39
|
+
-->
|
40
|
+
|
41
|
+
[⛳️lts-vi]: http://img.shields.io/gem/v/rubocop-lts.svg
|
42
|
+
[🖇️lts-dti]: https://img.shields.io/gem/dt/rubocop-lts.svg
|
43
|
+
[🏘️lts-rti]: https://img.shields.io/gem/rt/rubocop-lts.svg
|
44
|
+
[🚎lts-cwf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/current.yml
|
45
|
+
[🚎lts-cwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/current.yml/badge.svg
|
46
|
+
[🖐lts-hwf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/heads.yml
|
47
|
+
[🖐lts-hwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/heads.yml/badge.svg
|
48
|
+
[🧮lts-lwf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/legacy.yml
|
49
|
+
[🧮lts-lwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/legacy.yml/badge.svg
|
50
|
+
[📗lts-io]: https://github.com/rubocop-lts/rubocop-lts/issues
|
51
|
+
[📗lts-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-lts
|
52
|
+
[🚀lts-ic]: https://github.com/rubocop-lts/rubocop-lts/issues?q=is%3Aissue+is%3Aclosed
|
53
|
+
[🚀lts-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/rubocop-lts
|
54
|
+
[💄lts-po]: https://github.com/rubocop-lts/rubocop-lts/pulls
|
55
|
+
[💄lts-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/rubocop-lts
|
56
|
+
[👽lts-pc]: https://github.com/rubocop-lts/rubocop-lts/pulls?q=is%3Apr+is%3Aclosed
|
57
|
+
[👽lts-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-lts
|
58
|
+
[⛳️lts-g]: https://rubygems.org/gems/rubocop-lts
|
59
|
+
[⛳️lts-gh]: https://github.com/rubocop-lts/rubocop-lts
|
60
|
+
|
61
|
+
[⛳️31-vi]: http://img.shields.io/gem/v/rubocop-ruby3_1.svg
|
62
|
+
[🖇️31-dti]: https://img.shields.io/gem/dt/rubocop-ruby3_1.svg
|
63
|
+
[🏘️31-rti]: https://img.shields.io/gem/rt/rubocop-ruby3_1.svg
|
64
|
+
[🚎31-cwf]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/current.yml
|
65
|
+
[🚎31-cwfi]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/current.yml/badge.svg
|
66
|
+
[🖐31-hwf]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/heads.yml
|
67
|
+
[🖐31-hwfi]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/heads.yml/badge.svg
|
68
|
+
[🧮31-lwf]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/legacy.yml
|
69
|
+
[🧮31-lwfi]: https://github.com/rubocop-lts/rubocop-ruby3_1/actions/workflows/legacy.yml/badge.svg
|
70
|
+
[📗31-io]: https://github.com/rubocop-lts/rubocop-ruby3_1/issues
|
71
|
+
[📗31-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby3_1
|
72
|
+
[🚀31-ic]: https://github.com/rubocop-lts/rubocop-ruby3_1/issues?q=is%3Aissue+is%3Aclosed
|
73
|
+
[🚀31-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/rubocop-ruby3_1
|
74
|
+
[💄31-po]: https://github.com/rubocop-lts/rubocop-ruby3_1/pulls
|
75
|
+
[💄31-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/rubocop-ruby3_1
|
76
|
+
[👽31-pc]: https://github.com/rubocop-lts/rubocop-ruby3_1/pulls?q=is%3Apr+is%3Aclosed
|
77
|
+
[👽31-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-ruby3_1
|
78
|
+
[⛳️31-g]: https://rubygems.org/gems/rubocop-ruby3_1
|
79
|
+
[⛳️31-gh]: https://github.com/rubocop-lts/rubocop-ruby3_1
|
80
|
+
|
19
81
|
# Rubocop::Ruby31
|
20
82
|
|
21
83
|
See the intro [blog post](https://dev.to/pboling/rubocop-ruby-matrix-gems-nj)!
|
data/SECURITY.md
CHANGED
@@ -3,11 +3,11 @@
|
|
3
3
|
## Supported Versions
|
4
4
|
|
5
5
|
| Version | Supported |
|
6
|
-
|
7
|
-
|
|
6
|
+
|---------| ------------------ |
|
7
|
+
| 1.x | :white_check_mark: |
|
8
8
|
|
9
9
|
## Reporting a Vulnerability
|
10
10
|
|
11
11
|
Peter Boling is the primary maintainer of this gem. Please find a way
|
12
12
|
to [contact him directly](https://railsbling.com/contact) to report the issue. Include as much relevant information as
|
13
|
-
possible.
|
13
|
+
possible.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-ruby3_1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter Boling
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05
|
11
|
+
date: 2022-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 1.
|
19
|
+
version: 1.30.0
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 1.
|
26
|
+
version: 1.30.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: rake
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -77,10 +77,10 @@ licenses:
|
|
77
77
|
- MIT
|
78
78
|
metadata:
|
79
79
|
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby3_1
|
80
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/tree/v1.0.
|
81
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v1.0.
|
80
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/tree/v1.0.5
|
81
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v1.0.5/CHANGELOG.md
|
82
82
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/issues
|
83
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/1.0.
|
83
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/1.0.5
|
84
84
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/wiki
|
85
85
|
rubygems_mfa_required: 'true'
|
86
86
|
post_install_message:
|
@@ -98,7 +98,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
98
98
|
- !ruby/object:Gem::Version
|
99
99
|
version: '0'
|
100
100
|
requirements: []
|
101
|
-
rubygems_version: 3.
|
101
|
+
rubygems_version: 3.4.0.dev
|
102
102
|
signing_key:
|
103
103
|
specification_version: 4
|
104
104
|
summary: Semantically Versioned RuboCop Dependency
|