rubocop-ruby3_1 1.1.0 → 1.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 71febf75d686d994aa28e5b14b1a74bb1c007f6274ea91dabb2c16f0803efb54
4
- data.tar.gz: 5a2c6a921d3e20bfee4785ee9da1aff6e337175290a9b0a9901eca0c1731ab2d
3
+ metadata.gz: 5eed17fd3f35351f09d9cc1641d51cfcacb1bb9a1f7fe5b80da0cc2612e49e2d
4
+ data.tar.gz: 1996b16b90a2870ecd220338df98e620229d78d1d3e3ee560a2fbb5fd01f9a85
5
5
  SHA512:
6
- metadata.gz: 91379dc9f0cf68e64a6b85d7e38ab7d4e7657a86f52ad235d6ee0504858865029be7fd74920d12ad77cc0dff633e40c6e3d2def73f3be7af3fb04a31ea9cc86a
7
- data.tar.gz: 8ad586e4f62b3ffdbdcc53f9edcf7a3fbc316a0aadfc494c85ca6b62eb43846bf5dd841afbe988e9326645cd69e914b5b312dde044a14b59c436031bd35b04d0
6
+ metadata.gz: a43e517e514ae18d082c5e530976a080c0cb852111077974969f227892d2fc6f8fa832e87fad6d5b31a9cb4d028cd73088fcd58cc442883cf6ec42a1cfe08f31
7
+ data.tar.gz: a036a78cbed6e20503bd3bb2325d549ce35dea18ad97e70f74de5b0ecb9768ff8378d80494e5765124800c1fa130b1add856841d07c3567457e6d39415e202af
checksums.yaml.gz.sig ADDED
Binary file
data/CHANGELOG.md CHANGED
@@ -10,10 +10,19 @@ 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.2] 2022-12-18
14
+ ### Changed
15
+ * Release is securely signed by author
16
+
17
+ ## [1.1.1] 2022-12-17
18
+ ### Changed
19
+ * Update to rubocop ~> 1.40.0
20
+ * Improved CI workflows (still on GitHub)
21
+
13
22
  ## [1.1.0] 2022-12-7
14
23
  ### Changed
15
24
  * Update to rubocop ~> 1.39.0
16
- * Gem release is now securely signed by author
25
+ * Gem release ships with SHA512 and SHA256 checksums
17
26
  * Migration from GitHub to GitLab [ref](https://github.com/actions/toolkit/issues/1214)
18
27
 
19
28
  ## [1.0.6] 2022-06-08
@@ -48,7 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
48
57
  ### Added
49
58
  * Initial release
50
59
 
51
- [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.0.6...HEAD
60
+ [Unreleased]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.1.2...HEAD
61
+ [1.1.2]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.1.1...v1.1.2
62
+ [1.1.1]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.1.0...v1.1.1
63
+ [1.1.0]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.0.6...v1.1.0
52
64
  [1.0.6]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.0.5...v1.0.6
53
65
  [1.0.5]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.0.4...v1.0.5
54
66
  [1.0.4]: https://gitlab.com/rubocop-lts/rubocop-ruby3_1/-/compare/v1.0.3...v1.0.4
data/CONTRIBUTING.md CHANGED
@@ -16,7 +16,8 @@ To release a new version:
16
16
  3. move the built gem to project root
17
17
  4. run `bin/checksum` to create the missing SHA256 checksum
18
18
  5. move the built gem back to `pkg/`
19
- 6. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org][rubygems].
19
+ 6. commit the changes
20
+ 7. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org][rubygems].
20
21
 
21
22
  NOTE: You will need to have a public key in `certs/`, and list your cert in the
22
23
  `gemspec`, in order to sign the new release.
data/README.md CHANGED
@@ -86,7 +86,7 @@ This gem requires no other gems. It depends on `rubocop`, but does not `require
86
86
 
87
87
  Awareness of `rubocop`'s lack of [SemVer][semver] adherence isn't evenly dispersed in the Ruby community.
88
88
 
89
- The Rubocop team [has real reasons](https://github.com/semver/semver/issues/317)
89
+ The RuboCop team [has real reasons](https://github.com/semver/semver/issues/317)
90
90
  for [not following SemVer](https://github.com/rubocop/rubocop/issues/4243), but if you've
91
91
  found this project it is possible those reasons are less important
92
92
  than what brought you here for your context (e.g. running `rubocop` from command line).
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby31
5
- VERSION = "1.1.0"
5
+ VERSION = "1.1.2"
6
6
  end
7
7
  end
data.tar.gz.sig ADDED
Binary file
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.0
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
8
  autorequire:
9
9
  bindir: exe
10
- cert_chain: []
11
- date: 2022-12-07 00:00:00.000000000 Z
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
@@ -16,30 +44,44 @@ dependencies:
16
44
  requirements:
17
45
  - - "~>"
18
46
  - !ruby/object:Gem::Version
19
- version: 1.39.0
47
+ version: 1.40.0
20
48
  type: :runtime
21
49
  prerelease: false
22
50
  version_requirements: !ruby/object:Gem::Requirement
23
51
  requirements:
24
52
  - - "~>"
25
53
  - !ruby/object:Gem::Version
26
- version: 1.39.0
54
+ version: 1.40.0
27
55
  - !ruby/object:Gem::Dependency
28
56
  name: rake
29
57
  requirement: !ruby/object:Gem::Requirement
30
58
  requirements:
31
- - - ">="
59
+ - - "~>"
32
60
  - !ruby/object:Gem::Version
33
- version: '0'
61
+ version: '13.0'
34
62
  type: :development
35
63
  prerelease: false
36
64
  version_requirements: !ruby/object:Gem::Requirement
37
65
  requirements:
38
- - - ">="
66
+ - - "~>"
39
67
  - !ruby/object:Gem::Version
40
- version: '0'
68
+ version: '13.0'
41
69
  - !ruby/object:Gem::Dependency
42
70
  name: rspec
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: '3.12'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: '3.12'
83
+ - !ruby/object:Gem::Dependency
84
+ name: yard
43
85
  requirement: !ruby/object:Gem::Requirement
44
86
  requirements:
45
87
  - - ">="
@@ -74,10 +116,11 @@ licenses:
74
116
  - MIT
75
117
  metadata:
76
118
  homepage_uri: https://github.com/rubocop-lts/rubocop-ruby3_1
77
- source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/tree/v1.1.0
78
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v1.1.0/CHANGELOG.md
119
+ source_code_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/tree/v1.1.2
120
+ changelog_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/blob/v1.1.2/CHANGELOG.md
79
121
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/issues
80
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/1.1.0
122
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/1.1.2
123
+ funding_uri: https://liberapay.com/pboling
81
124
  wiki_uri: https://github.com/rubocop-lts/rubocop-ruby3_1/wiki
82
125
  rubygems_mfa_required: 'true'
83
126
  post_install_message:
metadata.gz.sig ADDED
Binary file