stone_checksums 1.0.3 → 1.0.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 +22 -7
- data/CITATION.cff +6 -6
- data/CONTRIBUTING.md +89 -37
- data/FUNDING.md +8 -15
- data/LICENSE.md +10 -0
- data/README.md +154 -192
- data/SECURITY.md +1 -1
- data/certs/pboling.pem +27 -0
- data/lib/gem_checksums.rb +47 -4
- data/lib/stone_checksums/version.rb +2 -5
- data/lib/stone_checksums.rb +2 -0
- data/sig/stone_checksums/version.rbs +6 -0
- data/sig/stone_checksums.rbs +0 -3
- data.tar.gz.sig +0 -0
- metadata +59 -27
- metadata.gz.sig +0 -0
- data/LICENSE.txt +0 -21
- data/REEK +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99eb338e4a34ea5de7b08fa1af61cac3e9fe7fa2a0f83c2c490056344a333cde
|
|
4
|
+
data.tar.gz: de183af7aaba25df386afa555b9c58ff1ad59e10a010452526856ccf94abf13b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b6ae36d2a139672b444208e058526cd2c34a51362909984cf62f549bb58e2dc56c32783457b72d0d4c98fb6c16f424d695163bcc75767028625659d7d97f37aa
|
|
7
|
+
data.tar.gz: a628039c0fdc66e75c77dc1778fd10eab3f4c83ab1f35b26fa8e1b52b1c6f2c7b4ceaa3a78f664c5fc5dd78ce5e546e7b69aa4f788169786a8fdef56dd0d0bad
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -28,10 +28,23 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
28
28
|
|
|
29
29
|
### Fixed
|
|
30
30
|
|
|
31
|
-
- documentation
|
|
32
|
-
|
|
33
31
|
### Security
|
|
34
32
|
|
|
33
|
+
## [1.0.4] - 2026-06-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.4][1.0.4t]
|
|
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
|
+
- documentation
|
|
43
|
+
- `gem_checksums` now prefers the built package matching the current project
|
|
44
|
+
gemspec when stale packages for newer versions are present in `pkg/`.
|
|
45
|
+
- `gem_checksums` now fails before writing checksum files when the selected
|
|
46
|
+
built gem package does not match the current project gemspec name and version.
|
|
47
|
+
|
|
35
48
|
## [1.0.2] - 2025-08-26
|
|
36
49
|
|
|
37
50
|
- TAG: [v1.0.2][1.0.2t]
|
|
@@ -86,10 +99,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
86
99
|
|
|
87
100
|
- Initial release
|
|
88
101
|
|
|
89
|
-
[Unreleased]: https://
|
|
102
|
+
[Unreleased]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.4...HEAD
|
|
103
|
+
[1.0.4]: https://github.com/galtzo-floss/stone_checksums/compare/v1.0.2...v1.0.4
|
|
104
|
+
[1.0.4t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.4
|
|
90
105
|
[1.0.2]: https://gitlab.com/galtzo-floss/stone_checksums/-/compare/v1.0.1...v1.0.2
|
|
91
|
-
[1.0.2t]: https://
|
|
106
|
+
[1.0.2t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.2
|
|
92
107
|
[1.0.1]: https://gitlab.com/galtzo-floss/stone_checksums/-/compare/v1.0.0...v1.0.1
|
|
93
|
-
[1.0.1t]: https://
|
|
94
|
-
[1.0.0]: https://
|
|
95
|
-
[1.0.0t]: https://
|
|
108
|
+
[1.0.1t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.1
|
|
109
|
+
[1.0.0]: https://github.com/galtzo-floss/stone_checksums/compare/1fd75630d9d3c4a1ef8fed384fda98755ae01d5e...v1.0.0
|
|
110
|
+
[1.0.0t]: https://github.com/galtzo-floss/stone_checksums/releases/tag/v1.0.0
|
data/CITATION.cff
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
cff-version: 1.2.0
|
|
2
|
-
title: stone_checksums
|
|
2
|
+
title: "stone_checksums"
|
|
3
3
|
message: >-
|
|
4
4
|
If you use this work and you want to cite it,
|
|
5
5
|
then you can use the metadata from this file.
|
|
6
6
|
type: software
|
|
7
7
|
authors:
|
|
8
|
-
- given-names: Peter
|
|
9
|
-
family-names: Boling
|
|
10
|
-
email:
|
|
11
|
-
affiliation:
|
|
8
|
+
- given-names: "Peter H."
|
|
9
|
+
family-names: "Boling"
|
|
10
|
+
email: "floss@galtzo.com"
|
|
11
|
+
affiliation: "galtzo.com"
|
|
12
12
|
orcid: 'https://orcid.org/0009-0008-8519-441X'
|
|
13
13
|
identifiers:
|
|
14
14
|
- type: url
|
|
15
15
|
value: 'https://github.com/galtzo-floss/stone_checksums'
|
|
16
|
-
description: stone_checksums
|
|
16
|
+
description: "stone_checksums"
|
|
17
17
|
repository-code: 'https://github.com/galtzo-floss/stone_checksums'
|
|
18
18
|
abstract: >-
|
|
19
19
|
stone_checksums
|
data/CONTRIBUTING.md
CHANGED
|
@@ -8,29 +8,37 @@ To submit a patch, please fork the project, create a patch with tests, and send
|
|
|
8
8
|
|
|
9
9
|
Remember to [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] if you make changes.
|
|
10
10
|
|
|
11
|
+
## Developer Certificate of Origin
|
|
12
|
+
|
|
13
|
+
In order to protect users of this project, we require all contributors to comply with the
|
|
14
|
+
[Developer Certificate of Origin](https://developercertificate.org/).
|
|
15
|
+
This ensures that all contributions are properly licensed and attributed.
|
|
16
|
+
|
|
11
17
|
## Help out!
|
|
12
18
|
|
|
13
|
-
Take a look at the
|
|
19
|
+
Take a look at the open issues and pull requests, or use the gem and find something to improve.
|
|
14
20
|
|
|
15
21
|
Follow these instructions:
|
|
16
22
|
|
|
17
|
-
1.
|
|
18
|
-
2.
|
|
19
|
-
3.
|
|
20
|
-
4.
|
|
21
|
-
5.
|
|
22
|
-
6.
|
|
23
|
-
7.
|
|
23
|
+
1. Join the Discord: [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
|
|
24
|
+
2. Fork the repository
|
|
25
|
+
3. Create your feature branch (`git checkout -b my-new-feature`)
|
|
26
|
+
4. Make some fixes.
|
|
27
|
+
5. Commit your changes (`git commit -am 'Added some feature'`)
|
|
28
|
+
6. Push to the branch (`git push origin my-new-feature`)
|
|
29
|
+
7. Make sure to add tests for it. This is important, so it doesn't break in a future release.
|
|
30
|
+
8. Create new Pull Request.
|
|
31
|
+
9. Announce it in the channel for this org in the [Discord][✉️discord-invite]!
|
|
24
32
|
|
|
25
33
|
## Executables vs Rake tasks
|
|
26
34
|
|
|
27
|
-
Executables shipped by dependencies, such as
|
|
35
|
+
Executables shipped by dependencies, such as kettle-dev, and stone_checksums, are available
|
|
28
36
|
after running `bin/setup`. These include:
|
|
29
37
|
|
|
30
38
|
- gem_checksums
|
|
31
39
|
- kettle-changelog
|
|
32
40
|
- kettle-commit-msg
|
|
33
|
-
-
|
|
41
|
+
- kettle-dev-setup
|
|
34
42
|
- kettle-dvcs
|
|
35
43
|
- kettle-pre-release
|
|
36
44
|
- kettle-readme-backers
|
|
@@ -42,6 +50,22 @@ There are many Rake tasks available as well. You can see them by running:
|
|
|
42
50
|
bin/rake -T
|
|
43
51
|
```
|
|
44
52
|
|
|
53
|
+
## Code quality checks
|
|
54
|
+
|
|
55
|
+
Run the Reek task when you want a smell check that fails on current findings:
|
|
56
|
+
|
|
57
|
+
```shell
|
|
58
|
+
bin/rake reek
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
Refresh the checked-in `REEK` backlog through the rake task, not by redirecting
|
|
62
|
+
the raw `reek` executable output. The rake task uses the project bundle and
|
|
63
|
+
avoids stale generated binstubs shadowing the Reek gem executable:
|
|
64
|
+
|
|
65
|
+
```shell
|
|
66
|
+
bin/rake reek:update
|
|
67
|
+
```
|
|
68
|
+
|
|
45
69
|
## Environment Variables for Local Development
|
|
46
70
|
|
|
47
71
|
Below are the primary environment variables recognized by stone_checksums (and its integrated tools). Unless otherwise noted, set boolean values to the string "true" to enable.
|
|
@@ -52,7 +76,7 @@ General/runtime
|
|
|
52
76
|
- CI: When set to true, adjusts default rake tasks toward CI behavior
|
|
53
77
|
|
|
54
78
|
Coverage (kettle-soup-cover / SimpleCov)
|
|
55
|
-
- K_SOUP_COV_DO: Enable coverage collection (default: true in .
|
|
79
|
+
- K_SOUP_COV_DO: Enable coverage collection (default: true in `mise.toml`)
|
|
56
80
|
- K_SOUP_COV_FORMATTERS: Comma-separated list of formatters (html, xml, rcov, lcov, json, tty)
|
|
57
81
|
- K_SOUP_COV_MIN_LINE: Minimum line coverage threshold (integer, e.g., 100)
|
|
58
82
|
- K_SOUP_COV_MIN_BRANCH: Minimum branch coverage threshold (integer, e.g., 100)
|
|
@@ -68,7 +92,9 @@ GitHub API and CI helpers
|
|
|
68
92
|
Releasing and signing
|
|
69
93
|
- SKIP_GEM_SIGNING: If set, skip gem signing during build/release
|
|
70
94
|
- GEM_CERT_USER: Username for selecting your public cert in `certs/<USER>.pem` (defaults to $USER)
|
|
71
|
-
- SOURCE_DATE_EPOCH: Reproducible build timestamp.
|
|
95
|
+
- SOURCE_DATE_EPOCH: Reproducible build timestamp.
|
|
96
|
+
- `kettle-release` will set this automatically for the session.
|
|
97
|
+
- Not needed on bundler >= 2.7.0, as reproducible builds have become the default.
|
|
72
98
|
|
|
73
99
|
Git hooks and commit message helpers (exe/kettle-commit-msg)
|
|
74
100
|
- GIT_HOOK_BRANCH_VALIDATE: Branch name validation mode (e.g., `jira`) or `false` to disable
|
|
@@ -76,43 +102,66 @@ Git hooks and commit message helpers (exe/kettle-commit-msg)
|
|
|
76
102
|
- GIT_HOOK_FOOTER_SENTINEL: Required when footer append is enabled — a unique first-line sentinel to prevent duplicates
|
|
77
103
|
- GIT_HOOK_FOOTER_APPEND_DEBUG: Extra debug output in the footer template (true/false)
|
|
78
104
|
|
|
79
|
-
|
|
105
|
+
Git diff driver setup
|
|
106
|
+
- Local setup writes repository `.gitattributes` entries and local Git `diff.smorg-*` command config so this checkout uses StructuredMerge semantic diffs.
|
|
107
|
+
- Global setup registers `diff.smorg-*` commands once in the user Git config; use it when you work across several StructuredMerge-enabled repositories.
|
|
108
|
+
- Include-file setup writes `.git/smorg/config` and includes it from local Git config, keeping command registrations out of the repository files.
|
|
109
|
+
- Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
|
|
110
|
+
|
|
111
|
+
```console
|
|
112
|
+
K_JEM_TEMPLATING=true kettle-jem install
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Troubleshooting Git diffs
|
|
116
|
+
- Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
|
|
117
|
+
- Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
|
|
118
|
+
- If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
|
|
119
|
+
- To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
|
|
120
|
+
|
|
121
|
+
For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
|
|
80
122
|
|
|
81
123
|
## Appraisals
|
|
82
124
|
|
|
83
125
|
From time to time the [appraisal2][🚎appraisal2] gemfiles in `gemfiles/` will need to be updated.
|
|
126
|
+
Generated appraisal and CI workflow floors are controlled by `ruby.test_minimum`
|
|
127
|
+
in `.structuredmerge/kettle-jem.yml`; this project was templated with `ruby.test_minimum: 2.4`.
|
|
128
|
+
That value describes the lowest Ruby version expected to run the test/development
|
|
129
|
+
toolchain, and it may be higher than the gemspec runtime floor.
|
|
130
|
+
|
|
84
131
|
They are created and updated with the commands:
|
|
85
132
|
|
|
86
133
|
```console
|
|
87
134
|
bin/rake appraisal:update
|
|
88
135
|
```
|
|
89
136
|
|
|
90
|
-
|
|
137
|
+
If you need to reset all gemfiles/*.gemfile.lock files:
|
|
138
|
+
|
|
139
|
+
```console
|
|
140
|
+
bin/rake appraisal:reset
|
|
141
|
+
```
|
|
91
142
|
|
|
92
|
-
|
|
143
|
+
When adding an appraisal to CI, check the [runner tool cache][🏃♂️runner-tool-cache] to see which runner to use.
|
|
93
144
|
|
|
94
|
-
|
|
145
|
+
## Run Tests
|
|
95
146
|
|
|
96
|
-
|
|
147
|
+
Run tests via `kettle-test` (provided by `kettle-test`). It runs RSpec, writes the full log to
|
|
148
|
+
`tmp/kettle-test/rspec-TIMESTAMP.log`, and prints a compact highlight block with timing, seed,
|
|
149
|
+
pass/fail count, failing example list, and SimpleCov coverage percentages.
|
|
97
150
|
|
|
98
151
|
```console
|
|
99
|
-
bundle exec
|
|
152
|
+
bundle exec kettle-test
|
|
100
153
|
```
|
|
101
154
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
To run all tests
|
|
155
|
+
For targeted runs, disable the hard coverage threshold to avoid false failures:
|
|
105
156
|
|
|
106
157
|
```console
|
|
107
|
-
bundle exec
|
|
158
|
+
K_SOUP_COV_MIN_HARD=false bundle exec kettle-test spec/path/to/spec.rb
|
|
108
159
|
```
|
|
109
160
|
|
|
110
161
|
### Spec organization (required)
|
|
111
162
|
|
|
112
|
-
- One spec file per class/module. For each class or module under `lib/`, keep all of its unit tests in a single spec file under `spec/` that mirrors the path and file name exactly: `lib/stone_checksums/
|
|
113
|
-
- Never add a second spec file for the same class/module. Examples of disallowed names: `*_more_spec.rb`, `*_extra_spec.rb`, `*_status_spec.rb`, or any other suffix that still targets the same class. If you find yourself wanting a second file, merge those examples into the canonical spec file for that class/module.
|
|
163
|
+
- One spec file per class/module. For each class or module under `lib/`, keep all of its unit tests in a single spec file under `spec/` that mirrors the path and file name exactly: `lib/stone_checksums/my_class.rb` -> `spec/stone_checksums/my_class_spec.rb`.
|
|
114
164
|
- Exception: Integration specs that intentionally span multiple classes. Place these under `spec/integration/` (or a clearly named integration folder), and do not directly mirror a single class. Name them after the scenario, not a class.
|
|
115
|
-
- Migration note: If a duplicate spec file exists, move all examples into the canonical file and delete the duplicate. Do not leave stubs or empty files behind.
|
|
116
165
|
|
|
117
166
|
## Lint It
|
|
118
167
|
|
|
@@ -170,39 +219,41 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
|
|
|
170
219
|
1. Update version.rb to contain the correct version-to-be-released.
|
|
171
220
|
2. Run `bundle exec kettle-changelog`.
|
|
172
221
|
3. Run `bundle exec kettle-release`.
|
|
222
|
+
4. Stay awake and monitor the release process for any errors, and answer any prompts.
|
|
173
223
|
|
|
174
224
|
#### Manual process
|
|
175
225
|
|
|
176
226
|
1. Run `bin/setup && bin/rake` as a "test, coverage, & linting" sanity check
|
|
177
227
|
2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
|
|
178
228
|
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
|
|
179
|
-
4. Run `
|
|
180
|
-
5. Run `git
|
|
229
|
+
4. Run `bin/rake yard` to regenerate the docs site using the canonical docs task
|
|
230
|
+
5. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
|
|
231
|
+
6. Run `git push` to trigger the final CI pipeline before release, and merge PRs
|
|
181
232
|
- NOTE: Remember to [check the build][🧪build].
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
233
|
+
7. Run `export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" && echo $GIT_TRUNK_BRANCH_NAME`
|
|
234
|
+
8. Run `git checkout $GIT_TRUNK_BRANCH_NAME`
|
|
235
|
+
9. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure latest trunk code
|
|
236
|
+
10. Optional for older Bundler (< 2.7.0): Set `SOURCE_DATE_EPOCH` so `rake build` and `rake release` use the same timestamp and generate the same checksums
|
|
186
237
|
- If your Bundler is >= 2.7.0, you can skip this; builds are reproducible by default.
|
|
187
238
|
- Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
|
|
188
239
|
- If the echo above has no output, then it didn't work.
|
|
189
240
|
- Note: `zsh/datetime` module is needed, if running `zsh`.
|
|
190
241
|
- In older versions of `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
|
|
191
|
-
|
|
192
|
-
|
|
242
|
+
11. Run `bundle exec rake build`
|
|
243
|
+
12. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
|
|
193
244
|
to create SHA-256 and SHA-512 checksums. This functionality is provided by the `stone_checksums`
|
|
194
245
|
[gem][💎stone_checksums].
|
|
195
246
|
- The script automatically commits but does not push the checksums
|
|
196
|
-
|
|
247
|
+
13. Sanity check the SHA256, comparing with the output from the `bin/gem_checksums` command:
|
|
197
248
|
- `sha256sum pkg/<gem name>-<version>.gem`
|
|
198
|
-
|
|
249
|
+
14. Run `bundle exec rake release` which will create a git tag for the version,
|
|
199
250
|
push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
|
|
200
251
|
|
|
201
|
-
[📜src-gl]: https://gitlab.com/galtzo-floss/stone_checksums
|
|
252
|
+
[📜src-gl]: https://gitlab.com/galtzo-floss/stone_checksums
|
|
202
253
|
[📜src-cb]: https://codeberg.org/galtzo-floss/stone_checksums
|
|
203
254
|
[📜src-gh]: https://github.com/galtzo-floss/stone_checksums
|
|
204
255
|
[🧪build]: https://github.com/galtzo-floss/stone_checksums/actions
|
|
205
|
-
[🤝conduct]: https://
|
|
256
|
+
[🤝conduct]: https://github.com/galtzo-floss/stone_checksums/blob/main/CODE_OF_CONDUCT.md
|
|
206
257
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
207
258
|
[🖐contributors]: https://github.com/galtzo-floss/stone_checksums/graphs/contributors
|
|
208
259
|
[🚎contributors-gl]: https://gitlab.com/galtzo-floss/stone_checksums/-/graphs/main
|
|
@@ -218,3 +269,4 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
|
|
|
218
269
|
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
219
270
|
[🚎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
220
271
|
[🏃♂️runner-tool-cache]: https://github.com/ruby/ruby-builder/releases/tag/toolcache
|
|
272
|
+
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
|
data/FUNDING.md
CHANGED
|
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
6
6
|
|
|
7
7
|
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
|
|
8
8
|
|
|
9
|
-
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate
|
|
9
|
+
[![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
16
16
|
[🖇osc-sponsors-i]: https://opencollective.com/galtzo-floss/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
20
|
-
[🖇polar]: https://polar.sh/pboling
|
|
21
19
|
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
22
|
-
[🖇kofi]: https://ko-fi.com/
|
|
23
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
24
|
-
[🖇patreon]: https://patreon.com/galtzo
|
|
20
|
+
[🖇kofi]: https://ko-fi.com/pboling
|
|
25
21
|
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
26
22
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
27
23
|
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
|
@@ -31,11 +27,11 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
31
27
|
|
|
32
28
|
<!-- RELEASE-NOTES-FOOTER-END -->
|
|
33
29
|
|
|
34
|
-
# 🤑
|
|
30
|
+
# 🤑 A request for help
|
|
35
31
|
|
|
36
32
|
Maintainers have teeth and need to pay their dentists.
|
|
37
|
-
After getting laid off in an RIF in March and
|
|
38
|
-
I
|
|
33
|
+
After getting laid off in an RIF in March, and encountering difficulty finding a new one,
|
|
34
|
+
I began spending most of my time building open source tools.
|
|
39
35
|
I'm hoping to be able to pay for my kids' health insurance this month,
|
|
40
36
|
so if you value the work I am doing, I need your support.
|
|
41
37
|
Please consider sponsoring me or the project.
|
|
@@ -44,16 +40,13 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
44
40
|
|
|
45
41
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
46
42
|
|
|
47
|
-
To say "thanks
|
|
43
|
+
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
48
44
|
|
|
49
|
-
[![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
|
|
45
|
+
[![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]
|
|
50
46
|
|
|
51
47
|
# Another Way to Support Open Source Software
|
|
52
48
|
|
|
53
|
-
|
|
54
|
-
>—Anne Frank
|
|
55
|
-
|
|
56
|
-
I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions — totaling 79 hours of FLOSS coding over just the past seven days, a pretty regular week for me. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈 cats).
|
|
49
|
+
I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈 cats).
|
|
57
50
|
|
|
58
51
|
If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
|
|
59
52
|
|