rubocop-ruby2_6 1.0.4 → 1.0.5

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: e8850d3c85268c911e3f9a9959a2411eab19ca145ff1e810b1743c6d3d938af3
4
- data.tar.gz: 0da07f09d7fbe04cca4f2af86c86329127a3b2b9d0549eca6d68261af7828e70
3
+ metadata.gz: 65652644446adeeb19f155f57882a01b747436bc5893c788f0e252ca512ebfec
4
+ data.tar.gz: 9ee6bc51cd3f769c9e9d132109df8cd7ffd412841dca93f7f103680e9d0869c6
5
5
  SHA512:
6
- metadata.gz: bc86b0889696a59cc606fd5219101227c2ce4e9e59a5ddc02e62b239623d1852ac2d5b21b0a102480d62186ddc2efee49c3964f8632782b199b924100248fb24
7
- data.tar.gz: 8bea637e59faa5101be64b11a695fa8bc007a0897ef204e6e57eabf481fd39d7e4ce947d018d7636e7d8510b5aae24d51e74d433e7cdce6d33a67ead23829eb2
6
+ metadata.gz: 4c4a4300733c516132fd60048cc5b792148f2a5ffdfaa276de6ca7c979b6c065189c2aa5b8422b4d3361e4b6746102005ce55f0766f05b806c0fc96bd0497c62
7
+ data.tar.gz: 80a23f9daa01f5a5e4d44fda45f86fc9848dd9d675f9ba1627fe429fa976f29133f8e87e2ec6647450eba4b169e1a155744ceb163c98d3efe55fc29651542122
data/README.md CHANGED
@@ -16,6 +16,68 @@
16
16
  </a>
17
17
  </p>
18
18
 
19
+ ---
20
+
21
+ NOTE: You might be interested in [`rubocop-lts`](https://github.com/rubocop-lts/rubocop-lts#-how-to-untie-gorgons-knot) which sits as a higher level than this gem, and can keep pace with whatever version of Ruby you happen to be on.
22
+
23
+ | Gem Name | Version | Downloads | CI | Activity |
24
+ |------------------------------|-------------------------------------|----------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
25
+ | [`rubocop-lts`][⛳️lts-gh] | [![Gem Version][⛳️lts-vi]][⛳️lts-g] | [![Total DL][🖇️lts-dti]][⛳️lts-g] [![DL Rank][🏘️lts-rti]][⛳️lts-g] | [![Current][🚎lts-cwfi]][🚎lts-cwf] [![Legacy][🧮lts-lwfi]][🧮lts-lwf] [![Heads][🖐lts-hwfi]][🖐lts-hwf] | [![Open Issues][📗lts-ioi]][📗lts-io] [![Closed Issues][🚀lts-ici]][🚀lts-ic] [![Open PRs][💄lts-poi]][💄lts-po] [![Closed PRs][👽lts-pci]][👽lts-pc] |
26
+ | [`rubocop-ruby2_6`][⛳️26-gh] | [![Gem Version][⛳️26-vi]][⛳️26-g] | [![Total DL][🖇️26-dti]][⛳️26-g] [![DL Rank][🏘️26-rti]][⛳️26-g] | [![Current][🚎26-cwfi]][🚎26-cwf] [![Heads][🖐26-hwfi]][🖐26-hwf] [![Legacy][🧮26-lwfi]][🧮26-lwf] | [![Open Issues][📗26-ioi]][📗26-io] [![Closed Issues][🚀26-ici]][🚀26-ic] [![Open PRs][💄26-poi]][💄26-po] [![Closed PRs][👽26-pci]][👽26-pc] |
27
+
28
+ <!-- columnar badge #s for Project Health table:
29
+ ⛳️
30
+ 🖇
31
+ 🏘
32
+ 🚎
33
+ 🖐
34
+ 🧮
35
+ 📗
36
+ 🚀
37
+ 💄
38
+ 👽
39
+ -->
40
+
41
+ [⛳️lts-vi]: http://img.shields.io/gem/v/rubocop-lts.svg
42
+ [🖇️lts-dti]: https://img.shields.io/gem/dt/rubocop-lts.svg
43
+ [🏘️lts-rti]: https://img.shields.io/gem/rt/rubocop-lts.svg
44
+ [🚎lts-cwf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/current.yml
45
+ [🚎lts-cwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/current.yml/badge.svg
46
+ [🖐lts-hwf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/heads.yml
47
+ [🖐lts-hwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/heads.yml/badge.svg
48
+ [🧮lts-lwf]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/legacy.yml
49
+ [🧮lts-lwfi]: https://github.com/rubocop-lts/rubocop-lts/actions/workflows/legacy.yml/badge.svg
50
+ [📗lts-io]: https://github.com/rubocop-lts/rubocop-lts/issues
51
+ [📗lts-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-lts
52
+ [🚀lts-ic]: https://github.com/rubocop-lts/rubocop-lts/issues?q=is%3Aissue+is%3Aclosed
53
+ [🚀lts-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/rubocop-lts
54
+ [💄lts-po]: https://github.com/rubocop-lts/rubocop-lts/pulls
55
+ [💄lts-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/rubocop-lts
56
+ [👽lts-pc]: https://github.com/rubocop-lts/rubocop-lts/pulls?q=is%3Apr+is%3Aclosed
57
+ [👽lts-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-lts
58
+ [⛳️lts-g]: https://rubygems.org/gems/rubocop-lts
59
+ [⛳️lts-gh]: https://github.com/rubocop-lts/rubocop-lts
60
+
61
+ [⛳️26-vi]: http://img.shields.io/gem/v/rubocop-ruby2_6.svg
62
+ [🖇️26-dti]: https://img.shields.io/gem/dt/rubocop-ruby2_6.svg
63
+ [🏘️26-rti]: https://img.shields.io/gem/rt/rubocop-ruby2_6.svg
64
+ [🚎26-cwf]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/current.yml
65
+ [🚎26-cwfi]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/current.yml/badge.svg
66
+ [🖐26-hwf]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/heads.yml
67
+ [🖐26-hwfi]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/heads.yml/badge.svg
68
+ [🧮26-lwf]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/legacy.yml
69
+ [🧮26-lwfi]: https://github.com/rubocop-lts/rubocop-ruby2_6/actions/workflows/legacy.yml/badge.svg
70
+ [📗26-io]: https://github.com/rubocop-lts/rubocop-ruby2_6/issues
71
+ [📗26-ioi]: https://img.shields.io/github/issues-raw/rubocop-lts/rubocop-ruby2_6
72
+ [🚀26-ic]: https://github.com/rubocop-lts/rubocop-ruby2_6/issues?q=is%3Aissue+is%3Aclosed
73
+ [🚀26-ici]: https://img.shields.io/github/issues-closed-raw/rubocop-lts/rubocop-ruby2_6
74
+ [💄26-po]: https://github.com/rubocop-lts/rubocop-ruby2_6/pulls
75
+ [💄26-poi]: https://img.shields.io/github/issues-pr/rubocop-lts/rubocop-ruby2_6
76
+ [👽26-pc]: https://github.com/rubocop-lts/rubocop-ruby2_6/pulls?q=is%3Apr+is%3Aclosed
77
+ [👽26-pci]: https://img.shields.io/github/issues-pr-closed/rubocop-lts/rubocop-ruby2_6
78
+ [⛳️26-g]: https://rubygems.org/gems/rubocop-ruby2_6
79
+ [⛳️26-gh]: https://github.com/rubocop-lts/rubocop-ruby2_6
80
+
19
81
  # Rubocop::Ruby26
20
82
 
21
83
  See the intro [blog post](https://dev.to/pboling/rubocop-ruby-matrix-gems-nj)!
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Rubocop
4
4
  module Ruby26
5
- VERSION = "1.0.4"
5
+ VERSION = "1.0.5"
6
6
  end
7
7
  end
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
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 1.28.2
19
+ version: 1.29.1
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 1.28.2
26
+ version: 1.29.1
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rake
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -77,10 +77,10 @@ licenses:
77
77
  - MIT
78
78
  metadata:
79
79
  homepage_uri: https://github.com/rubocop-lts/rubocop-ruby2_6
80
- source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/tree/v1.0.4
81
- changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/blob/v1.0.4/CHANGELOG.md
80
+ source_code_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/tree/v1.0.5
81
+ changelog_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/blob/v1.0.5/CHANGELOG.md
82
82
  bug_tracker_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/issues
83
- documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_6/1.0.4
83
+ documentation_uri: https://www.rubydoc.info/gems/rubocop-ruby2_6/1.0.5
84
84
  wiki_uri: https://github.com/rubocop-lts/rubocop-ruby2_6/wiki
85
85
  rubygems_mfa_required: 'true'
86
86
  post_install_message: