rubocop-ruby2_4 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: f3b0af79887c4fd0e2ce8cb45f29fe224cf14b0ed568a68c55efe09cbc9c42ab
4
- data.tar.gz: fcf64fa53df16a67af2685f0d46f1e510c2524abee5f73b0e800ba827b1377b3
3
+ metadata.gz: 0d43d8e8d177d09ed332007a6cee9d112f047e1041def7144594ae005f290c86
4
+ data.tar.gz: 6338f0db09d1b04c51ef2582548d855d842f69764ad43c32c81ecba94e89f1ab
5
5
  SHA512:
6
- metadata.gz: 73358a65241d1348721110c7381a09e5501723ef92934394103ddef7839047e0716e0d045dc821dbf24df26a26eba7a3b3678b3bc4e9dc23c7947803b031bc1e
7
- data.tar.gz: b915c3a0110a7b7b778191ec008a9e4c4602423f8e7ba7a2f1453ffe7d6a0682492c4f633df5ffe116982a27d02656f93596e87bf47cde1895bb1654823f3a48
6
+ metadata.gz: 5004c325d72a09479424bf317cb3da708b8daf5a7adbf1ec9ba4d181f025be46865153e2f8997d40d3c7ee2728e5ae8af37492321046e0665460757406122637
7
+ data.tar.gz: 9c2bc979f17797452896df8be3acfd5b9f9346d55d1c255cad03ba8411d4f33c0fb26be2d7ae04bbc2349d1ff92859e205c95d3cb0e34747bd6ca8ae771edcd9
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-ruby2_4/compare/v1.0.1...HEAD
28
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_4/compare/v1.0.2...HEAD
29
+ [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_4/compare/v1.0.1...v1.0.2
37
30
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_4/compare/v1.0.0...v1.0.1
38
31
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_4/compare/69576e0c1884ab3c773394b5f30a9ebafe11a2a7...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby24
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.4
3
+ NewCops: enable
@@ -0,0 +1,6 @@
1
+ module Rubocop
2
+ module Ruby24
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_4
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_4.rb
69
69
  - lib/rubocop/ruby2_4/version.rb
70
+ - rubocop.yml
71
+ - sig/rubocop/ruby2_4.rbs
70
72
  - spec/config/rspec/rspec_core.rb
71
73
  - spec/rubocop/ruby2_4_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_4
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/tree/v1.0.1
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/blob/v1.0.1/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/tree/v1.0.2
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/blob/v1.0.2/CHANGELOG.md
80
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_4/1.0.1
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_4/1.0.2
82
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_4/wiki
83
85
  rubygems_mfa_required: 'true'
84
86
  post_install_message: