rubocop-ruby2_7 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8f1120c4ff95e57537dd19b678aa04d4862db2a5f5dea33ba3718bd17675c82
4
- data.tar.gz: 1437e67157c0e3f932cc8c6b647e8a50fb9db56dc1f37eab5bc0ca7d70f53746
3
+ metadata.gz: 7c11358340ca8cbd2065f1cba3974c4484133baa72501009fc06e8be8e143208
4
+ data.tar.gz: 69024b620dd7578ba5cad217dd640e827b7f9bf131330f31e3a83adf440206a9
5
5
  SHA512:
6
- metadata.gz: e2ff7edd9b0b797a6cbf3b90ad0d63cfae657773d0536ba055d15ffc3c73921c6e461ee9a45eb00d9fba3e762812c99128639c5b0d01e3e344f896a46ef76d78
7
- data.tar.gz: 58cc1bf37dc657de2f00fd1e20940d2b6cb77336b7e9dbb7e24c11665a1d2b74e8c2a1eb4ec888d9523167f6d1fd9e3b250060c79e4ca1c9886a8cb46a9c1c1a
6
+ metadata.gz: 75350e48567f0f3f247d4a4bdcba8b4fb492365aa37a106adcbb087cefa71a278f9bd33afa03a5423a24a3a4f10daca108a765d6269fcd18082ae1faa498d034
7
+ data.tar.gz: 874b613e4c32904e0aeef5e8d62de64f03859b0c34722561a47bb8b11b1b5c8c9ce0fd4952a31c28cff260722ca908e728b7bc55cf7c1f473b325d110e56249d
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_7/compare/v1.0.1...HEAD
28
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_7/compare/v1.0.2...HEAD
29
+ [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_7/compare/v1.0.1...v1.0.2
37
30
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_7/compare/v1.0.0...v1.0.1
38
31
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_7/compare/70d9ab2660620916ed08d1f6057d10fc4f9aa731...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby27
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.7
3
+ NewCops: enable
@@ -0,0 +1,6 @@
1
+ module Rubocop
2
+ module Ruby27
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_7
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_7.rb
69
69
  - lib/rubocop/ruby2_7/version.rb
70
+ - rubocop.yml
71
+ - sig/rubocop/ruby2_7.rbs
70
72
  - spec/config/rspec/rspec_core.rb
71
73
  - spec/rubocop/ruby2_7_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_7
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_7/tree/v1.0.1
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_7/blob/v1.0.1/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_7/tree/v1.0.2
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_7/blob/v1.0.2/CHANGELOG.md
80
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_7/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_7/1.0.1
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_7/1.0.2
82
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_7/wiki
83
85
  rubygems_mfa_required: 'true'
84
86
  post_install_message: