gem_mine 0.1.2 → 0.1.4
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 +100 -1
- data/LICENSE.md +1 -1
- data/README.md +38 -48
- data/lib/gem_mine/helpers.rb +17 -0
- data/lib/gem_mine/version.rb +4 -1
- data/lib/gem_mine.rb +1 -0
- data/sig/gem_mine.rbs +4 -0
- data.tar.gz.sig +0 -0
- metadata +48 -44
- metadata.gz.sig +0 -0
- data/CITATION.cff +0 -20
- data/CODE_OF_CONDUCT.md +0 -134
- data/CONTRIBUTING.md +0 -275
- data/FUNDING.md +0 -70
- data/MIT.md +0 -21
- data/RUBOCOP.md +0 -71
- data/SECURITY.md +0 -21
- data/certs/pboling.pem +0 -27
- data/sig/gem_mine/version.rbs +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3bcfa64915338ca3dafd7726fa1bf1d05212a32837bf7fe8bcf3ee29dde895ec
|
|
4
|
+
data.tar.gz: be3a417c884f85bc449214a6c50e4f5c630e7a45f936119c0d61775ce64d788a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5da543da45503be06ab718264347a71d5a6646ba11aeccaa51b7df9c5c68abc8df2e11c139003ddf8ac4370c736ebe8669c6af73e6febaaba7fb882c196942ef
|
|
7
|
+
data.tar.gz: aea92c2a25192a8d46f5f6957e24e24c5c82b4e6f782a27d3f87dd888915ed7ee6e0fc566539659667b50812e6729008184950bef535a702c745e01561845980
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,101 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.4] - 2026-08-29
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.4][0.1.4t]
|
|
36
|
+
- COVERAGE: 99.18% -- 121/122 lines in 3 files
|
|
37
|
+
- BRANCH COVERAGE: 87.50% -- 21/24 branches in 3 files
|
|
38
|
+
- 43.48% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 52 project files:
|
|
43
|
+
- configuration (1)
|
|
44
|
+
- dependencies (47)
|
|
45
|
+
- other (4)
|
|
46
|
+
|
|
47
|
+
- [kc] kettle-jem/template: updated 18 project files:
|
|
48
|
+
- code and tests (4)
|
|
49
|
+
- configuration (1)
|
|
50
|
+
- dependencies (3)
|
|
51
|
+
- documentation (3)
|
|
52
|
+
- other (6)
|
|
53
|
+
- workflows (1)
|
|
54
|
+
|
|
55
|
+
## [0.1.3] - 2026-08-05
|
|
56
|
+
|
|
57
|
+
- TAG: [v0.1.3][0.1.3t]
|
|
58
|
+
- COVERAGE: 99.18% -- 121/122 lines in 3 files
|
|
59
|
+
- BRANCH COVERAGE: 87.50% -- 21/24 branches in 3 files
|
|
60
|
+
- 43.48% documented
|
|
61
|
+
|
|
62
|
+
### Added
|
|
63
|
+
|
|
64
|
+
- kettle-jem-template-20260720-005 - README Support & Community links now
|
|
65
|
+
include RubyForum.
|
|
66
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
67
|
+
configuration and documentation dependencies so documentation issues fail
|
|
68
|
+
before generated docs are refreshed.
|
|
69
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
70
|
+
RSpec helpers provided by `kettle-test`.
|
|
71
|
+
- Add GemMine::Helpers.camelize for fixture generators that need conventional gem names converted to Ruby constant names.
|
|
72
|
+
|
|
73
|
+
### Changed
|
|
74
|
+
|
|
75
|
+
- kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
|
|
76
|
+
files, reducing package noise for downstream packagers.
|
|
77
|
+
- kettle-jem-template-20260720-002 - Development Gemfiles now use the released
|
|
78
|
+
`tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
79
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
80
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
81
|
+
specs are not managed for the project.
|
|
82
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
83
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
84
|
+
installing the main Gemfile bundle.
|
|
85
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
86
|
+
use ClickGems instead of BestGems.
|
|
87
|
+
|
|
88
|
+
### Fixed
|
|
89
|
+
|
|
90
|
+
- kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
|
|
91
|
+
uses the installed `smorg-rb` driver command.
|
|
92
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
93
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
94
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
95
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
96
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
97
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
98
|
+
coverage thresholds still pass.
|
|
99
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
100
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
101
|
+
installs are not reported as project lint debt.
|
|
102
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
103
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
104
|
+
before the test suite starts.
|
|
105
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
106
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
107
|
+
lockfile parser failures on Git and path dependencies.
|
|
108
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
109
|
+
missing canonical version spec when a project only has shim namespace version
|
|
110
|
+
specs.
|
|
111
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
112
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
113
|
+
even when the gemspec is loaded from another working directory.
|
|
114
|
+
|
|
115
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
116
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
117
|
+
parameter names from producing invalid configuration after a merge.
|
|
118
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
119
|
+
documentation now normalize configured underscore hostnames to valid
|
|
120
|
+
hyphenated hostnames.
|
|
121
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
122
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
123
|
+
matching Galtzo-hosted asset exists.
|
|
124
|
+
|
|
125
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
126
|
+
preserving comments and trailing commas during template updates.
|
|
127
|
+
|
|
33
128
|
## [0.1.2] - 2026-07-01
|
|
34
129
|
|
|
35
130
|
- TAG: [v0.1.2][0.1.2t]
|
|
@@ -82,7 +177,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
82
177
|
git author metadata.
|
|
83
178
|
- Corrected the gemspec public author email to use `floss@galtzo.com`.
|
|
84
179
|
|
|
85
|
-
[Unreleased]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.
|
|
180
|
+
[Unreleased]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.4...HEAD
|
|
181
|
+
[0.1.4]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.3...v0.1.4
|
|
182
|
+
[0.1.4t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.4
|
|
183
|
+
[0.1.3]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.2...v0.1.3
|
|
184
|
+
[0.1.3t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.3
|
|
86
185
|
[0.1.2]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.1...v0.1.2
|
|
87
186
|
[0.1.2t]: https://github.com/appraisal-rb/gem_mine/releases/tag/v0.1.2
|
|
88
187
|
[0.1.1]: https://github.com/appraisal-rb/gem_mine/compare/v0.1.0...v0.1.1
|
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
|
# ⛏️ GemMine
|
|
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
|
|
|
@@ -39,8 +39,8 @@ local git repository for specs that exercise `git` sources.
|
|
|
39
39
|
| Works with Truffle Ruby | [![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]|
|
|
40
40
|
| Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
|
|
41
41
|
| Works with MRI Ruby 3 | [![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]|
|
|
42
|
-
| 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] |
|
|
43
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
42
|
+
| 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] |
|
|
43
|
+
| 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] |
|
|
44
44
|
| 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] |
|
|
45
45
|
| 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] |
|
|
46
46
|
| 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] |
|
|
@@ -49,7 +49,7 @@ local git repository for specs that exercise `git` sources.
|
|
|
49
49
|
|
|
50
50
|
### Compatibility
|
|
51
51
|
|
|
52
|
-
Compatible with MRI Ruby 3.2.0+,
|
|
52
|
+
Compatible with MRI Ruby 3.2.0+, JRuby, and TruffleRuby.
|
|
53
53
|
CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
|
|
54
54
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
55
55
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -62,16 +62,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
62
62
|
<details markdown="1">
|
|
63
63
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
64
64
|
|
|
65
|
-
| Gem | Source | Role |
|
|
65
|
+
| Gem | Source | Role | Total downloads |
|
|
66
66
|
|-----|--------|------|---------------------|
|
|
67
|
-
| [appraisal2](https://
|
|
68
|
-
| [appraisal2-rubocop](https://
|
|
69
|
-
| [kettle-dev](https://
|
|
70
|
-
| [kettle-jem](https://
|
|
71
|
-
| [kettle-soup-cover](https://
|
|
72
|
-
| [kettle-test](https://
|
|
73
|
-
| [rubocop-lts](https://
|
|
74
|
-
| [turbo_tests2](https://
|
|
67
|
+
| [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) |
|
|
68
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
69
|
+
| [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) |
|
|
70
|
+
| [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) |
|
|
71
|
+
| [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) |
|
|
72
|
+
| [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) |
|
|
73
|
+
| [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) |
|
|
74
|
+
| [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) |
|
|
75
75
|
|
|
76
76
|
</details>
|
|
77
77
|
|
|
@@ -80,18 +80,17 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
80
80
|
<details markdown="1">
|
|
81
81
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
82
82
|
|
|
83
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
84
|
-
|
|
85
|
-
| 🧪 [appraisal-rb/gem_mine on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
86
|
-
| 🧊 [appraisal-rb/gem_mine on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
87
|
-
| 🐙 [appraisal-rb/gem_mine on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
88
|
-
| 🎮️ [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] |
|
|
83
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
84
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
85
|
+
| 🧪 [appraisal-rb/gem_mine on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
86
|
+
| 🧊 [appraisal-rb/gem_mine on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
87
|
+
| 🐙 [appraisal-rb/gem_mine on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
89
88
|
|
|
90
89
|
</details>
|
|
91
90
|
|
|
92
|
-
|
|
91
|
+
### Enterprise Support
|
|
93
92
|
|
|
94
|
-
|
|
93
|
+
[](https://tidelift.com/subscription/pkg/rubygems-gem_mine?utm_source=rubygems-gem_mine&utm_medium=referral&utm_campaign=readme)
|
|
95
94
|
|
|
96
95
|
Available as part of the Tidelift Subscription.
|
|
97
96
|
|
|
@@ -108,6 +107,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
108
107
|
|
|
109
108
|
Alternatively:
|
|
110
109
|
|
|
110
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
111
111
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
112
112
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
113
113
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -242,8 +242,7 @@ See [SECURITY.md][🔐security].
|
|
|
242
242
|
## 🤝 Contributing
|
|
243
243
|
|
|
244
244
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
245
|
-
|
|
246
|
-
or use the gem and think about how it could be better.
|
|
245
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
247
246
|
|
|
248
247
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
249
248
|
|
|
@@ -279,19 +278,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
279
278
|
|
|
280
279
|
Also see GitLab Contributors: [https://gitlab.com/appraisal-rb/gem_mine/-/graphs/main][🚎contributors-gl]
|
|
281
280
|
|
|
282
|
-
<details markdown="1">
|
|
283
|
-
<summary>⭐️ Star History</summary>
|
|
284
|
-
|
|
285
|
-
<a href="https://star-history.com/appraisal-rb/gem_mine&Date">
|
|
286
|
-
<picture>
|
|
287
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/gem_mine&type=Date&theme=dark" />
|
|
288
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/gem_mine&type=Date" />
|
|
289
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=appraisal-rb/gem_mine&type=Date" />
|
|
290
|
-
</picture>
|
|
291
|
-
</a>
|
|
292
|
-
|
|
293
|
-
</details>
|
|
294
|
-
|
|
295
281
|
## 📌 Versioning
|
|
296
282
|
|
|
297
283
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -321,7 +307,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
321
307
|
## 📄 License
|
|
322
308
|
|
|
323
309
|
The gem is available as open source under the terms of
|
|
324
|
-
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
310
|
+
the [MIT](https://github.com/appraisal-rb/gem_mine/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
325
311
|
|
|
326
312
|
### © Copyright
|
|
327
313
|
|
|
@@ -343,11 +329,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
343
329
|
so if you value the work I am doing, I need your support.
|
|
344
330
|
Please consider sponsoring me or the project.
|
|
345
331
|
|
|
346
|
-
To join the community or get help
|
|
332
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
347
333
|
|
|
334
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
348
335
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
349
336
|
|
|
350
|
-
To say "thanks!" ☝️ Join the
|
|
337
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
351
338
|
|
|
352
339
|
[![Sponsor appraisal-rb/gem_mine 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]
|
|
353
340
|
|
|
@@ -388,11 +375,14 @@ Thanks for RTFM. ☺️
|
|
|
388
375
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
389
376
|
[✉️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
|
|
390
377
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
378
|
+
[✉️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
|
|
379
|
+
[✉️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
|
|
380
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/appraisal-rb
|
|
391
381
|
|
|
392
382
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
393
383
|
[⛳️gem-namespace]: https://github.com/appraisal-rb/gem_mine
|
|
394
384
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-GemMine-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
395
|
-
[⛳️gem-name]: https://
|
|
385
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/gem_mine
|
|
396
386
|
[⛳️name-img]: https://img.shields.io/badge/name-gem__mine-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
397
387
|
[⛳️tag-img]: https://img.shields.io/github/tag/appraisal-rb/gem_mine.svg
|
|
398
388
|
[⛳️tag]: https://github.com/appraisal-rb/gem_mine/releases
|
|
@@ -433,7 +423,7 @@ Thanks for RTFM. ☺️
|
|
|
433
423
|
[📜src-gl]: https://gitlab.com/appraisal-rb/gem_mine
|
|
434
424
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
435
425
|
[📜src-cb]: https://codeberg.org/appraisal-rb/gem_mine
|
|
436
|
-
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=
|
|
426
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
|
|
437
427
|
[📜src-gh]: https://github.com/appraisal-rb/gem_mine
|
|
438
428
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
439
429
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
@@ -441,9 +431,9 @@ Thanks for RTFM. ☺️
|
|
|
441
431
|
[📜gh-wiki]: https://github.com/appraisal-rb/gem_mine/wiki
|
|
442
432
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
443
433
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
444
|
-
[👽dl-rank]: https://
|
|
445
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
446
|
-
[👽version]: https://
|
|
434
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/gem_mine
|
|
435
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/gem_mine.svg
|
|
436
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/gem_mine
|
|
447
437
|
[👽versioni]: https://img.shields.io/gem/v/gem_mine.svg
|
|
448
438
|
[🏀qlty-mnt]: https://qlty.sh/gh/appraisal-rb/projects/gem_mine
|
|
449
439
|
[🏀qlty-mnti]: https://qlty.sh/gh/appraisal-rb/projects/gem_mine/maintainability.svg
|
|
@@ -519,12 +509,12 @@ Thanks for RTFM. ☺️
|
|
|
519
509
|
[📌gitmoji]: https://gitmoji.dev
|
|
520
510
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
521
511
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
522
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
512
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.122-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
523
513
|
[🔐security]: https://github.com/appraisal-rb/gem_mine/blob/main/SECURITY.md
|
|
524
514
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
525
515
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
526
516
|
[📄license]: LICENSE.md
|
|
527
|
-
[📄license-ref]: MIT.md
|
|
517
|
+
[📄license-ref]: https://github.com/appraisal-rb/gem_mine/blob/main/MIT.md
|
|
528
518
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
529
519
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
530
520
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
module GemMine
|
|
4
|
+
# Small, dependency-free helpers for fixture naming.
|
|
5
|
+
module Helpers
|
|
6
|
+
SPLIT_UNDERSCORE_OR_SPACE = /[_\s]+/
|
|
7
|
+
|
|
8
|
+
module_function
|
|
9
|
+
|
|
10
|
+
# Converts a conventional gem name to its matching Ruby constant name.
|
|
11
|
+
def camelize(value)
|
|
12
|
+
value.to_s.split(SPLIT_UNDERSCORE_OR_SPACE).map do |part|
|
|
13
|
+
part.empty? ? part : "#{part[0].upcase}#{part[1..]}"
|
|
14
|
+
end.join
|
|
15
|
+
end
|
|
16
|
+
end
|
|
17
|
+
end
|
data/lib/gem_mine/version.rb
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
module GemMine
|
|
4
|
+
# Version namespace for this gem.
|
|
4
5
|
module Version
|
|
5
|
-
|
|
6
|
+
# Current gem version.
|
|
7
|
+
VERSION = "0.1.4"
|
|
6
8
|
end
|
|
9
|
+
# Current gem version exposed at the traditional constant location.
|
|
7
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
|
8
11
|
end
|
data/lib/gem_mine.rb
CHANGED
data/sig/gem_mine.rbs
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: gem_mine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '1.1'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 1.1.
|
|
49
|
+
version: 1.1.15
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -56,27 +56,27 @@ dependencies:
|
|
|
56
56
|
version: '1.1'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 1.1.
|
|
59
|
+
version: 1.1.15
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: kettle-dev
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '
|
|
66
|
+
version: '3.0'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version:
|
|
69
|
+
version: 3.0.17
|
|
70
70
|
type: :development
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - "~>"
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '
|
|
76
|
+
version: '3.0'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version:
|
|
79
|
+
version: 3.0.17
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: bundler-audit
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -125,26 +125,46 @@ dependencies:
|
|
|
125
125
|
- - ">="
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
127
|
version: 1.0.4
|
|
128
|
+
- !ruby/object:Gem::Dependency
|
|
129
|
+
name: anonymous_loader
|
|
130
|
+
requirement: !ruby/object:Gem::Requirement
|
|
131
|
+
requirements:
|
|
132
|
+
- - "~>"
|
|
133
|
+
- !ruby/object:Gem::Version
|
|
134
|
+
version: '0.1'
|
|
135
|
+
- - ">="
|
|
136
|
+
- !ruby/object:Gem::Version
|
|
137
|
+
version: 0.1.3
|
|
138
|
+
type: :development
|
|
139
|
+
prerelease: false
|
|
140
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
141
|
+
requirements:
|
|
142
|
+
- - "~>"
|
|
143
|
+
- !ruby/object:Gem::Version
|
|
144
|
+
version: '0.1'
|
|
145
|
+
- - ">="
|
|
146
|
+
- !ruby/object:Gem::Version
|
|
147
|
+
version: 0.1.3
|
|
128
148
|
- !ruby/object:Gem::Dependency
|
|
129
149
|
name: appraisal2
|
|
130
150
|
requirement: !ruby/object:Gem::Requirement
|
|
131
151
|
requirements:
|
|
132
152
|
- - "~>"
|
|
133
153
|
- !ruby/object:Gem::Version
|
|
134
|
-
version: '3.
|
|
154
|
+
version: '3.2'
|
|
135
155
|
- - ">="
|
|
136
156
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 3.
|
|
157
|
+
version: 3.2.2
|
|
138
158
|
type: :development
|
|
139
159
|
prerelease: false
|
|
140
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
141
161
|
requirements:
|
|
142
162
|
- - "~>"
|
|
143
163
|
- !ruby/object:Gem::Version
|
|
144
|
-
version: '3.
|
|
164
|
+
version: '3.2'
|
|
145
165
|
- - ">="
|
|
146
166
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 3.
|
|
167
|
+
version: 3.2.2
|
|
148
168
|
- !ruby/object:Gem::Dependency
|
|
149
169
|
name: kettle-test
|
|
150
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -154,7 +174,7 @@ dependencies:
|
|
|
154
174
|
version: '2.0'
|
|
155
175
|
- - ">="
|
|
156
176
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 2.0.
|
|
177
|
+
version: 2.0.21
|
|
158
178
|
type: :development
|
|
159
179
|
prerelease: false
|
|
160
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,27 +184,27 @@ dependencies:
|
|
|
164
184
|
version: '2.0'
|
|
165
185
|
- - ">="
|
|
166
186
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 2.0.
|
|
187
|
+
version: 2.0.21
|
|
168
188
|
- !ruby/object:Gem::Dependency
|
|
169
189
|
name: turbo_tests2
|
|
170
190
|
requirement: !ruby/object:Gem::Requirement
|
|
171
191
|
requirements:
|
|
172
192
|
- - "~>"
|
|
173
193
|
- !ruby/object:Gem::Version
|
|
174
|
-
version: '3.
|
|
194
|
+
version: '3.2'
|
|
175
195
|
- - ">="
|
|
176
196
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.
|
|
197
|
+
version: 3.2.7
|
|
178
198
|
type: :development
|
|
179
199
|
prerelease: false
|
|
180
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
181
201
|
requirements:
|
|
182
202
|
- - "~>"
|
|
183
203
|
- !ruby/object:Gem::Version
|
|
184
|
-
version: '3.
|
|
204
|
+
version: '3.2'
|
|
185
205
|
- - ">="
|
|
186
206
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.
|
|
207
|
+
version: 3.2.7
|
|
188
208
|
- !ruby/object:Gem::Dependency
|
|
189
209
|
name: ruby-progressbar
|
|
190
210
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +228,7 @@ dependencies:
|
|
|
208
228
|
version: '1.0'
|
|
209
229
|
- - ">="
|
|
210
230
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 1.0.
|
|
231
|
+
version: 1.0.8
|
|
212
232
|
type: :development
|
|
213
233
|
prerelease: false
|
|
214
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +238,7 @@ dependencies:
|
|
|
218
238
|
version: '1.0'
|
|
219
239
|
- - ">="
|
|
220
240
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 1.0.
|
|
241
|
+
version: 1.0.8
|
|
222
242
|
- !ruby/object:Gem::Dependency
|
|
223
243
|
name: gitmoji-regex
|
|
224
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +248,7 @@ dependencies:
|
|
|
228
248
|
version: '2.0'
|
|
229
249
|
- - ">="
|
|
230
250
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 2.0.
|
|
251
|
+
version: 2.0.12
|
|
232
252
|
type: :development
|
|
233
253
|
prerelease: false
|
|
234
254
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -238,52 +258,36 @@ dependencies:
|
|
|
238
258
|
version: '2.0'
|
|
239
259
|
- - ">="
|
|
240
260
|
- !ruby/object:Gem::Version
|
|
241
|
-
version: 2.0.
|
|
261
|
+
version: 2.0.12
|
|
242
262
|
description: "⛏️ Provides helpers for setting up temporary scaffolded gem projects
|
|
243
263
|
and reliably tearing them down after tests."
|
|
244
264
|
email:
|
|
245
265
|
- floss@galtzo.com
|
|
246
266
|
executables: []
|
|
247
267
|
extensions: []
|
|
248
|
-
extra_rdoc_files:
|
|
249
|
-
- CHANGELOG.md
|
|
250
|
-
- CITATION.cff
|
|
251
|
-
- CODE_OF_CONDUCT.md
|
|
252
|
-
- CONTRIBUTING.md
|
|
253
|
-
- FUNDING.md
|
|
254
|
-
- LICENSE.md
|
|
255
|
-
- README.md
|
|
256
|
-
- RUBOCOP.md
|
|
257
|
-
- SECURITY.md
|
|
268
|
+
extra_rdoc_files: []
|
|
258
269
|
files:
|
|
259
270
|
- CHANGELOG.md
|
|
260
|
-
- CITATION.cff
|
|
261
|
-
- CODE_OF_CONDUCT.md
|
|
262
|
-
- CONTRIBUTING.md
|
|
263
|
-
- FUNDING.md
|
|
264
271
|
- LICENSE.md
|
|
265
|
-
- MIT.md
|
|
266
272
|
- README.md
|
|
267
|
-
- RUBOCOP.md
|
|
268
|
-
- SECURITY.md
|
|
269
|
-
- certs/pboling.pem
|
|
270
273
|
- lib/gem_mine.rb
|
|
274
|
+
- lib/gem_mine/helpers.rb
|
|
271
275
|
- lib/gem_mine/version.rb
|
|
272
276
|
- sig/gem_mine.rbs
|
|
273
|
-
- sig/gem_mine/version.rbs
|
|
274
277
|
homepage: https://github.com/appraisal-rb/gem_mine
|
|
275
278
|
licenses:
|
|
276
279
|
- MIT
|
|
277
280
|
metadata:
|
|
278
281
|
homepage_uri: https://gem-mine.galtzo.com
|
|
279
|
-
source_code_uri: https://github.com/appraisal-rb/gem_mine/tree/v0.1.
|
|
280
|
-
changelog_uri: https://github.com/appraisal-rb/gem_mine/blob/v0.1.
|
|
282
|
+
source_code_uri: https://github.com/appraisal-rb/gem_mine/tree/v0.1.4
|
|
283
|
+
changelog_uri: https://github.com/appraisal-rb/gem_mine/blob/v0.1.4/CHANGELOG.md
|
|
281
284
|
bug_tracker_uri: https://github.com/appraisal-rb/gem_mine/issues
|
|
282
|
-
documentation_uri: https://www.rubydoc.info/gems/gem_mine/0.1.
|
|
285
|
+
documentation_uri: https://www.rubydoc.info/gems/gem_mine/0.1.4
|
|
283
286
|
funding_uri: https://github.com/sponsors/pboling
|
|
284
287
|
wiki_uri: https://github.com/appraisal-rb/gem_mine/wiki
|
|
285
288
|
news_uri: https://www.railsbling.com/tags/gem_mine
|
|
286
289
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
290
|
+
mailing_list_uri: https://www.rubyforum.org/tag/appraisal-rb
|
|
287
291
|
rubygems_mfa_required: 'true'
|
|
288
292
|
rdoc_options:
|
|
289
293
|
- "--title"
|
|
@@ -308,7 +312,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
308
312
|
- !ruby/object:Gem::Version
|
|
309
313
|
version: '0'
|
|
310
314
|
requirements: []
|
|
311
|
-
rubygems_version: 4.0.
|
|
315
|
+
rubygems_version: 4.0.17
|
|
312
316
|
specification_version: 4
|
|
313
317
|
summary: "⛏️ Tools for creating and cleaning up scaffolded Ruby gem workspaces."
|
|
314
318
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|