rubocop-ruby2_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: b41138ba8f0e131c66a800dcb823b9bfa9e7b636ee1afb6d75a833d446b8202a
4
- data.tar.gz: 258e17353a2b23760ddf1431923c388a6360a0dfddccaf2bb23c714e4d5390ba
3
+ metadata.gz: 15dcff5f0530f99aebd6812feeae8c468afd7a4dcf4644ca6035f8d5d9fbe477
4
+ data.tar.gz: 2331193a3ae831ab29a77e13c031312a351d1d0789a747e753a16d49ca5843fe
5
5
  SHA512:
6
- metadata.gz: 46fbdcd214ae905921534ab6b51eb92d769b884bd115a2c954d56e29e0089f129fd676b4c0e802cecad52018d5749963a1a684999ebd223d4151784f61266beb
7
- data.tar.gz: 9b807dc4888744933cfc6195f1cba80ef369271fa9f6344933ac9a43720d1ef9d08ba82aea37f57241cc83fa083d6d3a6f7315495fe62198421d1a50bec3f197
6
+ metadata.gz: 81a0cbe98e204d42de1cd373a8bae1510ad5652d3004eb724790ddc6db7f77aabc784406a37c9d5c3aae2ad67cb638c6272f1c35317e57d9bb8f28ff6b46d3e4
7
+ data.tar.gz: 8cbd180d0209930eeffe920ce16a739c9a02bb156ebdfd609df9a9609ac1ee5d42cd6459ba42e18b1f3b94087feff3433adf6fa337fe9f6cdc41579e5b879c91
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-ruby2_0/compare/v1.0.0...HEAD
28
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.2...HEAD
29
+ [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.1...v1.0.2
30
+ [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/v1.0.0...v1.0.1
37
31
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_0/compare/8fb0f104adf43c5a0e3487b390f91881f79e4d89...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby20
5
- VERSION = "1.0.1".freeze
5
+ VERSION = "1.0.2".freeze
6
6
  end
7
7
  end
data/rubocop.yml ADDED
@@ -0,0 +1,2 @@
1
+ AllCops:
2
+ TargetRubyVersion: 2.0
@@ -0,0 +1,6 @@
1
+ module Rubocop
2
+ module Ruby20
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-ruby2_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/ruby2_0.rb
69
69
  - lib/rubocop/ruby2_0/version.rb
70
+ - rubocop.yml
71
+ - sig/rubocop/ruby2_0.rbs
70
72
  - spec/config/rspec/rspec_core.rb
71
73
  - spec/rubocop/ruby2_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-ruby2_0
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/tree/v1.0.1
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/blob/v1.0.1/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/tree/v1.0.2
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/blob/v1.0.2/CHANGELOG.md
80
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_0/1.0.1
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_0/1.0.2
82
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_0/wiki
83
85
  rubygems_mfa_required: 'true'
84
86
  post_install_message: