rubocop-ruby2_2 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: a11385788af8e0a4044322c80d18bdf7f04acefe9a5d28a980791e6259d9b7ec
4
- data.tar.gz: 7413b5d5d5c44d8d59746f76fde510236ff03a380fbecc1c4bcde490c4cdeab1
3
+ metadata.gz: 75961193063df76fb27f663faf62c1385596dc9b2704f5d10a3336fff9667d66
4
+ data.tar.gz: dad10c1ef45c9959ea32354b77e4dae5d2a33399ca57b78cab9ff305b8ef6a1a
5
5
  SHA512:
6
- metadata.gz: 935d8bbce8c8b6882e3769ef60ec038ec3906453a21e1674c1c5a0e93211d6cf610f7e7171cf6643b3e992de5c05aa68586199dc62e25733647a380a85db8773
7
- data.tar.gz: 74a049496a31e720b96d64a6c037c0e4d56c64656d5b3d059a4f2b6194931fd0d4c5bea21e4288581e15ca518757286e5d44490d39e2474b562d5d4de67fa7eb
6
+ metadata.gz: 6c44e5022331064eb3a824fa2a7301bc8d8c859bf8c5ec71e022ae9458a1d0d384ebc412f784e788200d5a276352016ff4b99f88a2ef720a589ea150642af9ce
7
+ data.tar.gz: ddc977f07182375b99e103c93626ac1e7f0ef7cbfcf44fc7f7a5ae37f0691c644bc206a59ef0949fae869d774a40eea66b3945f63d50c99b0dfdf8c18ad04188
data/CHANGELOG.md CHANGED
@@ -13,6 +13,10 @@ 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
@@ -20,20 +24,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
24
  ### Changed
21
25
  * Rubocop lock 0.68.0 => 0.68.1
22
26
 
23
- ### Fixed
24
-
25
- ### Removed
26
-
27
27
  ## [1.0.0] 2022-05-01
28
28
  ### Added
29
29
  * Initial release
30
30
 
31
- ### Changed
32
-
33
- ### Fixed
34
-
35
- ### Removed
36
-
37
- [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/v1.0.1...HEAD
31
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/v1.0.2...HEAD
32
+ [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/v1.0.1...v1.0.2
38
33
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/v1.0.0...v1.0.1
39
34
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_2/compare/b86f10e2f7a0ad4081b07782b3b924ef67acdeab...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby22
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.2
@@ -0,0 +1,6 @@
1
+ module Rubocop
2
+ module Ruby22
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_2
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_2.rb
69
69
  - lib/rubocop/ruby2_2/version.rb
70
+ - rubocop.yml
71
+ - sig/rubocop/ruby2_2.rbs
70
72
  - spec/config/rspec/rspec_core.rb
71
73
  - spec/rubocop/ruby2_2_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_2
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/tree/v1.0.1
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/blob/v1.0.1/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/tree/v1.0.2
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/blob/v1.0.2/CHANGELOG.md
80
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_2/1.0.1
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_2/1.0.2
82
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_2/wiki
83
85
  rubygems_mfa_required: 'true'
84
86
  post_install_message: