oauth-tty 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 615326d7bdb365bf9529d93296704b468611cfde8340c92328184cde418932ca
4
- data.tar.gz: 261203267bcec6401ae9ad0240a2ddf42a87ad9f65a747ae73e97aa1e4b43633
3
+ metadata.gz: a2d3eecc711c924ee046605ae35c794e30f7868c4e2e2669ee189c2e10316d5b
4
+ data.tar.gz: 3594465c03c5e6c508c0539acff1acc96782d81f9584c81579082ff0ce7c9b4f
5
5
  SHA512:
6
- metadata.gz: 6c7f5871e5803d1c399143583f8ce5cba43b43808f92128cf977f5651070548b06214db4aafce22f533ee2fd450ca8cf41fc64d3bfce10e444db96242fef9e5e
7
- data.tar.gz: bf82abc2f80a966fa094b10b10ce4a4fb91d61f5d072b2b4e10516739f5ab8b9b5909d3e9976561a7a7ad09964ab859cf79200d82f20be0d3096b50305f323bc
6
+ metadata.gz: f414c485f13f0c5d59421241ded6d35c630a3ddb878e8c3454085cc4b670188c849b9b9d459c093969aa1b9d6135a3da8824cbf362423787331200692a73ba9d
7
+ data.tar.gz: 35e23d3de9b47f9c017b55826dc520ac59e7c5d862c7a0d3c240fff6770f02a95ac52c9f2b79268596504e259b04f2b7bd76c3784b5cbfa67ee22d2f43390d52
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -28,8 +28,35 @@ Please file a bug if you notice a violation of semantic versioning.
28
28
 
29
29
  ### Fixed
30
30
 
31
+ - Restored the Ruby 3.4 appraisal's explicit `oauth` dependency so the CI
32
+ matrix exercises the same runtime dependency pattern as the other Ruby
33
+ version appraisals.
34
+
31
35
  ### Security
32
36
 
37
+ ## [1.0.9] - 2026-06-15
38
+
39
+ - TAG: [v1.0.9][1.0.9t]
40
+ - COVERAGE: 100.00% -- 315/315 lines in 11 files
41
+ - BRANCH COVERAGE: 96.55% -- 28/29 branches in 11 files
42
+ - 15.79% documented
43
+
44
+ ### Changed
45
+
46
+ - Retemplated repository metadata, workflows, modular gemfiles, and documentation
47
+ scaffolding with the current `kettle-jem` template.
48
+ - Updated the locked `snaky_hash` runtime dependency to v2.0.5.
49
+ - Raised the `auth-sanitizer` runtime dependency floor to `>= 0.2.1`, so OAuth
50
+ TTY consumers get hash and nested-attribute inspect redaction fixes plus
51
+ downstream RBS duplicate-declaration fixes.
52
+
53
+ - Updated generated documentation dependency metadata to require
54
+ `yaml-converter` >= 0.2.1.
55
+
56
+ ### Fixed
57
+
58
+ - Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
59
+
33
60
  ## [1.0.8] - 2026-05-20
34
61
 
35
62
  - TAG: [v1.0.8][1.0.8t]
@@ -155,7 +182,9 @@ Please file a bug if you notice a violation of semantic versioning.
155
182
 
156
183
  - Initial release (@pboling)
157
184
 
158
- [Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.8...HEAD
185
+ [Unreleased]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.9...HEAD
186
+ [1.0.9]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.8...v1.0.9
187
+ [1.0.9t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.9
159
188
  [1.0.8]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.7...v1.0.8
160
189
  [1.0.8t]: https://github.com/ruby-oauth/oauth-tty/releases/tag/v1.0.8
161
190
  [1.0.7]: https://github.com/ruby-oauth/oauth-tty/compare/v1.0.6...v1.0.7
data/CITATION.cff CHANGED
@@ -1,19 +1,19 @@
1
1
  cff-version: 1.2.0
2
- title: oauth-tty
2
+ title: "oauth-tty"
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 Hurn
9
- family-names: Boling
10
- email: peter@railsbling.com
11
- affiliation: railsbling.com
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/ruby-oauth/oauth-tty'
16
- description: oauth-tty
16
+ description: "oauth-tty"
17
17
  repository-code: 'https://github.com/ruby-oauth/oauth-tty'
18
18
  abstract: >-
19
19
  oauth-tty
data/CODE_OF_CONDUCT.md CHANGED
File without changes
data/CONTRIBUTING.md CHANGED
@@ -8,47 +8,62 @@ 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 `reek` list which is the file called `REEK` and find something to improve.
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. Fork the repository
18
- 2. Create a feature branch (`git checkout -b my-new-feature`)
19
- 3. Make some fixes.
20
- 4. Commit changes (`git commit -am 'Added some feature'`)
21
- 5. Push to the branch (`git push origin my-new-feature`)
22
- 6. Make sure to add tests for it. This is important, so it doesn't break in a future release.
23
- 7. Create new Pull Request.
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 oauth-tty can be used with or without generating the binstubs.
28
- They will work when oauth-tty is installed globally (i.e., `gem install oauth-tty`) and do not require that oauth-tty be in your bundle.
35
+ Executables shipped by dependencies, such as kettle-dev, and stone_checksums, are available
36
+ after running `bin/setup`. These include:
29
37
 
38
+ - gem_checksums
30
39
  - kettle-changelog
31
40
  - kettle-commit-msg
32
- - oauth-tty-setup
41
+ - kettle-dev-setup
33
42
  - kettle-dvcs
34
43
  - kettle-pre-release
35
44
  - kettle-readme-backers
36
45
  - kettle-release
37
46
 
38
- However, the rake tasks provided by oauth-tty do require oauth-tty to be added as a development dependency and loaded in your Rakefile.
39
- See the full list of rake tasks in head of Rakefile
47
+ There are many Rake tasks available as well. You can see them by running:
40
48
 
41
- **Gemfile**
42
- ```ruby
43
- group :development do
44
- gem "oauth-tty", require: false
45
- end
49
+ ```shell
50
+ bin/rake -T
46
51
  ```
47
52
 
48
- **Rakefile**
49
- ```ruby
50
- # Rakefile
51
- require "oauth/tty"
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
52
67
  ```
53
68
 
54
69
  ## Environment Variables for Local Development
@@ -61,7 +76,7 @@ General/runtime
61
76
  - CI: When set to true, adjusts default rake tasks toward CI behavior
62
77
 
63
78
  Coverage (kettle-soup-cover / SimpleCov)
64
- - K_SOUP_COV_DO: Enable coverage collection (default: true in .envrc)
79
+ - K_SOUP_COV_DO: Enable coverage collection (default: true in `mise.toml`)
65
80
  - K_SOUP_COV_FORMATTERS: Comma-separated list of formatters (html, xml, rcov, lcov, json, tty)
66
81
  - K_SOUP_COV_MIN_LINE: Minimum line coverage threshold (integer, e.g., 100)
67
82
  - K_SOUP_COV_MIN_BRANCH: Minimum branch coverage threshold (integer, e.g., 100)
@@ -77,7 +92,9 @@ GitHub API and CI helpers
77
92
  Releasing and signing
78
93
  - SKIP_GEM_SIGNING: If set, skip gem signing during build/release
79
94
  - GEM_CERT_USER: Username for selecting your public cert in `certs/<USER>.pem` (defaults to $USER)
80
- - SOURCE_DATE_EPOCH: Reproducible build timestamp. `kettle-release` will set this automatically for the session.
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.
81
98
 
82
99
  Git hooks and commit message helpers (exe/kettle-commit-msg)
83
100
  - GIT_HOOK_BRANCH_VALIDATE: Branch name validation mode (e.g., `jira`) or `false` to disable
@@ -85,43 +102,66 @@ Git hooks and commit message helpers (exe/kettle-commit-msg)
85
102
  - GIT_HOOK_FOOTER_SENTINEL: Required when footer append is enabled — a unique first-line sentinel to prevent duplicates
86
103
  - GIT_HOOK_FOOTER_APPEND_DEBUG: Extra debug output in the footer template (true/false)
87
104
 
88
- For a quick starting point, this repository’s `.envrc` shows sane defaults, and `.env.local` can override them locally.
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 -- ...`.
89
122
 
90
123
  ## Appraisals
91
124
 
92
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
+
93
131
  They are created and updated with the commands:
94
132
 
95
133
  ```console
96
134
  bin/rake appraisal:update
97
135
  ```
98
136
 
99
- When adding an appraisal to CI, check the [runner tool cache][🏃‍♂️runner-tool-cache] to see which runner to use.
137
+ If you need to reset all gemfiles/*.gemfile.lock files:
138
+
139
+ ```console
140
+ bin/rake appraisal:reset
141
+ ```
100
142
 
101
- ## The Reek List
143
+ When adding an appraisal to CI, check the [runner tool cache][🏃‍♂️runner-tool-cache] to see which runner to use.
102
144
 
103
- Take a look at the `reek` list which is the file called `REEK` and find something to improve.
145
+ ## Run Tests
104
146
 
105
- To refresh the `reek` list:
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.
106
150
 
107
151
  ```console
108
- bundle exec reek > REEK
152
+ bundle exec kettle-test
109
153
  ```
110
154
 
111
- ## Run Tests
112
-
113
- To run all tests
155
+ For targeted runs, disable the hard coverage threshold to avoid false failures:
114
156
 
115
157
  ```console
116
- bundle exec rake test
158
+ K_SOUP_COV_MIN_HARD=false bundle exec kettle-test spec/path/to/spec.rb
117
159
  ```
118
160
 
119
161
  ### Spec organization (required)
120
162
 
121
- - 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/oauth/tty/release_cli.rb` -> `spec/oauth/tty/release_cli_spec.rb`.
122
- - 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/oauth/tty/my_class.rb` -> `spec/oauth/tty/my_class_spec.rb`.
123
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.
124
- - 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.
125
165
 
126
166
  ## Lint It
127
167
 
@@ -144,7 +184,7 @@ For more detailed information about using RuboCop in this project, please see th
144
184
  Never add `# rubocop:disable ...` / `# rubocop:enable ...` comments to code or specs (except when following the few existing `rubocop:disable` patterns for a rule already being disabled elsewhere in the code). Instead:
145
185
 
146
186
  - Prefer configuration-based exclusions when a rule should not apply to certain paths or files (e.g., via `.rubocop.yml`).
147
- - When a violation is temporary and you plan to fix it later, record it in `.rubocop_gradual.lock` using the gradual workflow:
187
+ - When a violation is temporary, and you plan to fix it later, record it in `.rubocop_gradual.lock` using the gradual workflow:
148
188
  - `bundle exec rake rubocop_gradual:autocorrect` (preferred)
149
189
  - `bundle exec rake rubocop_gradual:force_update` (only when you cannot fix the violations immediately)
150
190
 
@@ -167,7 +207,7 @@ Also see GitLab Contributors: [https://gitlab.com/ruby-oauth/oauth-tty/-/graphs/
167
207
  **IMPORTANT**: To sign a build,
168
208
  a public key for signing gems will need to be picked up by the line in the
169
209
  `gemspec` defining the `spec.cert_chain` (check the relevant ENV variables there).
170
- All releases to RubyGems.org are signed releases.
210
+ All releases are signed releases.
171
211
  See: [RubyGems Security Guide][🔒️rubygems-security-guide]
172
212
 
173
213
  NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in the environment.
@@ -176,47 +216,49 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
176
216
 
177
217
  #### Automated process
178
218
 
179
- 1. Update version.rb to contian the correct version-to-be-released.
219
+ 1. Update version.rb to contain the correct version-to-be-released.
180
220
  2. Run `bundle exec kettle-changelog`.
181
221
  3. Run `bundle exec kettle-release`.
222
+ 4. Stay awake and monitor the release process for any errors, and answer any prompts.
182
223
 
183
224
  #### Manual process
184
225
 
185
226
  1. Run `bin/setup && bin/rake` as a "test, coverage, & linting" sanity check
186
227
  2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
187
228
  3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
188
- 4. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
189
- 5. Run `git push` to trigger the final CI pipeline before release, and merge PRs
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
190
232
  - NOTE: Remember to [check the build][🧪build].
191
- 6. Run `export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" && echo $GIT_TRUNK_BRANCH_NAME`
192
- 7. Run `git checkout $GIT_TRUNK_BRANCH_NAME`
193
- 8. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure latest trunk code
194
- 9. 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
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
195
237
  - If your Bundler is >= 2.7.0, you can skip this; builds are reproducible by default.
196
238
  - Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
197
239
  - If the echo above has no output, then it didn't work.
198
240
  - Note: `zsh/datetime` module is needed, if running `zsh`.
199
241
  - In older versions of `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
200
- 10. Run `bundle exec rake build`
201
- 11. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
242
+ 11. Run `bundle exec rake build`
243
+ 12. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
202
244
  to create SHA-256 and SHA-512 checksums. This functionality is provided by the `stone_checksums`
203
245
  [gem][💎stone_checksums].
204
246
  - The script automatically commits but does not push the checksums
205
- 12. Sanity check the SHA256, comparing with the output from the `bin/gem_checksums` command:
247
+ 13. Sanity check the SHA256, comparing with the output from the `bin/gem_checksums` command:
206
248
  - `sha256sum pkg/<gem name>-<version>.gem`
207
- 13. Run `bundle exec rake release` which will create a git tag for the version,
208
- push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]
249
+ 14. Run `bundle exec rake release` which will create a git tag for the version,
250
+ push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
209
251
 
210
- [📜src-gl]: https://gitlab.com/ruby-oauth/oauth-tty/
252
+ [📜src-gl]: https://gitlab.com/ruby-oauth/oauth-tty
211
253
  [📜src-cb]: https://codeberg.org/ruby-oauth/oauth-tty
212
254
  [📜src-gh]: https://github.com/ruby-oauth/oauth-tty
213
255
  [🧪build]: https://github.com/ruby-oauth/oauth-tty/actions
214
- [🤝conduct]: https://gitlab.com/ruby-oauth/oauth-tty/-/blob/main/CODE_OF_CONDUCT.md
256
+ [🤝conduct]: https://github.com/ruby-oauth/oauth-tty/blob/main/CODE_OF_CONDUCT.md
215
257
  [🖐contrib-rocks]: https://contrib.rocks
216
258
  [🖐contributors]: https://github.com/ruby-oauth/oauth-tty/graphs/contributors
217
259
  [🚎contributors-gl]: https://gitlab.com/ruby-oauth/oauth-tty/-/graphs/main
218
260
  [🖐contributors-img]: https://contrib.rocks/image?repo=ruby-oauth/oauth-tty
219
- [💎rubygems]: https://rubygems.org
261
+ [💎gem-coop]: https://gem.coop
220
262
  [🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
221
263
  [🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
222
264
  [🔒️rubygems-guides-pr]: https://github.com/rubygems/guides/pull/325
@@ -227,3 +269,4 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
227
269
  [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
228
270
  [🚎appraisal2]: https://github.com/appraisal-rb/appraisal2
229
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 on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
9
+ [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
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
@@ -19,7 +19,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
19
19
  [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
20
20
  [🖇polar]: https://polar.sh/pboling
21
21
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
22
- [🖇kofi]: https://ko-fi.com/O5O86SNP4
22
+ [🖇kofi]: https://ko-fi.com/pboling
23
23
  [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
24
24
  [🖇patreon]: https://patreon.com/galtzo
25
25
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
@@ -31,11 +31,11 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
31
31
 
32
32
  <!-- RELEASE-NOTES-FOOTER-END -->
33
33
 
34
- # 🤑 Request for Help
34
+ # 🤑 A request for help
35
35
 
36
36
  Maintainers have teeth and need to pay their dentists.
37
- After getting laid off in an RIF in March and filled with many dozens of rejections,
38
- I'm now spending ~60+ hours a week building open source tools.
37
+ After getting laid off in an RIF in March, and encountering difficulty finding a new one,
38
+ I began spending most of my time building open source tools.
39
39
  I'm hoping to be able to pay for my kids' health insurance this month,
40
40
  so if you value the work I am doing, I need your support.
41
41
  Please consider sponsoring me or the project.
@@ -44,16 +44,13 @@ To join the community or get help 👇️ Join the Discord.
44
44
 
45
45
  [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
46
46
 
47
- To say "thanks for maintaining such a great tool" ☝️ Join the Discord or 👇️ send money.
47
+ To say "thanks!" ☝️ Join the Discord or 👇️ send money.
48
48
 
49
- [![Sponsor ruby-oauth/oauth-tty 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-img] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal-img]
49
+ [![Sponsor ruby-oauth/oauth-tty 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
50
 
51
51
  # Another Way to Support Open Source Software
52
52
 
53
- > How wonderful it is that nobody need wait a single moment before starting to improve the world.<br/>
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).
53
+ 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
54
 
58
55
  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
56
 
data/LICENSE.md ADDED
@@ -0,0 +1,12 @@
1
+ # License
2
+
3
+ This project is made available under the following license.
4
+ Choose the option that best fits your use case:
5
+
6
+ - [MIT](MIT.md)
7
+
8
+ ## Copyright Notice
9
+
10
+ - Copyright (c) 2022, 2025-2026 Peter H. Boling
11
+ - Copyright (c) 2025 Aboling0
12
+ - Copyright (c) 2025 Annibelle Boling