stone_checksums 1.0.8 → 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 +42 -14
- data/LICENSE.md +1 -1
- data/README.md +21 -33
- data/lib/stone_checksums/version.rb +1 -1
- data/lib/stone_checksums.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +37 -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,45 @@ 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
|
+
|
|
33
72
|
## [1.0.8] - 2026-07-31
|
|
34
73
|
|
|
35
74
|
- TAG: [v1.0.8][1.0.8t]
|
|
@@ -48,10 +87,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
48
87
|
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
49
88
|
RSpec helpers provided by `kettle-test`.
|
|
50
89
|
|
|
51
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
52
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
53
|
-
tagged RubyForum community alongside Discord.
|
|
54
|
-
|
|
55
90
|
### Changed
|
|
56
91
|
|
|
57
92
|
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
@@ -92,9 +127,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
92
127
|
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
93
128
|
cover both `version.rb` and `version_gem.rb`.
|
|
94
129
|
|
|
95
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
96
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
97
|
-
specs without adding `version_gem`.
|
|
98
130
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
99
131
|
relative to the gemspec directory, so packaged template assets are included
|
|
100
132
|
even when the gemspec is loaded from another working directory.
|
|
@@ -111,18 +143,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
111
143
|
- The `gem_checksums` executable now supports `-v` / `--version` and prints a
|
|
112
144
|
standard startup header on normal runs.
|
|
113
145
|
|
|
114
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
115
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
116
146
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
117
147
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
118
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
119
|
-
template-managed corporate sponsor logos from project or family config.
|
|
120
148
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
121
149
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
122
150
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
123
151
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
124
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
125
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
126
152
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
127
153
|
now include a RubyForum help badge.
|
|
128
154
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -250,7 +276,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
250
276
|
|
|
251
277
|
- Initial release
|
|
252
278
|
|
|
253
|
-
[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
|
|
254
282
|
[1.0.8]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.7...v1.0.8
|
|
255
283
|
[1.0.8t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.8
|
|
256
284
|
[1.0.7]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.6...v1.0.7
|
data/LICENSE.md
CHANGED
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![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
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
|
|
|
@@ -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
|
|
|
@@ -90,7 +90,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
90
90
|
|
|
91
91
|
</details>
|
|
92
92
|
|
|
93
|
-
### Enterprise Support
|
|
93
|
+
### Enterprise Support
|
|
94
|
+
|
|
95
|
+
[](https://tidelift.com/subscription/pkg/rubygems-stone_checksums?utm_source=rubygems-stone_checksums&utm_medium=referral&utm_campaign=readme)
|
|
94
96
|
|
|
95
97
|
Available as part of the Tidelift Subscription.
|
|
96
98
|
|
|
@@ -238,8 +240,7 @@ See [SECURITY.md][🔐security].
|
|
|
238
240
|
## 🤝 Contributing
|
|
239
241
|
|
|
240
242
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
241
|
-
|
|
242
|
-
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.
|
|
243
244
|
|
|
244
245
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
245
246
|
|
|
@@ -275,19 +276,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
275
276
|
|
|
276
277
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/stone_checksums/-/graphs/main][🚎contributors-gl]
|
|
277
278
|
|
|
278
|
-
<details markdown="1">
|
|
279
|
-
<summary>⭐️ Star History</summary>
|
|
280
|
-
|
|
281
|
-
<a href="https://star-history.com/galtzo-floss/stone_checksums&Date">
|
|
282
|
-
<picture>
|
|
283
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/stone_checksums&type=Date&theme=dark" />
|
|
284
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/stone_checksums&type=Date" />
|
|
285
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/stone_checksums&type=Date" />
|
|
286
|
-
</picture>
|
|
287
|
-
</a>
|
|
288
|
-
|
|
289
|
-
</details>
|
|
290
|
-
|
|
291
279
|
## 📌 Versioning
|
|
292
280
|
|
|
293
281
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -326,7 +314,7 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
326
314
|
<details markdown="1">
|
|
327
315
|
<summary>Copyright holders</summary>
|
|
328
316
|
|
|
329
|
-
- Copyright (c) 2025-2026
|
|
317
|
+
- Copyright (c) 2025-2026 Peter H. Boling
|
|
330
318
|
|
|
331
319
|
</details>
|
|
332
320
|
|
|
@@ -392,7 +380,7 @@ Thanks for RTFM. ☺️
|
|
|
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
|
|
@@ -4,7 +4,7 @@ module StoneChecksums
|
|
|
4
4
|
# Version namespace for this gem.
|
|
5
5
|
module Version
|
|
6
6
|
# Current gem version.
|
|
7
|
-
VERSION = "1.0.
|
|
7
|
+
VERSION = "1.0.9"
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
VERSION = Version::VERSION # Traditional Constant Location
|
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,10 +269,10 @@ 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
|
metadata.gz.sig
CHANGED
|
Binary file
|