rubocop-ruby3_0 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: 0f4d8d00a211fc0fb6b1190ca1a11b98267f96d395a3ac4c0b806f2cb21af101
4
- data.tar.gz: fea40af5ea3ffc7ead51814cba25b2be226e91d4c8630e4a1ebc46f3a8d6eb7f
3
+ metadata.gz: dddb411aa0093ad1d7a02e3982afe27cbd63324c4c48793d24bc77e5dc60d2a9
4
+ data.tar.gz: e7a3ea9d07249ea4b7c64a417fdbd4c1e647216bbe1702dfea74ba1575d5c49a
5
5
  SHA512:
6
- metadata.gz: 0037e541086f8ee424396cf6c2deaf07bd750508172a4386f6c845fd34b04c0dc172a545cc4dac104c2d252726f58c7f6333404fc5bfd2742afba1bbfc21a20b
7
- data.tar.gz: 380cc25209f6f71a6c2edcb34ad4098d5dff80b531cea4e89ebabc07d5de51ad2132c2a0374c5bd9e3d19171015143c17fa4bf56685f486ebb6eab65b6adbc4f
6
+ metadata.gz: fbc5acf198995f9ca23acbffdbe98b6da5f659ed388e1fc85989328dee9357a064892a6dee36d2f18becda3449633fc19143ded5ab761f6391ce3127b5021e42
7
+ data.tar.gz: bb4e6f36aa54a1d40bc7bae92a0b8406f7465cebe2abb95b87204db523fce95d2a9cd25fbfd23df8e3baba813ec73fe26c44342d0d7f37dbb7ee288ce741a3ca
data/CHANGELOG.md CHANGED
@@ -13,25 +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_0/compare/v1.0.0...HEAD
28
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby3_0/compare/v1.0.2...HEAD
29
+ [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby3_0/compare/v1.0.1...v1.0.2
30
+ [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby3_0/compare/v1.0.0...v1.0.1
37
31
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby3_0/compare/251b24f1147b3a42a16465663be1f08c93e8affc...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby30
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.0
3
+ NewCops: enable
@@ -0,0 +1,6 @@
1
+ module Rubocop
2
+ module Ruby30
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_0
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_0.rb
69
69
  - lib/rubocop/ruby3_0/version.rb
70
+ - rubocop.yml
71
+ - sig/rubocop/ruby3_0.rbs
70
72
  - spec/config/rspec/rspec_core.rb
71
73
  - spec/rubocop/ruby3_0_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_0
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/tree/v1.0.1
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/blob/v1.0.1/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/tree/v1.0.2
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/blob/v1.0.2/CHANGELOG.md
80
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.0.1
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby3_0/1.0.2
82
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby3_0/wiki
83
85
  rubygems_mfa_required: 'true'
84
86
  post_install_message: