appraisal2-rubocop 1.0.0 → 1.0.1
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +79 -3
- data/LICENSE.md +1 -1
- data/README.md +34 -32
- data/lib/appraisal2/rubocop/version.rb +4 -1
- data/lib/appraisal2/rubocop.rb +0 -8
- data/lib/appraisal2-rubocop.rb +6 -0
- data.tar.gz.sig +0 -0
- metadata +44 -23
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1d9996b1797de9dcd54682d3879767d67225d4afafb299077b78bb96e2cdc426
|
|
4
|
+
data.tar.gz: e0257a658d69712a6d0ea7d26b4e19507c27e4a35b2302a2186e16b32c0e689b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 214ebde1b11fea878433183107bbcffca091bd45523f7ffe495f3aedafe6f253441578c70e054a29f9b1dd6ba6ef98edc2e657cc44ed9e9255db34d3c455c05e
|
|
7
|
+
data.tar.gz: a70f456ea30c3a400bb392964c13716b8cbe77a71dc4fdffa0e449bb7261b2584b40509c5cc523936c2409f910b7dded287dc7371095f27f0cd24e13c8b8e866
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,82 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.1] - 2026-08-06
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.1][1.0.1t]
|
|
36
|
+
- COVERAGE: 100.00% -- 86/86 lines in 4 files
|
|
37
|
+
- BRANCH COVERAGE: 95.83% -- 23/24 branches in 4 files
|
|
38
|
+
- 26.32% documented
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260720-005 - README Support & Community links now
|
|
43
|
+
include RubyForum.
|
|
44
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
45
|
+
configuration and documentation dependencies so documentation issues fail
|
|
46
|
+
before generated docs are refreshed.
|
|
47
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
48
|
+
RSpec helpers provided by `kettle-test`.
|
|
49
|
+
|
|
50
|
+
### Changed
|
|
51
|
+
|
|
52
|
+
- Re-enabled the StructuredMerge `smorg-rb` semantic Git diff driver for Ruby
|
|
53
|
+
files so this project dogfoods the internal tooling.
|
|
54
|
+
|
|
55
|
+
- kettle-jem-template-20260720-002 - Development Gemfiles now use the released
|
|
56
|
+
`tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
57
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
58
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
59
|
+
specs are not managed for the project.
|
|
60
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
61
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
62
|
+
installing the main Gemfile bundle.
|
|
63
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
64
|
+
use ClickGems instead of BestGems.
|
|
65
|
+
|
|
66
|
+
### Fixed
|
|
67
|
+
|
|
68
|
+
- kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
|
|
69
|
+
uses the installed `smorg-rb` driver command.
|
|
70
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
71
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
72
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
73
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
74
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
75
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
76
|
+
coverage thresholds still pass.
|
|
77
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
78
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
79
|
+
installs are not reported as project lint debt.
|
|
80
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
81
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
82
|
+
before the test suite starts.
|
|
83
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
84
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
85
|
+
lockfile parser failures on Git and path dependencies.
|
|
86
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
87
|
+
missing canonical version spec when a project only has shim namespace version
|
|
88
|
+
specs.
|
|
89
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
90
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
91
|
+
failures against `gem.coop`.
|
|
92
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
93
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
94
|
+
even when the gemspec is loaded from another working directory.
|
|
95
|
+
|
|
96
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
97
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
98
|
+
parameter names from producing invalid configuration after a merge.
|
|
99
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
100
|
+
documentation now normalize configured underscore hostnames to valid
|
|
101
|
+
hyphenated hostnames.
|
|
102
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
103
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
104
|
+
matching Galtzo-hosted asset exists.
|
|
105
|
+
|
|
106
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
107
|
+
preserving comments and trailing commas during template updates.
|
|
108
|
+
|
|
33
109
|
## [1.0.0] - 2026-07-18
|
|
34
110
|
|
|
35
111
|
- TAG: [v1.0.0][1.0.0t]
|
|
@@ -39,8 +115,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
39
115
|
|
|
40
116
|
### Changed
|
|
41
117
|
|
|
42
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
43
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
44
118
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
45
119
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
46
120
|
|
|
@@ -131,7 +205,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
131
205
|
- Replaced the hardcoded local `appraisal2` Gemfile path with ENV-driven
|
|
132
206
|
`nomono` sibling workspace wiring.
|
|
133
207
|
|
|
134
|
-
[Unreleased]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.
|
|
208
|
+
[Unreleased]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.1...HEAD
|
|
209
|
+
[1.0.1]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v1.0.0...v1.0.1
|
|
210
|
+
[1.0.1t]: https://github.com/appraisal-rb/appraisal2-rubocop/releases/tag/v1.0.1
|
|
135
211
|
[1.0.0]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v0.2.3...v1.0.0
|
|
136
212
|
[1.0.0t]: https://github.com/appraisal-rb/appraisal2-rubocop/releases/tag/v1.0.0
|
|
137
213
|
[0.2.3]: https://github.com/appraisal-rb/appraisal2-rubocop/compare/v0.2.2...v0.2.3
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<a href="https://github.com/appraisal-rb"><img alt="appraisal-rb Logo by
|
|
1
|
+
<a href="https://github.com/appraisal-rb"><img alt="appraisal-rb Logo by GitHub" src="https://github.com/appraisal-rb.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 💎 Appraisal2::Rubocop
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -37,8 +37,8 @@ available only to the generator bundle.
|
|
|
37
37
|
| Works with Truffle Ruby | [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
|
|
38
38
|
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
39
39
|
| Works with MRI Ruby 3 | [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
40
|
-
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
41
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
40
|
+
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
41
|
+
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on GitHub.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
42
42
|
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
|
|
43
43
|
| Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
|
44
44
|
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
|
|
@@ -60,15 +60,15 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
60
60
|
<details markdown="1">
|
|
61
61
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
62
62
|
|
|
63
|
-
| Gem | Source | Role |
|
|
63
|
+
| Gem | Source | Role | Total downloads |
|
|
64
64
|
|-----|--------|------|---------------------|
|
|
65
|
-
| [appraisal2](https://
|
|
66
|
-
| [kettle-dev](https://
|
|
67
|
-
| [kettle-jem](https://
|
|
68
|
-
| [kettle-soup-cover](https://
|
|
69
|
-
| [kettle-test](https://
|
|
70
|
-
| [rubocop-lts](https://
|
|
71
|
-
| [turbo_tests2](https://
|
|
65
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
66
|
+
| [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
|
|
67
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
68
|
+
| [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
|
|
69
|
+
| [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://clickgems.clickhouse.com/dashboard/kettle-test) |
|
|
70
|
+
| [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
|
|
71
|
+
| [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
72
72
|
|
|
73
73
|
</details>
|
|
74
74
|
|
|
@@ -77,17 +77,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
77
77
|
<details markdown="1">
|
|
78
78
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
79
79
|
|
|
80
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
81
|
-
|
|
82
|
-
| 🧪 [appraisal-rb/appraisal2-rubocop on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
83
|
-
| 🧊 [appraisal-rb/appraisal2-rubocop on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
84
|
-
| 🐙 [appraisal-rb/appraisal2-rubocop on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
85
|
-
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
80
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
81
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
82
|
+
| 🧪 [appraisal-rb/appraisal2-rubocop on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
83
|
+
| 🧊 [appraisal-rb/appraisal2-rubocop on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
84
|
+
| 🐙 [appraisal-rb/appraisal2-rubocop on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
86
85
|
|
|
87
86
|
</details>
|
|
88
87
|
|
|
89
|
-
[gh-discussions]: https://github.com/appraisal-rb/appraisal2-rubocop/discussions
|
|
90
|
-
|
|
91
88
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-appraisal2-rubocop?utm_source=rubygems-appraisal2-rubocop&utm_medium=referral&utm_campaign=readme)
|
|
92
89
|
|
|
93
90
|
Available as part of the Tidelift Subscription.
|
|
@@ -105,6 +102,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
105
102
|
|
|
106
103
|
Alternatively:
|
|
107
104
|
|
|
105
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
108
106
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
109
107
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
110
108
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -304,7 +302,7 @@ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with
|
|
|
304
302
|
For example:
|
|
305
303
|
|
|
306
304
|
```ruby
|
|
307
|
-
spec.add_dependency("appraisal2-rubocop", "~>
|
|
305
|
+
spec.add_dependency("appraisal2-rubocop", "~> 1.0")
|
|
308
306
|
```
|
|
309
307
|
|
|
310
308
|
<details markdown="1">
|
|
@@ -325,7 +323,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
325
323
|
## 📄 License
|
|
326
324
|
|
|
327
325
|
The gem is available as open source under the terms of
|
|
328
|
-
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
326
|
+
the [MIT](https://github.com/appraisal-rb/appraisal2-rubocop/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
329
327
|
|
|
330
328
|
### © Copyright
|
|
331
329
|
|
|
@@ -347,11 +345,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
347
345
|
so if you value the work I am doing, I need your support.
|
|
348
346
|
Please consider sponsoring me or the project.
|
|
349
347
|
|
|
350
|
-
To join the community or get help
|
|
348
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
351
349
|
|
|
350
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
352
351
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
353
352
|
|
|
354
|
-
To say "thanks!" ☝️ Join the
|
|
353
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
355
354
|
|
|
356
355
|
[![Sponsor appraisal-rb/appraisal2-rubocop on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
357
356
|
|
|
@@ -392,11 +391,14 @@ Thanks for RTFM. ☺️
|
|
|
392
391
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
393
392
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
394
393
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
394
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
395
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
396
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/appraisal-rb
|
|
395
397
|
|
|
396
398
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
397
399
|
[⛳️gem-namespace]: https://github.com/appraisal-rb/appraisal2-rubocop
|
|
398
400
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Appraisal2::Rubocop-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
399
|
-
[⛳️gem-name]: https://
|
|
401
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop
|
|
400
402
|
[⛳️name-img]: https://img.shields.io/badge/name-appraisal2--rubocop-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
401
403
|
[⛳️tag-img]: https://img.shields.io/github/tag/appraisal-rb/appraisal2-rubocop.svg
|
|
402
404
|
[⛳️tag]: https://github.com/appraisal-rb/appraisal2-rubocop/releases
|
|
@@ -437,7 +439,7 @@ Thanks for RTFM. ☺️
|
|
|
437
439
|
[📜src-gl]: https://gitlab.com/appraisal-rb/appraisal2-rubocop
|
|
438
440
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
439
441
|
[📜src-cb]: https://codeberg.org/appraisal-rb/appraisal2-rubocop
|
|
440
|
-
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=
|
|
442
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
|
|
441
443
|
[📜src-gh]: https://github.com/appraisal-rb/appraisal2-rubocop
|
|
442
444
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
443
445
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
@@ -445,9 +447,9 @@ Thanks for RTFM. ☺️
|
|
|
445
447
|
[📜gh-wiki]: https://github.com/appraisal-rb/appraisal2-rubocop/wiki
|
|
446
448
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
447
449
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
448
|
-
[👽dl-rank]: https://
|
|
449
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
450
|
-
[👽version]: https://
|
|
450
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop
|
|
451
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/appraisal2-rubocop.svg
|
|
452
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop
|
|
451
453
|
[👽versioni]: https://img.shields.io/gem/v/appraisal2-rubocop.svg
|
|
452
454
|
[🏀qlty-mnt]: https://qlty.sh/gh/appraisal-rb/projects/appraisal2-rubocop
|
|
453
455
|
[🏀qlty-mnti]: https://qlty.sh/gh/appraisal-rb/projects/appraisal2-rubocop/maintainability.svg
|
|
@@ -529,12 +531,12 @@ Thanks for RTFM. ☺️
|
|
|
529
531
|
[📌gitmoji]: https://gitmoji.dev
|
|
530
532
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
531
533
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
532
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
534
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.086-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
533
535
|
[🔐security]: https://github.com/appraisal-rb/appraisal2-rubocop/blob/main/SECURITY.md
|
|
534
536
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
535
537
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
536
538
|
[📄license]: LICENSE.md
|
|
537
|
-
[📄license-ref]: MIT.md
|
|
539
|
+
[📄license-ref]: https://github.com/appraisal-rb/appraisal2-rubocop/blob/main/MIT.md
|
|
538
540
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
539
541
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
540
542
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
@@ -2,9 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
module Appraisal2
|
|
4
4
|
module Rubocop
|
|
5
|
+
# Version namespace for this gem.
|
|
5
6
|
module Version
|
|
6
|
-
|
|
7
|
+
# Current gem version.
|
|
8
|
+
VERSION = "1.0.1"
|
|
7
9
|
end
|
|
10
|
+
# Current gem version exposed at the traditional constant location.
|
|
8
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
9
12
|
end
|
|
10
13
|
end
|
data/lib/appraisal2/rubocop.rb
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
-
require "version_gem"
|
|
4
|
-
require_relative "rubocop/version"
|
|
5
|
-
|
|
6
3
|
require "appraisal/hooks"
|
|
7
4
|
require "appraisal2/rubocop/runner"
|
|
8
|
-
require "appraisal2/rubocop/version"
|
|
9
5
|
|
|
10
6
|
module Appraisal2
|
|
11
7
|
module Rubocop
|
|
@@ -35,7 +31,3 @@ module Appraisal2
|
|
|
35
31
|
end
|
|
36
32
|
|
|
37
33
|
Appraisal2::Rubocop.install!
|
|
38
|
-
|
|
39
|
-
Appraisal2::Rubocop::Version.class_eval do
|
|
40
|
-
extend VersionGem::Basic
|
|
41
|
-
end
|
data/lib/appraisal2-rubocop.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: appraisal2-rubocop
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -43,14 +43,14 @@ dependencies:
|
|
|
43
43
|
requirements:
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: 3.1
|
|
46
|
+
version: 3.2.1
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version: 3.1
|
|
53
|
+
version: 3.2.1
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: rubocop
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -74,7 +74,7 @@ dependencies:
|
|
|
74
74
|
version: '1.1'
|
|
75
75
|
- - ">="
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
|
-
version: 1.1.
|
|
77
|
+
version: 1.1.15
|
|
78
78
|
type: :runtime
|
|
79
79
|
prerelease: false
|
|
80
80
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -84,27 +84,27 @@ dependencies:
|
|
|
84
84
|
version: '1.1'
|
|
85
85
|
- - ">="
|
|
86
86
|
- !ruby/object:Gem::Version
|
|
87
|
-
version: 1.1.
|
|
87
|
+
version: 1.1.15
|
|
88
88
|
- !ruby/object:Gem::Dependency
|
|
89
89
|
name: kettle-dev
|
|
90
90
|
requirement: !ruby/object:Gem::Requirement
|
|
91
91
|
requirements:
|
|
92
92
|
- - "~>"
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
|
-
version: '2.
|
|
94
|
+
version: '2.5'
|
|
95
95
|
- - ">="
|
|
96
96
|
- !ruby/object:Gem::Version
|
|
97
|
-
version: 2.
|
|
97
|
+
version: 2.5.17
|
|
98
98
|
type: :development
|
|
99
99
|
prerelease: false
|
|
100
100
|
version_requirements: !ruby/object:Gem::Requirement
|
|
101
101
|
requirements:
|
|
102
102
|
- - "~>"
|
|
103
103
|
- !ruby/object:Gem::Version
|
|
104
|
-
version: '2.
|
|
104
|
+
version: '2.5'
|
|
105
105
|
- - ">="
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
version: 2.
|
|
107
|
+
version: 2.5.17
|
|
108
108
|
- !ruby/object:Gem::Dependency
|
|
109
109
|
name: bundler-audit
|
|
110
110
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -153,6 +153,26 @@ dependencies:
|
|
|
153
153
|
- - ">="
|
|
154
154
|
- !ruby/object:Gem::Version
|
|
155
155
|
version: 1.0.4
|
|
156
|
+
- !ruby/object:Gem::Dependency
|
|
157
|
+
name: anonymous_loader
|
|
158
|
+
requirement: !ruby/object:Gem::Requirement
|
|
159
|
+
requirements:
|
|
160
|
+
- - "~>"
|
|
161
|
+
- !ruby/object:Gem::Version
|
|
162
|
+
version: '0.1'
|
|
163
|
+
- - ">="
|
|
164
|
+
- !ruby/object:Gem::Version
|
|
165
|
+
version: 0.1.3
|
|
166
|
+
type: :development
|
|
167
|
+
prerelease: false
|
|
168
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
169
|
+
requirements:
|
|
170
|
+
- - "~>"
|
|
171
|
+
- !ruby/object:Gem::Version
|
|
172
|
+
version: '0.1'
|
|
173
|
+
- - ">="
|
|
174
|
+
- !ruby/object:Gem::Version
|
|
175
|
+
version: 0.1.3
|
|
156
176
|
- !ruby/object:Gem::Dependency
|
|
157
177
|
name: kettle-test
|
|
158
178
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -162,7 +182,7 @@ dependencies:
|
|
|
162
182
|
version: '2.0'
|
|
163
183
|
- - ">="
|
|
164
184
|
- !ruby/object:Gem::Version
|
|
165
|
-
version: 2.0.
|
|
185
|
+
version: 2.0.19
|
|
166
186
|
type: :development
|
|
167
187
|
prerelease: false
|
|
168
188
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -172,27 +192,27 @@ dependencies:
|
|
|
172
192
|
version: '2.0'
|
|
173
193
|
- - ">="
|
|
174
194
|
- !ruby/object:Gem::Version
|
|
175
|
-
version: 2.0.
|
|
195
|
+
version: 2.0.19
|
|
176
196
|
- !ruby/object:Gem::Dependency
|
|
177
197
|
name: turbo_tests2
|
|
178
198
|
requirement: !ruby/object:Gem::Requirement
|
|
179
199
|
requirements:
|
|
180
200
|
- - "~>"
|
|
181
201
|
- !ruby/object:Gem::Version
|
|
182
|
-
version: '3.
|
|
202
|
+
version: '3.2'
|
|
183
203
|
- - ">="
|
|
184
204
|
- !ruby/object:Gem::Version
|
|
185
|
-
version: 3.
|
|
205
|
+
version: 3.2.4
|
|
186
206
|
type: :development
|
|
187
207
|
prerelease: false
|
|
188
208
|
version_requirements: !ruby/object:Gem::Requirement
|
|
189
209
|
requirements:
|
|
190
210
|
- - "~>"
|
|
191
211
|
- !ruby/object:Gem::Version
|
|
192
|
-
version: '3.
|
|
212
|
+
version: '3.2'
|
|
193
213
|
- - ">="
|
|
194
214
|
- !ruby/object:Gem::Version
|
|
195
|
-
version: 3.
|
|
215
|
+
version: 3.2.4
|
|
196
216
|
- !ruby/object:Gem::Dependency
|
|
197
217
|
name: ruby-progressbar
|
|
198
218
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -216,7 +236,7 @@ dependencies:
|
|
|
216
236
|
version: '1.0'
|
|
217
237
|
- - ">="
|
|
218
238
|
- !ruby/object:Gem::Version
|
|
219
|
-
version: 1.0.
|
|
239
|
+
version: 1.0.8
|
|
220
240
|
type: :development
|
|
221
241
|
prerelease: false
|
|
222
242
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -226,7 +246,7 @@ dependencies:
|
|
|
226
246
|
version: '1.0'
|
|
227
247
|
- - ">="
|
|
228
248
|
- !ruby/object:Gem::Version
|
|
229
|
-
version: 1.0.
|
|
249
|
+
version: 1.0.8
|
|
230
250
|
- !ruby/object:Gem::Dependency
|
|
231
251
|
name: gitmoji-regex
|
|
232
252
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -236,7 +256,7 @@ dependencies:
|
|
|
236
256
|
version: '2.0'
|
|
237
257
|
- - ">="
|
|
238
258
|
- !ruby/object:Gem::Version
|
|
239
|
-
version: 2.0.
|
|
259
|
+
version: 2.0.11
|
|
240
260
|
type: :development
|
|
241
261
|
prerelease: false
|
|
242
262
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -246,7 +266,7 @@ dependencies:
|
|
|
246
266
|
version: '2.0'
|
|
247
267
|
- - ">="
|
|
248
268
|
- !ruby/object:Gem::Version
|
|
249
|
-
version: 2.0.
|
|
269
|
+
version: 2.0.11
|
|
250
270
|
- !ruby/object:Gem::Dependency
|
|
251
271
|
name: rspec
|
|
252
272
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -282,14 +302,15 @@ licenses:
|
|
|
282
302
|
- MIT
|
|
283
303
|
metadata:
|
|
284
304
|
homepage_uri: https://appraisal2-rubocop.galtzo.com
|
|
285
|
-
source_code_uri: https://github.com/appraisal-rb/appraisal2-rubocop/tree/v1.0.
|
|
286
|
-
changelog_uri: https://github.com/appraisal-rb/appraisal2-rubocop/blob/v1.0.
|
|
305
|
+
source_code_uri: https://github.com/appraisal-rb/appraisal2-rubocop/tree/v1.0.1
|
|
306
|
+
changelog_uri: https://github.com/appraisal-rb/appraisal2-rubocop/blob/v1.0.1/CHANGELOG.md
|
|
287
307
|
bug_tracker_uri: https://github.com/appraisal-rb/appraisal2-rubocop/issues
|
|
288
|
-
documentation_uri: https://www.rubydoc.info/gems/appraisal2-rubocop/1.0.
|
|
308
|
+
documentation_uri: https://www.rubydoc.info/gems/appraisal2-rubocop/1.0.1
|
|
289
309
|
funding_uri: https://github.com/sponsors/pboling
|
|
290
310
|
wiki_uri: https://github.com/appraisal-rb/appraisal2-rubocop/wiki
|
|
291
311
|
news_uri: https://www.railsbling.com/tags/appraisal2-rubocop
|
|
292
312
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
313
|
+
mailing_list_uri: https://www.rubyforum.org/tag/appraisal-rb
|
|
293
314
|
rubygems_mfa_required: 'true'
|
|
294
315
|
rdoc_options:
|
|
295
316
|
- "--title"
|
|
@@ -314,7 +335,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
314
335
|
- !ruby/object:Gem::Version
|
|
315
336
|
version: '0'
|
|
316
337
|
requirements: []
|
|
317
|
-
rubygems_version: 4.0.
|
|
338
|
+
rubygems_version: 4.0.17
|
|
318
339
|
specification_version: 4
|
|
319
340
|
summary: "\U0001F48E Run RuboCop cleanup after Appraisal2 gemfile generation"
|
|
320
341
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|