rubocop-ruby2_3 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: 495664879a6f85d759c0dea2e49c30c7bc7e9cbdfec6c57dde1a53ab65de796e
4
- data.tar.gz: 544ab01fce60e32d3e2358870a85d632ca10bfdd67c33948f11fad1e78f56bbd
3
+ metadata.gz: 44958ee68114eb2be20cee3ce4cd4daadd21e889b8ca707de667cb4e8828d897
4
+ data.tar.gz: 8314c37a356f81788a222848112b4214e6304c2eeb0013881f7e4ae718105fa5
5
5
  SHA512:
6
- metadata.gz: df817c8a638451267fefc1c47440f5ab74d72dbb01d937022ce5997cbaa08e73833ce353da5d8b4a63b045f993fa26a2dafcae8d6cf81810dd4afa94aef50c57
7
- data.tar.gz: a3656fa28199139cd2fb419f95cb278edd30b7319469ea7e41e932c7c986ea316f74d8b02e5c607d5e9320d0d0e7c19354909f61a204d6a142cb98e8d863638d
6
+ metadata.gz: cbf6b2584eefd63a49a16e21906617ea3503974e9f6abc468964f390f8d0c8a552c38717ab595f62c7ee87b032b76306629b371b14c6ac1e9b9007043f981d0d
7
+ data.tar.gz: ca79e80d750e2712a3ab9555b9000899ed6878b62d263f931e985126b07343ae644a719963124834f6b88dfe4131c7db19268f4acdc9a1e4a0bc065e066f1edb
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_3/compare/v1.0.1...HEAD
28
+ [Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_3/compare/v1.0.2...HEAD
29
+ [1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_3/compare/v1.0.1...v1.0.2
37
30
  [1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_3/compare/v1.0.0...v1.0.1
38
31
  [1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_3/compare/496ae0431f229da4ce2ca472954773af32f27078...v1.0.0
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby23
5
- VERSION = "1.0.1"
5
+ VERSION = "1.0.2"
6
6
  end
7
7
  end
data/rubocop.yml ADDED
@@ -0,0 +1,2 @@
1
+ AllCops:
2
+ TargetRubyVersion: 2.3
@@ -0,0 +1,6 @@
1
+ module Rubocop
2
+ module Ruby23
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_3
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_3.rb
69
69
  - lib/rubocop/ruby2_3/version.rb
70
+ - rubocop.yml
71
+ - sig/rubocop/ruby2_3.rbs
70
72
  - spec/config/rspec/rspec_core.rb
71
73
  - spec/rubocop/ruby2_3_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_3
78
- source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_3/tree/v1.0.1
79
- changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_3/blob/v1.0.1/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_3/tree/v1.0.2
81
+ changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_3/blob/v1.0.2/CHANGELOG.md
80
82
  bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_3/issues
81
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_3/1.0.1
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_3/1.0.2
82
84
  wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_3/wiki
83
85
  rubygems_mfa_required: 'true'
84
86
  post_install_message: