rubocop-ruby3_0 1.0.4 → 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 +6 -1
- data/SECURITY.md +3 -3
- data/lib/rubocop/ruby3_0/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c15c4dfc86a4df768105f18d18144427a8e3899e71d1bb81dde1bef1b65db083
|
4
|
+
data.tar.gz: 982ff372875e088eb4a2c1b5d92ef1a8718982346fd737ca2e1e0f3282f4cd81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c7b719fc0bd1ac1bba2e069a1ec11021e6458c9fe71802549509440ea752f887841c1881ced559b37af3cd6f4740a367935e65f5fb868dede6eb5dc0430094e6
|
7
|
+
data.tar.gz: 6ec390c23f8142a02764c2ae2df9a90f4bbf6af5a26fd518c3f7104cb9000c00f739cb975e91407b23ee54365e7863845bc5f85d9aa390060416d6e69156bfad
|
data/CHANGELOG.md
CHANGED
@@ -13,6 +13,10 @@ 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
|
+
|
16
20
|
## [1.0.4] 2022-05-23
|
17
21
|
### Changed
|
18
22
|
* Update to rubocop 1.29.1
|
@@ -35,7 +39,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
35
39
|
### Added
|
36
40
|
* Initial release
|
37
41
|
|
38
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.
|
42
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.5...HEAD
|
43
|
+
[1.0.5]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.4...v1.0.5
|
39
44
|
[1.0.4]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.3...v1.0.4
|
40
45
|
[1.0.3]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.2...v1.0.3
|
41
46
|
[1.0.2]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.1...v1.0.2
|
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_0
|
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_0
|
80
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/tree/v1.0.
|
81
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/blob/v1.0.
|
80
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/tree/v1.0.5
|
81
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/blob/v1.0.5/CHANGELOG.md
|
82
82
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/issues
|
83
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.0.
|
83
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.0.5
|
84
84
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/wiki
|
85
85
|
rubygems_mfa_required: 'true'
|
86
86
|
post_install_message:
|