rubocop-ruby3_1 1.0.1 → 1.0.2

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: 9bf5b0813aeff7979b32b93ccfb9f069b8d718c362b043158f4e18867bcba5ae
4
- data.tar.gz: 2a5132e8b6184d38eba9661359fa5624a71e6908234879ab01a254c37427cb9b
3
+ metadata.gz: a2abc59fddf1ffc3a686f443d7029d1b0db4b05740a76b48e4c46a3f0c2c3ef2
4
+ data.tar.gz: a9035fdf83b7a5f50e907dd80d56c29eaa48708c305126d1e19c301f03388a61
5
5
  SHA512:
6
- metadata.gz: 115d6dec37302d0622c7a0be42a9fa92b17f903a178d77c76e86885a3b2ca051a5ca4acfd808436f8fcf8aabd0cbb7d935c1de24f0a29c925934a4a9f02519f4
7
- data.tar.gz: e320dd4733ee22ea4a85ce6e997ff40fa60e125a3cf33b34c1e8e7b9f6331aeb356ca83042185b90bf8c973552eec05548d1938195245cb5b8c4f7ec3051b630
6
+ metadata.gz: 7a9520a0da662ca6f84758e37282b5ea17a5052f253e7f144e87ec453e2ef401ff1d7d3b83e58197821a3ad109fc086546d0f53610b1b767518b01a39668e441
7
+ data.tar.gz: 7724a38932da84ce0d0713e1dd732492b13da9484531dc01a2f162313904cb38f5b396ccb1a25701e7be31700527542a10097a70725306ef687ba387df9b292e
data/CHANGELOG.md CHANGED
@@ -13,26 +13,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
 
14
14
  ### Removed
15
15
 
16
+ ## [1.0.2] 2022-05-03
17
+ ### Fixed
18
+ * Added missing rubocop.yml for inherit_gem directive
19
+
16
20
  ## [1.0.1] 2022-05-02
17
21
  ### Added
18
22
  * Documentation
19
23
 
20
- ### Changed
21
-
22
- ### Fixed
23
-
24
- ### Removed
25
-
26
24
  ## [1.0.0] 2022-05-01
27
25
  ### Added
28
26
  * Initial release
29
27
 
30
- ### Changed
31
-
32
- ### Fixed
33
-
34
- ### Removed
35
-
36
- [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby3_1/compare/v1.0.1...HEAD
28
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby3_1/compare/v1.0.2...HEAD
29
+ [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby3_1/compare/v1.0.1...v1.0.2
37
30
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby3_1/compare/v1.0.0...v1.0.1
38
31
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby3_1/compare/c4cc8fb6374d338e2c328812b4f74c78dfe5cfbd...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby31
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
data/rubocop.yml ADDED
@@ -0,0 +1,3 @@
1
+ AllCops:
2
+ TargetRubyVersion: 3.1
3
+ NewCops: enable
@@ -0,0 +1,6 @@
1
+ module Rubocop
2
+ module Ruby31
3
+ VERSION: String
4
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
5
+ end
6
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-ruby3_1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -67,6 +67,8 @@ files:
67
67
  - SECURITY.md
68
68
  - lib/rubocop/ruby3_1.rb
69
69
  - lib/rubocop/ruby3_1/version.rb
70
+ - rubocop.yml
71
+ - sig/rubocop/ruby3_1.rbs
70
72
  - spec/config/rspec/rspec_core.rb
71
73
  - spec/rubocop/ruby3_1_spec.rb
72
74
  - spec/spec_helper.rb
@@ -75,10 +77,10 @@ licenses:
75
77
  - MIT
76
78
  metadata:
77
79
  homepage_uri: https://github.com/rubocop-semver/rubocop-ruby3_1
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby3_1/tree/v1.0.1
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby3_1/blob/v1.0.1/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby3_1/tree/v1.0.2
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby3_1/blob/v1.0.2/CHANGELOG.md
80
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby3_1/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/1.0.1
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_1/1.0.2
82
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby3_1/wiki
83
85
  rubygems_mfa_required: 'true'
84
86
  post_install_message: