rubocop-ruby3_0 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e3371a4053ba36a1e7036bea52e94c2de373c6c0222d992d45fdfe025b20c01
4
- data.tar.gz: 6f238448e57589b20b64ba06e62232d50688222a273c6d8c9f11872310664257
3
+ metadata.gz: 614b1aa95b632f0420a2318fc9d305629c05669c2e247d2933670663454ddb1b
4
+ data.tar.gz: 83d17814caa4881e8c20254987b4e6bf1ce124dfb04287bf4bedce694efa87b4
5
5
  SHA512:
6
- metadata.gz: 93d07716f90c2303a08c144fd006f3d45428b87c413f29c2deb2994d2369511f0bb65e8239323b1690c55869d22c001129de45b703d5fd2be1d8cd2afd07e22c
7
- data.tar.gz: 47a6a25cecfe0323789857490d2d80f40be055cf67a2bffb5e3057bc0e29d9ad619dce6fcf66002ad110a176a3b23d805c435804c678f47d42ef08e2c91aaeed
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
- * ### Added
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
- * Improved Documentation related to Three Guarantees
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.0...HEAD
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
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby30
5
- VERSION = "1.1.0"
5
+ VERSION = "1.1.1"
6
6
  end
7
7
  end
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.0
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-18 00:00:00.000000000 Z
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.0
120
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_0/blob/v1.1.0/CHANGELOG.md
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.0
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