stone_checksums 1.0.7 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1c38ab3d92ca60d47de601c12be60bcc25748ad2da1577e71f5c340fda5a6e00
4
- data.tar.gz: 34c27d48a546d08bc0393929d46f2b1e64f74cebbd3370a7bc99180a3d4552ca
3
+ metadata.gz: 9956060caff5293768a818c218183276758e2bf5ba9f4a1ae912d2960c7cba41
4
+ data.tar.gz: c9801fc17423152c2f1a945e81155861888c363f8354dd1e3a78184777d53740
5
5
  SHA512:
6
- metadata.gz: ad4db6bf307cebb76503bbfd72c57544195ab0933d81facee6d6a59b972249fd038df383f0f8708f16273b9785d41c7e573c7500c00dcd7f9d5a6eacffe5d9b9
7
- data.tar.gz: eec2bcf1429dcddb078c1ae1dcf4ab0d3d26b37a017763dc7e2b16d945012b8c5656324849bd9d519870c1d066d5d61415a4d926d0f87d77a1c45ccb57bc3ad7
6
+ metadata.gz: abf262589578cbea713101dd77d006ee1d8125e9f9de4dac1488051e48dea01f57b1f79ef9b64ec2e1dbcd998b257c51659ed18480683f54ace1c6910c35b9eb
7
+ data.tar.gz: f93031c68d5b142bea3fd66941c5dfd227087f5c0e5f160ec604be444639b87dd8e3e661ab41c6ab9eb018d9be345ec39d27036fd3ff7cbb3bcbc2c53672ac3b
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,75 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.8] - 2026-07-31
34
+
35
+ - TAG: [v1.0.8][1.0.8t]
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
+ ### Added
41
+
42
+ - Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
43
+
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
+
48
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
49
+ RSpec helpers provided by `kettle-test`.
50
+
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
+ ### Changed
56
+
57
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
58
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
59
+ installing the main Gemfile bundle.
60
+
61
+ ### Fixed
62
+
63
+ - kettle-jem-template-20260726-002 - Generated version files now document their
64
+ version namespace and constants, reducing warning-only YARD lint output.
65
+
66
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
67
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
68
+ coverage thresholds still pass.
69
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
70
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
71
+ installs are not reported as project lint debt.
72
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
73
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
74
+ before the test suite starts.
75
+
76
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
77
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
78
+ lockfile parser failures on Git and path dependencies.
79
+
80
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
81
+ missing canonical version spec when a project only has shim namespace version
82
+ specs.
83
+
84
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
85
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
86
+ failures against `gem.coop`.
87
+ - Restored the canonical `StoneChecksums::Version` spec so
88
+ `lib/stone_checksums/version_gem.rb` is covered by the release suite.
89
+
90
+ - kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
91
+ and templates dedicated `version_gem.rb` entrypoints even when the gemspec
92
+ dependency is intentionally omitted, and generated anonymous-loader specs
93
+ cover both `version.rb` and `version_gem.rb`.
94
+
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
+ - kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
99
+ relative to the gemspec directory, so packaged template assets are included
100
+ even when the gemspec is loaded from another working directory.
101
+
33
102
  ## [1.0.7] - 2026-07-25
34
103
 
35
104
  - TAG: [v1.0.7][1.0.7t]
@@ -181,7 +250,9 @@ Please file a bug if you notice a violation of semantic versioning.
181
250
 
182
251
  - Initial release
183
252
 
184
- [Unreleased]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.7...HEAD
253
+ [Unreleased]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.8...HEAD
254
+ [1.0.8]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.7...v1.0.8
255
+ [1.0.8t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.8
185
256
  [1.0.7]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.6...v1.0.7
186
257
  [1.0.7t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.7
187
258
  [1.0.6]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.5...v1.0.6
data/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  # 🦗 StoneChecksums
4
4
 
5
- [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽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]
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] [![Downloads Rank][👽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 [discord notification][✉️discord-invite].
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
 
@@ -82,17 +82,14 @@ 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 | Discussions |
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 | [💚][gh-discussions] |
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
- [gh-discussions]: https://github.com/galtzo-floss/stone_checksums/discussions
95
-
96
93
  ### Enterprise Support [![Tidelift](https://tidelift.com/badges/package/rubygems/stone_checksums)](https://tidelift.com/subscription/pkg/rubygems-stone_checksums?utm_source=rubygems-stone_checksums&utm_medium=referral&utm_campaign=readme)
97
94
 
98
95
  Available as part of the Tidelift Subscription.
@@ -110,6 +107,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
110
107
 
111
108
  Alternatively:
112
109
 
110
+ - [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
113
111
  - [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
114
112
  - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
115
113
  - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
@@ -341,11 +339,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
341
339
  so if you value the work I am doing, I need your support.
342
340
  Please consider sponsoring me or the project.
343
341
 
344
- To join the community or get help 👇️ Join the Discord.
342
+ To join the community or get help, use the RubyForum or Discord.
345
343
 
344
+ [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
346
345
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
347
346
 
348
- To say "thanks!" ☝️ Join the Discord or 👇️ send money.
347
+ To say "thanks!" ☝️ Join the community or 👇️ send money.
349
348
 
350
349
  [![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
350
 
@@ -386,8 +385,9 @@ Thanks for RTFM. ☺️
386
385
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
387
386
  [✉️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
387
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
389
- [✉️ruby-forum-img]: https://img.shields.io/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
390
- [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
388
+ [✉️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
389
+ [✉️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
390
+ [✉️ruby-forum]: https://www.rubyforum.org/tag/galtzo-floss
391
391
 
392
392
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
393
393
  [⛳️gem-namespace]: https://github.com/galtzo-floss/stone_checksums
@@ -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
- VERSION = "1.0.7"
6
+ # Current gem version.
7
+ VERSION = "1.0.8"
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.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stone_checksums
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - "|7eter l-|. l3oling"
@@ -43,20 +43,20 @@ dependencies:
43
43
  requirements:
44
44
  - - "~>"
45
45
  - !ruby/object:Gem::Version
46
- version: '2.3'
46
+ version: '2.5'
47
47
  - - ">="
48
48
  - !ruby/object:Gem::Version
49
- version: 2.3.7
49
+ version: 2.5.13
50
50
  type: :development
51
51
  prerelease: false
52
52
  version_requirements: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - "~>"
55
55
  - !ruby/object:Gem::Version
56
- version: '2.3'
56
+ version: '2.5'
57
57
  - - ">="
58
58
  - !ruby/object:Gem::Version
59
- version: 2.3.7
59
+ version: 2.5.13
60
60
  - !ruby/object:Gem::Dependency
61
61
  name: bundler-audit
62
62
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +154,7 @@ dependencies:
154
154
  version: '2.0'
155
155
  - - ">="
156
156
  - !ruby/object:Gem::Version
157
- version: 2.0.15
157
+ version: 2.0.17
158
158
  type: :development
159
159
  prerelease: false
160
160
  version_requirements: !ruby/object:Gem::Requirement
@@ -164,7 +164,7 @@ dependencies:
164
164
  version: '2.0'
165
165
  - - ">="
166
166
  - !ruby/object:Gem::Version
167
- version: 2.0.15
167
+ version: 2.0.17
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: turbo_tests2
170
170
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '3.2'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 3.2.1
177
+ version: 3.2.3
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '3.2'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 3.2.1
187
+ version: 3.2.3
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: ruby-progressbar
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +208,7 @@ dependencies:
208
208
  version: '2.0'
209
209
  - - ">="
210
210
  - !ruby/object:Gem::Version
211
- version: 2.0.6
211
+ version: 2.0.11
212
212
  type: :development
213
213
  prerelease: false
214
214
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +218,7 @@ dependencies:
218
218
  version: '2.0'
219
219
  - - ">="
220
220
  - !ruby/object:Gem::Version
221
- version: 2.0.6
221
+ version: 2.0.11
222
222
  description: "\U0001F997 Generate both SHA256 & SHA512 checksums into the checksums
223
223
  directory, and git commit them.\n gem install stone_checksums\nThen, use the rake
224
224
  task or the script:\n rake build:generate_checksums\n gem_checksums\nControl options
@@ -249,14 +249,15 @@ licenses:
249
249
  - MIT
250
250
  metadata:
251
251
  homepage_uri: https://stone-checksums.galtzo.com
252
- source_code_uri: https://github.com/galtzo-floss/stone_checksums/tree/v1.0.7
253
- changelog_uri: https://github.com/galtzo-floss/stone_checksums/blob/v1.0.7/CHANGELOG.md
252
+ source_code_uri: https://github.com/galtzo-floss/stone_checksums/tree/v1.0.8
253
+ changelog_uri: https://github.com/galtzo-floss/stone_checksums/blob/v1.0.8/CHANGELOG.md
254
254
  bug_tracker_uri: https://github.com/galtzo-floss/stone_checksums/issues
255
- documentation_uri: https://www.rubydoc.info/gems/stone_checksums/1.0.7
255
+ documentation_uri: https://www.rubydoc.info/gems/stone_checksums/1.0.8
256
256
  funding_uri: https://github.com/sponsors/pboling
257
257
  wiki_uri: https://github.com/galtzo-floss/stone_checksums/wiki
258
258
  news_uri: https://www.railsbling.com/tags/stone_checksums
259
259
  discord_uri: https://discord.gg/3qme4XHNKN
260
+ mailing_list_uri: https://www.rubyforum.org/tag/galtzo-floss
260
261
  rubygems_mfa_required: 'true'
261
262
  rdoc_options:
262
263
  - "--title"
metadata.gz.sig CHANGED
Binary file