rubocop-ruby3_0 1.1.0 → 1.1.1
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +13 -3
- data/lib/rubocop/ruby3_0/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +5 -5
- 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: 614b1aa95b632f0420a2318fc9d305629c05669c2e247d2933670663454ddb1b
|
|
4
|
+
data.tar.gz: 83d17814caa4881e8c20254987b4e6bf1ce124dfb04287bf4bedce694efa87b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0a823264c7ccc62d1c54783f01d892f85c80d0eaa9fd715ccc7dec99cebb7c58af4fcd1971e40a4e0dbbdd0ea2821ddb9f5e2aecc5d29cb90fbc5653f79f876c
|
|
7
|
+
data.tar.gz: '0694bfa9003227cf5848fe8eb059e1f87b65858a8d2e17f3c0144915c05feb27a5abcec2edc6763b4766352787a63a8ee98b45a5bc1b547c796a2df725c9e24a'
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -10,14 +10,23 @@ 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.1] 2022-12-20
|
|
14
|
+
### Fixed
|
|
15
|
+
* Do not require version.rb from gemspec so code coverage is accurate from both `rake` and `rspec`
|
|
16
|
+
* Typos in CHANGELOG & Documentation
|
|
17
|
+
### Changed
|
|
18
|
+
* Minimum Code Coverage == 100%
|
|
19
|
+
|
|
13
20
|
## [1.1.0] 2022-12-18
|
|
14
21
|
### Changed
|
|
15
22
|
* Update to rubocop `~> 1.40.0`
|
|
16
|
-
|
|
23
|
+
### Added
|
|
17
24
|
* Gem release ships with `SHA512` and `SHA256` checksums
|
|
18
25
|
* Release is securely signed by author
|
|
19
26
|
* Document release process in `CONTRIBUTING.md`
|
|
20
|
-
*
|
|
27
|
+
* Documentation of Three Guarantees:
|
|
28
|
+
* `rubocop-ruby2_7` (this gem) will install a version of `rubocop` which will
|
|
29
|
+
**install** on (1), **run** on (2), and **analyze code** (3) intended to support any version of Ruby >= 2.7.
|
|
21
30
|
|
|
22
31
|
## [1.0.6] 2022-06-08
|
|
23
32
|
### Changed
|
|
@@ -51,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
51
60
|
### Added
|
|
52
61
|
* Initial release
|
|
53
62
|
|
|
54
|
-
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.1.
|
|
63
|
+
[Unreleased]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.1.1...HEAD
|
|
64
|
+
[1.1.1]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.1.0...v1.1.1
|
|
55
65
|
[1.1.0]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.6...v1.1.0
|
|
56
66
|
[1.0.6]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.5...v1.0.6
|
|
57
67
|
[1.0.5]: https://github.com/rubocop-lts/rubocop-ruby3_0/compare/v1.0.4...v1.0.5
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubocop-ruby3_0
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -36,7 +36,7 @@ cert_chain:
|
|
|
36
36
|
gwGrEXGQGDZ0NIgBcmvMOqlXjkGQwQvugKycJ024z89+fz2332vdZIKTrSxJrXGk
|
|
37
37
|
4/bR9A==
|
|
38
38
|
-----END CERTIFICATE-----
|
|
39
|
-
date: 2022-12-
|
|
39
|
+
date: 2022-12-20 00:00:00.000000000 Z
|
|
40
40
|
dependencies:
|
|
41
41
|
- !ruby/object:Gem::Dependency
|
|
42
42
|
name: rubocop
|
|
@@ -116,10 +116,10 @@ licenses:
|
|
|
116
116
|
- MIT
|
|
117
117
|
metadata:
|
|
118
118
|
homepage_uri: https://github.com/rubocop-lts/rubocop-ruby3_0
|
|
119
|
-
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/tree/v1.1.
|
|
120
|
-
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/blob/v1.1.
|
|
119
|
+
source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/tree/v1.1.1
|
|
120
|
+
changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/blob/v1.1.1/CHANGELOG.md
|
|
121
121
|
bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/issues
|
|
122
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.1.
|
|
122
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.1.1
|
|
123
123
|
funding_uri: https://liberapay.com/pboling
|
|
124
124
|
wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/wiki
|
|
125
125
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|