stone_checksums 1.0.4 โ 1.0.5
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 +14 -1
- data/CONTRIBUTING.md +4 -1
- data/MIT.md +21 -0
- data/README.md +2 -2
- data/lib/stone_checksums/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +20 -19
- 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: fe3055dca002b19a75dd6114750a0a3b33ce54039e2df5e6f7c563791a842708
|
|
4
|
+
data.tar.gz: fc5d09bc74541fadc38c702b9784bac787e0b26c25e6241445be22e4ad180afe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 929ce6c5f3d129ebb51ac99e352f33257272e95b8c452efc95730794ab2ae1f469ed12731d989b4a687903bc13e62e121e8b06e28d16b3b67b6adb172d8ef4a2
|
|
7
|
+
data.tar.gz: 304c56bf1aae9755deafdebb29b6d85ac994fddb7981452a638bccfcea33edb8d4acf356768c68e0c3bb2c2cdaf04ccbe1bffb31ef9b32d9ef5bf73e47f58273
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.5] - 2026-07-02
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.5][1.0.5t]
|
|
36
|
+
- COVERAGE: 99.19% -- 123/124 lines in 6 files
|
|
37
|
+
- BRANCH COVERAGE: 94.74% -- 36/38 branches in 6 files
|
|
38
|
+
- 54.17% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Package configured license files in gem release file lists.
|
|
43
|
+
|
|
33
44
|
## [1.0.4] - 2026-06-28
|
|
34
45
|
|
|
35
46
|
- TAG: [v1.0.4][1.0.4t]
|
|
@@ -99,7 +110,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
99
110
|
|
|
100
111
|
- Initial release
|
|
101
112
|
|
|
102
|
-
[Unreleased]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.
|
|
113
|
+
[Unreleased]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.5...HEAD
|
|
114
|
+
[1.0.5]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.4...v1.0.5
|
|
115
|
+
[1.0.5t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.5
|
|
103
116
|
[1.0.4]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.2...v1.0.4
|
|
104
117
|
[1.0.4t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.4
|
|
105
118
|
[1.0.2]: https://gitlab.com/galtzo-floss/stone_checksums/-/compare/v1.0.1...v1.0.2
|
data/CONTRIBUTING.md
CHANGED
|
@@ -131,9 +131,12 @@ toolchain, and it may be higher than the gemspec runtime floor.
|
|
|
131
131
|
They are created and updated with the commands:
|
|
132
132
|
|
|
133
133
|
```console
|
|
134
|
-
bin/rake appraisal:
|
|
134
|
+
bin/rake appraisal:generate
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
+
Use `bin/rake appraisal:update` when you intentionally need to resolve fresh
|
|
138
|
+
appraisal locks.
|
|
139
|
+
|
|
137
140
|
If you need to reset all gemfiles/*.gemfile.lock files:
|
|
138
141
|
|
|
139
142
|
```console
|
data/MIT.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
See [LICENSE.md](LICENSE.md) for the copyright notice.
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# ๐ฆ StoneChecksums
|
|
4
4
|
|
|
5
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]
|
|
6
6
|
|
|
@@ -569,7 +569,7 @@ Thanks for RTFM. โบ๏ธ
|
|
|
569
569
|
| Field | Value |
|
|
570
570
|
|---|---|
|
|
571
571
|
| Package | stone_checksums |
|
|
572
|
-
| Description |
|
|
572
|
+
| Description | ๐ฆ Generate both SHA256 & SHA512 checksums into the checksums directory, and git commit them.<br>gem install stone_checksums<br>Then, use the rake task or the script:<br>rake build:generate_checksums<br>gem_checksums<br>Control options with ENV variables!<br>Fund overlooked open source projects - bottom of stack, dev/test dependencies: floss-funding.dev |
|
|
573
573
|
| Homepage | https://github.com/galtzo-floss/stone_checksums |
|
|
574
574
|
| Source | https://github.com/galtzo-floss/stone_checksums |
|
|
575
575
|
| License | `MIT` |
|
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.
|
|
4
|
+
version: 1.0.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- "|7eter l-|. l3oling"
|
|
@@ -63,20 +63,20 @@ dependencies:
|
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '2.
|
|
66
|
+
version: '2.3'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.
|
|
69
|
+
version: 2.3.0
|
|
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: '2.
|
|
76
|
+
version: '2.3'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.
|
|
79
|
+
version: 2.3.0
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: bundler-audit
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -134,7 +134,7 @@ dependencies:
|
|
|
134
134
|
version: '3.1'
|
|
135
135
|
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 3.1.
|
|
137
|
+
version: 3.1.4
|
|
138
138
|
type: :development
|
|
139
139
|
prerelease: false
|
|
140
140
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -144,7 +144,7 @@ dependencies:
|
|
|
144
144
|
version: '3.1'
|
|
145
145
|
- - ">="
|
|
146
146
|
- !ruby/object:Gem::Version
|
|
147
|
-
version: 3.1.
|
|
147
|
+
version: 3.1.4
|
|
148
148
|
- !ruby/object:Gem::Dependency
|
|
149
149
|
name: kettle-test
|
|
150
150
|
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.
|
|
157
|
+
version: 2.0.9
|
|
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.
|
|
167
|
+
version: 2.0.9
|
|
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.1'
|
|
175
175
|
- - ">="
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 3.1.
|
|
177
|
+
version: 3.1.6
|
|
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.1'
|
|
185
185
|
- - ">="
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 3.1.
|
|
187
|
+
version: 3.1.6
|
|
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.
|
|
211
|
+
version: 2.0.4
|
|
212
212
|
type: :development
|
|
213
213
|
prerelease: false
|
|
214
214
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -218,8 +218,8 @@ dependencies:
|
|
|
218
218
|
version: '2.0'
|
|
219
219
|
- - ">="
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 2.0.
|
|
222
|
-
description: "\
|
|
221
|
+
version: 2.0.4
|
|
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
|
|
225
225
|
with ENV variables!\nFund overlooked open source projects - bottom of stack, dev/test
|
|
@@ -246,6 +246,7 @@ files:
|
|
|
246
246
|
- CONTRIBUTING.md
|
|
247
247
|
- FUNDING.md
|
|
248
248
|
- LICENSE.md
|
|
249
|
+
- MIT.md
|
|
249
250
|
- README.md
|
|
250
251
|
- RUBOCOP.md
|
|
251
252
|
- SECURITY.md
|
|
@@ -265,10 +266,10 @@ licenses:
|
|
|
265
266
|
- MIT
|
|
266
267
|
metadata:
|
|
267
268
|
homepage_uri: https://stone-checksums.galtzo.com
|
|
268
|
-
source_code_uri: https://github.com/galtzo-floss/stone_checksums/tree/v1.0.
|
|
269
|
-
changelog_uri: https://github.com/galtzo-floss/stone_checksums/blob/v1.0.
|
|
269
|
+
source_code_uri: https://github.com/galtzo-floss/stone_checksums/tree/v1.0.5
|
|
270
|
+
changelog_uri: https://github.com/galtzo-floss/stone_checksums/blob/v1.0.5/CHANGELOG.md
|
|
270
271
|
bug_tracker_uri: https://github.com/galtzo-floss/stone_checksums/issues
|
|
271
|
-
documentation_uri: https://www.rubydoc.info/gems/stone_checksums/1.0.
|
|
272
|
+
documentation_uri: https://www.rubydoc.info/gems/stone_checksums/1.0.5
|
|
272
273
|
funding_uri: https://github.com/sponsors/pboling
|
|
273
274
|
wiki_uri: https://github.com/galtzo-floss/stone_checksums/wiki
|
|
274
275
|
news_uri: https://www.railsbling.com/tags/stone_checksums
|
|
@@ -276,7 +277,7 @@ metadata:
|
|
|
276
277
|
rubygems_mfa_required: 'true'
|
|
277
278
|
rdoc_options:
|
|
278
279
|
- "--title"
|
|
279
|
-
- "stone_checksums - \
|
|
280
|
+
- "stone_checksums - \U0001F997 Generate both SHA256 & SHA512 checksums of RubyGem
|
|
280
281
|
libraries"
|
|
281
282
|
- "--main"
|
|
282
283
|
- README.md
|
|
@@ -300,5 +301,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
300
301
|
requirements: []
|
|
301
302
|
rubygems_version: 4.0.10
|
|
302
303
|
specification_version: 4
|
|
303
|
-
summary: "\
|
|
304
|
+
summary: "\U0001F997 Generate both SHA256 & SHA512 checksums of RubyGem libraries"
|
|
304
305
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|