rubocop-ruby2_6 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -19
- data/lib/rubocop/ruby2_6/version.rb +1 -1
- data/rubocop.yml +3 -0
- data/sig/rubocop/ruby2_6.rbs +6 -0
- metadata +6 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2f8fffee2adb115bb57adae17f5edfe0eefa72e793c17f11a76ab63379ed486
|
4
|
+
data.tar.gz: 21757b6e9dd4cb39068f5aa0b86eb003c62f85f6790f5dcd12d5252008fba9c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b498d626678e4ab322e88c9af2e090786e30fb597662af2067625ed4bb97fa54ddbbe42d8cee975b93ecfff1d002a2c4d8fdd98f068e758c91d483f5ae2637d1
|
7
|
+
data.tar.gz: f0a98857a5f1459477db8c3e72d38a0ae030804a65569795fbc8e28a5b05e15808a7d4316d95816b487f5c035bbe42baf620b56f47f5d56407fe664ee0bc3f04
|
data/CHANGELOG.md
CHANGED
@@ -13,37 +13,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
13
13
|
|
14
14
|
### Removed
|
15
15
|
|
16
|
+
## [1.0.3] 2022-05-03
|
17
|
+
### Fixed
|
18
|
+
* Added missing rubocop.yml for inherit_gem directive
|
19
|
+
|
16
20
|
## [1.0.2] 2022-05-02
|
17
21
|
### Added
|
18
22
|
* Documentation
|
19
23
|
|
20
|
-
### Changed
|
21
|
-
|
22
|
-
### Fixed
|
23
|
-
|
24
|
-
### Removed
|
25
|
-
|
26
24
|
## [1.0.1] 2022-05-01
|
27
|
-
### Added
|
28
|
-
|
29
|
-
### Changed
|
30
|
-
|
31
25
|
### Fixed
|
32
26
|
* Ruby version requirement fixed to 2.6
|
33
27
|
|
34
|
-
### Removed
|
35
|
-
|
36
28
|
## [1.0.0] yanked
|
37
29
|
### Added
|
38
30
|
* Initial release (yanked)
|
39
31
|
|
40
|
-
|
41
|
-
|
42
|
-
### Fixed
|
43
|
-
|
44
|
-
### Removed
|
45
|
-
|
46
|
-
[Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_6/compare/v1.0.2...HEAD
|
32
|
+
[Unreleased]: https://github.com/rubocop-semver/rubocop-ruby2_6/compare/v1.0.3...HEAD
|
33
|
+
[1.0.3]: https://github.com/rubocop-semver/rubocop-ruby2_6/compare/v1.0.2...v1.0.3
|
47
34
|
[1.0.2]: https://github.com/rubocop-semver/rubocop-ruby2_6/compare/v1.0.1...v1.0.2
|
48
35
|
[1.0.1]: https://github.com/rubocop-semver/rubocop-ruby2_6/compare/v1.0.0...v1.0.1
|
49
36
|
[1.0.0]: https://github.com/rubocop-semver/rubocop-ruby2_6/compare/d21b64e4f7ab2d581ed6882c430dd042fe73769b...v1.0.0
|
data/rubocop.yml
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-ruby2_6
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
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_6.rb
|
69
69
|
- lib/rubocop/ruby2_6/version.rb
|
70
|
+
- rubocop.yml
|
71
|
+
- sig/rubocop/ruby2_6.rbs
|
70
72
|
- spec/config/rspec/rspec_core.rb
|
71
73
|
- spec/rubocop/ruby2_6_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_6
|
78
|
-
source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_6/tree/v1.0.
|
79
|
-
changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_6/blob/v1.0.
|
80
|
+
source_code_uri: https://github.com/rubocop-semver/rubocop-ruby2_6/tree/v1.0.3
|
81
|
+
changelog_uri: https://github.com/rubocop-semver/rubocop-ruby2_6/blob/v1.0.3/CHANGELOG.md
|
80
82
|
bug_tracker_uri: https://github.com/rubocop-semver/rubocop-ruby2_6/issues
|
81
|
-
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_6/1.0.
|
83
|
+
documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_6/1.0.3
|
82
84
|
wiki_uri: https://github.com/rubocop-semver/rubocop-ruby2_6/wiki
|
83
85
|
rubygems_mfa_required: 'true'
|
84
86
|
post_install_message:
|