stone_checksums 1.0.7 → 1.0.9
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 +106 -7
- data/LICENSE.md +1 -1
- data/README.md +33 -45
- data/lib/stone_checksums/version.rb +4 -1
- data/lib/stone_checksums.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +38 -17
- 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: ec73c3d243a114eb92bc38c1f1556e53cec2d89a73c3906b25a5ae7b78361375
|
|
4
|
+
data.tar.gz: cd0b837ff8405500bfc04ffeb3349f9cdbe47c7877c1d105866c044b2961dc2a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: db7166fa784eb840abff3b0000a82f21e49a659db9a0cb94481e77a639f36f0b245c896ad0ab688b4dfefbb36ba5385c96ca9f0d2054d4f57c733edd96c60ccd
|
|
7
|
+
data.tar.gz: 925a94e71efc0267ef3f6dfaef8d81961c8713846ed4c4b9d7e966039729493d87a0fa7f7eb8903300a8220e53e63c1cf3b80fb152f809fd68b866b997125694
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,107 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.9] - 2026-09-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.9][1.0.9t]
|
|
36
|
+
- COVERAGE: 100.00% -- 129/129 lines in 8 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 42/42 branches in 8 files
|
|
38
|
+
- 62.50% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
43
|
+
use ClickGems instead of BestGems.
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/prepare: updated 20 project files:
|
|
46
|
+
- configuration (1)
|
|
47
|
+
- dependencies (19)
|
|
48
|
+
- [kc] kettle-jem/template: updated 13 project files:
|
|
49
|
+
- code and tests (2)
|
|
50
|
+
- configuration (1)
|
|
51
|
+
- dependencies (5)
|
|
52
|
+
- documentation (1)
|
|
53
|
+
- other (4)
|
|
54
|
+
|
|
55
|
+
### Fixed
|
|
56
|
+
|
|
57
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
58
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
59
|
+
parameter names from producing invalid configuration after a merge.
|
|
60
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
61
|
+
documentation now normalize configured underscore hostnames to valid
|
|
62
|
+
hyphenated hostnames.
|
|
63
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
64
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
65
|
+
matching Galtzo-hosted asset exists.
|
|
66
|
+
|
|
67
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
68
|
+
preserving comments and trailing commas during template updates.
|
|
69
|
+
|
|
70
|
+
- Fix duplicate StoneChecksums::Error declarations in the published RBS environment.
|
|
71
|
+
|
|
72
|
+
## [1.0.8] - 2026-07-31
|
|
73
|
+
|
|
74
|
+
- TAG: [v1.0.8][1.0.8t]
|
|
75
|
+
- COVERAGE: 100.00% -- 129/129 lines in 8 files
|
|
76
|
+
- BRANCH COVERAGE: 100.00% -- 42/42 branches in 8 files
|
|
77
|
+
- 62.50% documented
|
|
78
|
+
|
|
79
|
+
### Added
|
|
80
|
+
|
|
81
|
+
- Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
|
|
82
|
+
|
|
83
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
84
|
+
configuration and documentation dependencies so documentation issues fail
|
|
85
|
+
before generated docs are refreshed.
|
|
86
|
+
|
|
87
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
88
|
+
RSpec helpers provided by `kettle-test`.
|
|
89
|
+
|
|
90
|
+
### Changed
|
|
91
|
+
|
|
92
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
93
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
94
|
+
installing the main Gemfile bundle.
|
|
95
|
+
|
|
96
|
+
### Fixed
|
|
97
|
+
|
|
98
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
99
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
100
|
+
|
|
101
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
102
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
103
|
+
coverage thresholds still pass.
|
|
104
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
105
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
106
|
+
installs are not reported as project lint debt.
|
|
107
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
108
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
109
|
+
before the test suite starts.
|
|
110
|
+
|
|
111
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
112
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
113
|
+
lockfile parser failures on Git and path dependencies.
|
|
114
|
+
|
|
115
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
116
|
+
missing canonical version spec when a project only has shim namespace version
|
|
117
|
+
specs.
|
|
118
|
+
|
|
119
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
120
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
121
|
+
failures against `gem.coop`.
|
|
122
|
+
- Restored the canonical `StoneChecksums::Version` spec so
|
|
123
|
+
`lib/stone_checksums/version_gem.rb` is covered by the release suite.
|
|
124
|
+
|
|
125
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
126
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
127
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
128
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
129
|
+
|
|
130
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
131
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
132
|
+
even when the gemspec is loaded from another working directory.
|
|
133
|
+
|
|
33
134
|
## [1.0.7] - 2026-07-25
|
|
34
135
|
|
|
35
136
|
- TAG: [v1.0.7][1.0.7t]
|
|
@@ -42,18 +143,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
42
143
|
- The `gem_checksums` executable now supports `-v` / `--version` and prints a
|
|
43
144
|
standard startup header on normal runs.
|
|
44
145
|
|
|
45
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
46
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
47
146
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
48
147
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
49
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
50
|
-
template-managed corporate sponsor logos from project or family config.
|
|
51
148
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
52
149
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
53
150
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
54
151
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
55
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
56
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
57
152
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
58
153
|
now include a RubyForum help badge.
|
|
59
154
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -181,7 +276,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
181
276
|
|
|
182
277
|
- Initial release
|
|
183
278
|
|
|
184
|
-
[Unreleased]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.
|
|
279
|
+
[Unreleased]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.9...HEAD
|
|
280
|
+
[1.0.9]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.8...v1.0.9
|
|
281
|
+
[1.0.9t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.9
|
|
282
|
+
[1.0.8]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.7...v1.0.8
|
|
283
|
+
[1.0.8t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.8
|
|
185
284
|
[1.0.7]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.6...v1.0.7
|
|
186
285
|
[1.0.7t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.7
|
|
187
286
|
[1.0.6]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.5...v1.0.6
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by
|
|
1
|
+
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by GitHub" src="https://github.com/galtzo-floss.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🦗 StoneChecksums
|
|
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
|
|
|
@@ -51,7 +51,7 @@ bin/generate_checksums
|
|
|
51
51
|
|
|
52
52
|
### Compatibility
|
|
53
53
|
|
|
54
|
-
Compatible with MRI Ruby 2.2.0+,
|
|
54
|
+
Compatible with MRI Ruby 2.2.0+, JRuby, and TruffleRuby.
|
|
55
55
|
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
56
56
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
57
57
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -64,16 +64,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
64
64
|
<details markdown="1">
|
|
65
65
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
66
66
|
|
|
67
|
-
| Gem | Source | Role |
|
|
67
|
+
| Gem | Source | Role | Total downloads |
|
|
68
68
|
|-----|--------|------|---------------------|
|
|
69
|
-
| [appraisal2](https://
|
|
70
|
-
| [appraisal2-rubocop](https://
|
|
71
|
-
| [kettle-dev](https://
|
|
72
|
-
| [kettle-jem](https://
|
|
73
|
-
| [kettle-soup-cover](https://
|
|
74
|
-
| [kettle-test](https://
|
|
75
|
-
| [rubocop-lts](https://
|
|
76
|
-
| [turbo_tests2](https://
|
|
69
|
+
| [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) |
|
|
70
|
+
| [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) |
|
|
71
|
+
| [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) |
|
|
72
|
+
| [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) |
|
|
73
|
+
| [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) |
|
|
74
|
+
| [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) |
|
|
75
|
+
| [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) |
|
|
76
|
+
| [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) |
|
|
77
77
|
|
|
78
78
|
</details>
|
|
79
79
|
|
|
@@ -82,18 +82,17 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
82
82
|
<details markdown="1">
|
|
83
83
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
84
84
|
|
|
85
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
86
|
-
|
|
87
|
-
| 🧪 [galtzo-floss/stone_checksums on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
88
|
-
| 🧊 [galtzo-floss/stone_checksums on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
89
|
-
| 🐙 [galtzo-floss/stone_checksums on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
90
|
-
| 🎮️ [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] |
|
|
85
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
86
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
87
|
+
| 🧪 [galtzo-floss/stone_checksums on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
88
|
+
| 🧊 [galtzo-floss/stone_checksums on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
89
|
+
| 🐙 [galtzo-floss/stone_checksums on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
91
90
|
|
|
92
91
|
</details>
|
|
93
92
|
|
|
94
|
-
|
|
93
|
+
### Enterprise Support
|
|
95
94
|
|
|
96
|
-
|
|
95
|
+
[](https://tidelift.com/subscription/pkg/rubygems-stone_checksums?utm_source=rubygems-stone_checksums&utm_medium=referral&utm_campaign=readme)
|
|
97
96
|
|
|
98
97
|
Available as part of the Tidelift Subscription.
|
|
99
98
|
|
|
@@ -110,6 +109,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
110
109
|
|
|
111
110
|
Alternatively:
|
|
112
111
|
|
|
112
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
113
113
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
114
114
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
115
115
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -240,8 +240,7 @@ See [SECURITY.md][🔐security].
|
|
|
240
240
|
## 🤝 Contributing
|
|
241
241
|
|
|
242
242
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
243
|
-
|
|
244
|
-
or use the gem and think about how it could be better.
|
|
243
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
245
244
|
|
|
246
245
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
247
246
|
|
|
@@ -277,19 +276,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
277
276
|
|
|
278
277
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/stone_checksums/-/graphs/main][🚎contributors-gl]
|
|
279
278
|
|
|
280
|
-
<details markdown="1">
|
|
281
|
-
<summary>⭐️ Star History</summary>
|
|
282
|
-
|
|
283
|
-
<a href="https://star-history.com/galtzo-floss/stone_checksums&Date">
|
|
284
|
-
<picture>
|
|
285
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/stone_checksums&type=Date&theme=dark" />
|
|
286
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/stone_checksums&type=Date" />
|
|
287
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/stone_checksums&type=Date" />
|
|
288
|
-
</picture>
|
|
289
|
-
</a>
|
|
290
|
-
|
|
291
|
-
</details>
|
|
292
|
-
|
|
293
279
|
## 📌 Versioning
|
|
294
280
|
|
|
295
281
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -328,7 +314,7 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
328
314
|
<details markdown="1">
|
|
329
315
|
<summary>Copyright holders</summary>
|
|
330
316
|
|
|
331
|
-
- Copyright (c) 2025-2026
|
|
317
|
+
- Copyright (c) 2025-2026 Peter H. Boling
|
|
332
318
|
|
|
333
319
|
</details>
|
|
334
320
|
|
|
@@ -341,11 +327,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
341
327
|
so if you value the work I am doing, I need your support.
|
|
342
328
|
Please consider sponsoring me or the project.
|
|
343
329
|
|
|
344
|
-
To join the community or get help
|
|
330
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
345
331
|
|
|
332
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
346
333
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
347
334
|
|
|
348
|
-
To say "thanks!" ☝️ Join the
|
|
335
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
349
336
|
|
|
350
337
|
[![Sponsor galtzo-floss/stone_checksums 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]
|
|
351
338
|
|
|
@@ -386,13 +373,14 @@ Thanks for RTFM. ☺️
|
|
|
386
373
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
387
374
|
[✉️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
|
|
388
375
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
389
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
390
|
-
[✉️ruby-forum]: https://
|
|
376
|
+
[✉️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
|
|
377
|
+
[✉️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
|
|
378
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
|
|
391
379
|
|
|
392
380
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
393
381
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/stone_checksums
|
|
394
382
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-StoneChecksums-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
395
|
-
[⛳️gem-name]: https://
|
|
383
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/stone_checksums
|
|
396
384
|
[⛳️name-img]: https://img.shields.io/badge/name-stone__checksums-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
397
385
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/stone_checksums.svg
|
|
398
386
|
[⛳️tag]: https://github.com/galtzo-floss/stone_checksums/releases
|
|
@@ -441,9 +429,9 @@ Thanks for RTFM. ☺️
|
|
|
441
429
|
[📜gh-wiki]: https://github.com/galtzo-floss/stone_checksums/wiki
|
|
442
430
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
443
431
|
[📜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://
|
|
432
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/stone_checksums
|
|
433
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/stone_checksums.svg
|
|
434
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/stone_checksums
|
|
447
435
|
[👽versioni]: https://img.shields.io/gem/v/stone_checksums.svg
|
|
448
436
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/stone_checksums
|
|
449
437
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/stone_checksums/maintainability.svg
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
module StoneChecksums
|
|
4
|
+
# Version namespace for this gem.
|
|
4
5
|
module Version
|
|
5
|
-
|
|
6
|
+
# Current gem version.
|
|
7
|
+
VERSION = "1.0.9"
|
|
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/stone_checksums.rb
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
# hence the updated namespace and gem name.
|
|
10
10
|
|
|
11
11
|
require_relative "gem_checksums"
|
|
12
|
+
require_relative "stone_checksums/version"
|
|
12
13
|
|
|
13
14
|
# This library's version
|
|
14
|
-
require_relative "stone_checksums/version"
|
|
15
15
|
|
|
16
16
|
# Primary namespace of this library (shim over GemChecksums)
|
|
17
17
|
#
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stone_checksums
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
-
|
|
7
|
+
- Peter H. Boling
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain:
|
|
10
10
|
- |
|
|
@@ -37,26 +37,46 @@ cert_chain:
|
|
|
37
37
|
-----END CERTIFICATE-----
|
|
38
38
|
date: 1980-01-02 00:00:00.000000000 Z
|
|
39
39
|
dependencies:
|
|
40
|
+
- !ruby/object:Gem::Dependency
|
|
41
|
+
name: version_gem
|
|
42
|
+
requirement: !ruby/object:Gem::Requirement
|
|
43
|
+
requirements:
|
|
44
|
+
- - "~>"
|
|
45
|
+
- !ruby/object:Gem::Version
|
|
46
|
+
version: '1.1'
|
|
47
|
+
- - ">="
|
|
48
|
+
- !ruby/object:Gem::Version
|
|
49
|
+
version: 1.1.15
|
|
50
|
+
type: :runtime
|
|
51
|
+
prerelease: false
|
|
52
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
53
|
+
requirements:
|
|
54
|
+
- - "~>"
|
|
55
|
+
- !ruby/object:Gem::Version
|
|
56
|
+
version: '1.1'
|
|
57
|
+
- - ">="
|
|
58
|
+
- !ruby/object:Gem::Version
|
|
59
|
+
version: 1.1.15
|
|
40
60
|
- !ruby/object:Gem::Dependency
|
|
41
61
|
name: kettle-dev
|
|
42
62
|
requirement: !ruby/object:Gem::Requirement
|
|
43
63
|
requirements:
|
|
44
64
|
- - "~>"
|
|
45
65
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '
|
|
66
|
+
version: '3.1'
|
|
47
67
|
- - ">="
|
|
48
68
|
- !ruby/object:Gem::Version
|
|
49
|
-
version:
|
|
69
|
+
version: 3.1.0
|
|
50
70
|
type: :development
|
|
51
71
|
prerelease: false
|
|
52
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
53
73
|
requirements:
|
|
54
74
|
- - "~>"
|
|
55
75
|
- !ruby/object:Gem::Version
|
|
56
|
-
version: '
|
|
76
|
+
version: '3.1'
|
|
57
77
|
- - ">="
|
|
58
78
|
- !ruby/object:Gem::Version
|
|
59
|
-
version:
|
|
79
|
+
version: 3.1.0
|
|
60
80
|
- !ruby/object:Gem::Dependency
|
|
61
81
|
name: bundler-audit
|
|
62
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,7 +154,7 @@ dependencies:
|
|
|
134
154
|
version: '3.2'
|
|
135
155
|
- - ">="
|
|
136
156
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 3.2.
|
|
157
|
+
version: 3.2.3
|
|
138
158
|
type: :development
|
|
139
159
|
prerelease: false
|
|
140
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -144,7 +164,7 @@ dependencies:
|
|
|
144
164
|
version: '3.2'
|
|
145
165
|
- - ">="
|
|
146
166
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 3.2.
|
|
167
|
+
version: 3.2.3
|
|
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,7 +184,7 @@ 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
|
|
@@ -174,7 +194,7 @@ dependencies:
|
|
|
174
194
|
version: '3.2'
|
|
175
195
|
- - ">="
|
|
176
196
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.2.
|
|
197
|
+
version: 3.2.7
|
|
178
198
|
type: :development
|
|
179
199
|
prerelease: false
|
|
180
200
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -184,7 +204,7 @@ dependencies:
|
|
|
184
204
|
version: '3.2'
|
|
185
205
|
- - ">="
|
|
186
206
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.2.
|
|
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: '2.0'
|
|
209
229
|
- - ">="
|
|
210
230
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 2.0.
|
|
231
|
+
version: 2.0.12
|
|
212
232
|
type: :development
|
|
213
233
|
prerelease: false
|
|
214
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +238,7 @@ dependencies:
|
|
|
218
238
|
version: '2.0'
|
|
219
239
|
- - ">="
|
|
220
240
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 2.0.
|
|
241
|
+
version: 2.0.12
|
|
222
242
|
description: "\U0001F997 Generate both SHA256 & SHA512 checksums into the checksums
|
|
223
243
|
directory, and git commit them.\n gem install stone_checksums\nThen, use the rake
|
|
224
244
|
task or the script:\n rake build:generate_checksums\n gem_checksums\nControl options
|
|
@@ -249,14 +269,15 @@ licenses:
|
|
|
249
269
|
- MIT
|
|
250
270
|
metadata:
|
|
251
271
|
homepage_uri: https://stone-checksums.galtzo.com
|
|
252
|
-
source_code_uri: https://github.com/galtzo-floss/stone_checksums/tree/v1.0.
|
|
253
|
-
changelog_uri: https://github.com/galtzo-floss/stone_checksums/blob/v1.0.
|
|
272
|
+
source_code_uri: https://github.com/galtzo-floss/stone_checksums/tree/v1.0.9
|
|
273
|
+
changelog_uri: https://github.com/galtzo-floss/stone_checksums/blob/v1.0.9/CHANGELOG.md
|
|
254
274
|
bug_tracker_uri: https://github.com/galtzo-floss/stone_checksums/issues
|
|
255
|
-
documentation_uri: https://www.rubydoc.info/gems/stone_checksums/1.0.
|
|
275
|
+
documentation_uri: https://www.rubydoc.info/gems/stone_checksums/1.0.9
|
|
256
276
|
funding_uri: https://github.com/sponsors/pboling
|
|
257
277
|
wiki_uri: https://github.com/galtzo-floss/stone_checksums/wiki
|
|
258
278
|
news_uri: https://www.railsbling.com/tags/stone_checksums
|
|
259
279
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
280
|
+
mailing_list_uri: https://www.rubyforum.org/tag/galtzo-floss
|
|
260
281
|
rubygems_mfa_required: 'true'
|
|
261
282
|
rdoc_options:
|
|
262
283
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|