rubocop-ruby2_5 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: f7ea1cbcf6dc135c36a1092424694e6344f0b0da746ba0f35408a0952d8d6188
4
- data.tar.gz: 86d0f87d5382e8115da65fd06f396614911e868b3c82461758a54ac1a7c53e1e
3
+ metadata.gz: 8823df16402caa51c26c94b814545e2eb2ab17c7e8205509d05ea9915505cd30
4
+ data.tar.gz: 9415e20e6939b8eb9af076d56f0a9062e2d9d35143a977f6ce0c0e482b7bbf63
5
5
  SHA512:
6
- metadata.gz: 913f7c8fafda475826256b3aa3543e535dd02d7988d5b20464a707cf6ddb3170a9554081b02db164bbdfb118091dd744a2009774c94b0fbbd78840d84f237135
7
- data.tar.gz: d079db7a7725524987ac4adb8f516d88aa629e2428fe7863e8ca644a9becd9dca03c0393b52fe95f304e080e6a36c6fe611762f938fef28214a6f5a040f2b22d
6
+ metadata.gz: fe0448d13e8dc59e69c182206498dfe62e4ac5681b220547d3f16aa9cbea725a819e22f0a38053193858b0594c16f17f34cff46c89af394aaad611234858a030
7
+ data.tar.gz: 93b275c376ca534070d93f77e6fee3e2d06d2a92dc2fcc66f9d13b37b6836171a425c333ae7fd6a5e12291cc9aa6dc5f0b8f1a536b7105fe39c69488473e94dc
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
@@ -21,20 +25,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
25
  * Lock rubocop dependency at 1.28.2; next version drops Ruby 2.5 support
22
26
  - https://github.com/rubocop/rubocop/pull/10577
23
27
 
24
- ### Fixed
25
-
26
- ### Removed
27
-
28
28
  ## [1.0.0] 2022-05-01
29
29
  ### Added
30
30
  * Initial release
31
31
 
32
- ### Changed
33
-
34
- ### Fixed
35
-
36
- ### Removed
37
-
38
- [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/v1.0.1...HEAD
32
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/v1.0.2...HEAD
33
+ [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/v1.0.1...v1.0.2
39
34
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/v1.0.0...v1.0.1
40
35
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_5/compare/78b4f8131d931354f76d4025ab0517fc9792fed2...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby25
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: 2.5
3
+ NewCops: enable
@@ -0,0 +1,6 @@
1
+ module Rubocop
2
+ module Ruby25
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_5
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_5.rb
69
69
  - lib/rubocop/ruby2_5/version.rb
70
+ - rubocop.yml
71
+ - sig/rubocop/ruby2_5.rbs
70
72
  - spec/config/rspec/rspec_core.rb
71
73
  - spec/rubocop/ruby2_5_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_5
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_5/tree/v1.0.1
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_5/blob/v1.0.1/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_5/tree/v1.0.2
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_5/blob/v1.0.2/CHANGELOG.md
80
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_5/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_5/1.0.1
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_5/1.0.2
82
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_5/wiki
83
85
  rubygems_mfa_required: 'true'
84
86
  post_install_message: