oauth 1.1.5 → 1.1.6
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 +1 -4
- data/CHANGELOG.md +25 -1
- data/CITATION.cff +6 -6
- data/CODE_OF_CONDUCT.md +0 -0
- data/CONTRIBUTING.md +88 -34
- data/FUNDING.md +6 -9
- data/LICENSE.md +71 -0
- data/README.md +222 -166
- data/RUBOCOP.md +0 -0
- data/SECURITY.md +1 -4
- data/certs/pboling.pem +27 -0
- data/lib/oauth/auth_sanitizer.rb +0 -0
- data/lib/oauth/client/action_controller_request.rb +0 -0
- data/lib/oauth/client/em_http.rb +0 -0
- data/lib/oauth/client/helper.rb +0 -0
- data/lib/oauth/client/net_http.rb +0 -0
- data/lib/oauth/client.rb +0 -0
- data/lib/oauth/consumer.rb +68 -16
- data/lib/oauth/errors/error.rb +0 -0
- data/lib/oauth/errors/problem.rb +0 -0
- data/lib/oauth/errors/unauthorized.rb +0 -0
- data/lib/oauth/errors.rb +0 -0
- data/lib/oauth/helper.rb +0 -0
- data/lib/oauth/oauth.rb +0 -0
- data/lib/oauth/oauth_test_helper.rb +0 -0
- data/lib/oauth/optional.rb +0 -0
- data/lib/oauth/request_proxy/action_controller_request.rb +0 -0
- data/lib/oauth/request_proxy/action_dispatch_request.rb +0 -0
- data/lib/oauth/request_proxy/base.rb +0 -0
- data/lib/oauth/request_proxy/curb_request.rb +0 -0
- data/lib/oauth/request_proxy/em_http_request.rb +0 -0
- data/lib/oauth/request_proxy/jabber_request.rb +0 -0
- data/lib/oauth/request_proxy/mock_request.rb +0 -0
- data/lib/oauth/request_proxy/net_http.rb +0 -0
- data/lib/oauth/request_proxy/rack_request.rb +0 -0
- data/lib/oauth/request_proxy/rest_client_request.rb +0 -0
- data/lib/oauth/request_proxy/typhoeus_request.rb +0 -0
- data/lib/oauth/request_proxy.rb +0 -0
- data/lib/oauth/server.rb +0 -0
- data/lib/oauth/signature/base.rb +0 -0
- data/lib/oauth/signature/hmac/sha1.rb +0 -0
- data/lib/oauth/signature/hmac/sha256.rb +0 -0
- data/lib/oauth/signature/plaintext.rb +0 -0
- data/lib/oauth/signature/rsa/sha1.rb +0 -0
- data/lib/oauth/signature.rb +0 -0
- data/lib/oauth/token.rb +0 -0
- data/lib/oauth/tokens/access_token.rb +0 -0
- data/lib/oauth/tokens/consumer_token.rb +0 -0
- data/lib/oauth/tokens/request_token.rb +0 -0
- data/lib/oauth/tokens/server_token.rb +0 -0
- data/lib/oauth/tokens/token.rb +0 -0
- data/lib/oauth/version.rb +1 -1
- data/lib/oauth.rb +1 -0
- data/sig/oauth/consumer.rbs +0 -0
- data/sig/oauth/signature/base.rbs +0 -0
- data/sig/oauth/tokens/token.rbs +0 -0
- data/sig/oauth/version.rbs +6 -0
- data.tar.gz.sig +0 -0
- metadata +133 -108
- metadata.gz.sig +0 -0
- data/LICENSE.txt +0 -22
- data/REEK +0 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 519d2a63b05220f02dadb8fcb8ba9cb20ce54f03c617b2a74e46781b9c0b843c
|
|
4
|
+
data.tar.gz: 8a89f0260d3b91eff46f969208d4baafd3122f86fea184c8380c72d0f8aed5bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37c222e2be4fe2e4bac7615d794abf35a0f9750ab447b40654fab78b47f539c8a0bb4df17b520e90a8f998b3ea9dcda1ad6f0da97a123335f38d28fb94b17a7d
|
|
7
|
+
data.tar.gz: 98725428c6aab7b988766e9f4c65e6b6bb78ce0079c07ab5c65e8c1f65ebdeb11488cccfe94f31f78d6b77a164b60b20ea94dfc8b755b67261af4de04ed09772
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,4 +1 @@
|
|
|
1
|
-
|
|
2
|
-
۲�OU*�9�s::rT���WXSD��F�_�X�H_�B�d��0ma�1ݾ��jUKz�Sҥ�m��=�qWǣ�]��,H��w��mp��8u�,s:��2���d>@�w
|
|
3
|
-
���!-a|w��R�1�uo�, e��a���=�:�0�D�����&}0����{v:'�sg�y�"~��H�y!���,H
|
|
4
|
-
/�VG�,���J
|
|
1
|
+
�V�T4�7��M�YS#m�π��o�?�K�.���-1�]F��x�,�s���!���I|��p�Ne��
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,28 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.1.6] - 2026-06-07
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.1.6][1.1.6t]
|
|
36
|
+
- COVERAGE: 89.05% -- 838/941 lines in 33 files
|
|
37
|
+
- BRANCH COVERAGE: 60.46% -- 159/263 branches in 33 files
|
|
38
|
+
- 40.38% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Retemplated project workflows, appraisals, and development tooling with the
|
|
43
|
+
current `kettle-jem` template.
|
|
44
|
+
- Documented current `OAuth::Consumer` configuration options, including token
|
|
45
|
+
request redirect safety settings, and corrected the OAuth 1.0a usage example.
|
|
46
|
+
- Raised the runtime dependency floor for `auth-sanitizer` to `>= 0.2.1`.
|
|
47
|
+
- Raised the runtime dependency floor for `snaky_hash` to `>= 2.0.5`.
|
|
48
|
+
|
|
49
|
+
### Security
|
|
50
|
+
|
|
51
|
+
- Hardened OAuth token endpoint redirect handling after the GHSA-pp92-crg2-gfv9
|
|
52
|
+
review: token redirects are now bounded, resolved explicitly, and rejected
|
|
53
|
+
when they cross origins unless explicitly enabled.
|
|
54
|
+
|
|
33
55
|
## [1.1.5] - 2026-05-20
|
|
34
56
|
|
|
35
57
|
- TAG: [v1.1.5][1.1.5t]
|
|
@@ -764,7 +786,9 @@ All together now release
|
|
|
764
786
|
- Moved all non-Rails functionality from the Rails plugin:
|
|
765
787
|
http://code.google.com/p/oauth-plugin/
|
|
766
788
|
|
|
767
|
-
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.
|
|
789
|
+
[Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.6...HEAD
|
|
790
|
+
[1.1.6]: https://github.com/ruby-oauth/oauth/compare/v1.1.5...v1.1.6
|
|
791
|
+
[1.1.6t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.6
|
|
768
792
|
[1.1.5]: https://github.com/ruby-oauth/oauth/compare/v1.1.4...v1.1.5
|
|
769
793
|
[1.1.5t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.5
|
|
770
794
|
[1.1.4]: https://github.com/ruby-oauth/oauth/compare/v1.1.3...v1.1.4
|
data/CITATION.cff
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
cff-version: 1.2.0
|
|
2
|
-
title: oauth
|
|
2
|
+
title: "oauth"
|
|
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/ruby-oauth/oauth'
|
|
16
|
-
description: oauth
|
|
16
|
+
description: "oauth"
|
|
17
17
|
repository-code: 'https://github.com/ruby-oauth/oauth'
|
|
18
18
|
abstract: >-
|
|
19
19
|
oauth
|
data/CODE_OF_CONDUCT.md
CHANGED
|
File without changes
|
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,35 +102,60 @@ 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 bundle exec 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 bundle exec 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)
|
|
@@ -168,39 +219,41 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
|
|
|
168
219
|
1. Update version.rb to contain the correct version-to-be-released.
|
|
169
220
|
2. Run `bundle exec kettle-changelog`.
|
|
170
221
|
3. Run `bundle exec kettle-release`.
|
|
222
|
+
4. Stay awake and monitor the release process for any errors, and answer any prompts.
|
|
171
223
|
|
|
172
224
|
#### Manual process
|
|
173
225
|
|
|
174
226
|
1. Run `bin/setup && bin/rake` as a "test, coverage, & linting" sanity check
|
|
175
227
|
2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
|
|
176
228
|
3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
|
|
177
|
-
4. Run `
|
|
178
|
-
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
|
|
179
232
|
- NOTE: Remember to [check the build][🧪build].
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
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
|
|
184
237
|
- If your Bundler is >= 2.7.0, you can skip this; builds are reproducible by default.
|
|
185
238
|
- Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
|
|
186
239
|
- If the echo above has no output, then it didn't work.
|
|
187
240
|
- Note: `zsh/datetime` module is needed, if running `zsh`.
|
|
188
241
|
- In older versions of `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
|
|
189
|
-
|
|
190
|
-
|
|
242
|
+
11. Run `bundle exec rake build`
|
|
243
|
+
12. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
|
|
191
244
|
to create SHA-256 and SHA-512 checksums. This functionality is provided by the `stone_checksums`
|
|
192
245
|
[gem][💎stone_checksums].
|
|
193
246
|
- The script automatically commits but does not push the checksums
|
|
194
|
-
|
|
247
|
+
13. Sanity check the SHA256, comparing with the output from the `bin/gem_checksums` command:
|
|
195
248
|
- `sha256sum pkg/<gem name>-<version>.gem`
|
|
196
|
-
|
|
249
|
+
14. Run `bundle exec rake release` which will create a git tag for the version,
|
|
197
250
|
push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
|
|
198
251
|
|
|
199
|
-
[📜src-gl]: https://gitlab.com/ruby-oauth/oauth
|
|
252
|
+
[📜src-gl]: https://gitlab.com/ruby-oauth/oauth
|
|
200
253
|
[📜src-cb]: https://codeberg.org/ruby-oauth/oauth
|
|
201
254
|
[📜src-gh]: https://github.com/ruby-oauth/oauth
|
|
202
255
|
[🧪build]: https://github.com/ruby-oauth/oauth/actions
|
|
203
|
-
[🤝conduct]: https://
|
|
256
|
+
[🤝conduct]: https://github.com/ruby-oauth/oauth/blob/main/CODE_OF_CONDUCT.md
|
|
204
257
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
205
258
|
[🖐contributors]: https://github.com/ruby-oauth/oauth/graphs/contributors
|
|
206
259
|
[🚎contributors-gl]: https://gitlab.com/ruby-oauth/oauth/-/graphs/main
|
|
@@ -216,3 +269,4 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
|
|
|
216
269
|
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
217
270
|
[🚎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
218
271
|
[🏃♂️runner-tool-cache]: https://github.com/ruby/ruby-builder/releases/tag/toolcache
|
|
272
|
+
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
|
data/FUNDING.md
CHANGED
|
@@ -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/
|
|
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
|
-
# 🤑
|
|
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
|
|
38
|
-
I
|
|
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
|
|
47
|
+
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
48
48
|
|
|
49
49
|
[![Sponsor ruby-oauth/oauth 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
|
-
|
|
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,71 @@
|
|
|
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) 2007-2010 Pelle Braendgaard
|
|
11
|
+
- Copyright (c) 2008 Chris Mear
|
|
12
|
+
- Copyright (c) 2008 Jon Crosby
|
|
13
|
+
- Copyright (c) 2008-2010 Seth Fitzsimmons
|
|
14
|
+
- Copyright (c) 2008 Tilmann Singer
|
|
15
|
+
- Copyright (c) 2008 Tom Insam
|
|
16
|
+
- Copyright (c) 2008 tsailipu
|
|
17
|
+
- Copyright (c) 2009-2012 Aaron Quint
|
|
18
|
+
- Copyright (c) 2009 Anders Conbere
|
|
19
|
+
- Copyright (c) 2009 Bill Kocik
|
|
20
|
+
- Copyright (c) 2009 Darcy Laycock
|
|
21
|
+
- Copyright (c) 2009 Eric Hartmann
|
|
22
|
+
- Copyright (c) 2009 Greg Weber
|
|
23
|
+
- Copyright (c) 2009 Laszlo Bacsi
|
|
24
|
+
- Copyright (c) 2009 Marshall Huss
|
|
25
|
+
- Copyright (c) 2009 Matt Sanford
|
|
26
|
+
- Copyright (c) 2009 Neill Pearman
|
|
27
|
+
- Copyright (c) 2009 Seth Cousins
|
|
28
|
+
- Copyright (c) 2009 Yoan Blanc
|
|
29
|
+
- Copyright (c) 2010 andrehjr
|
|
30
|
+
- Copyright (c) 2010 Brian Finney
|
|
31
|
+
- Copyright (c) 2010 ecavazos
|
|
32
|
+
- Copyright (c) 2010 Joshua Hull
|
|
33
|
+
- Copyright (c) 2010 Marsh Gardiner
|
|
34
|
+
- Copyright (c) 2010 Michael Reinsch
|
|
35
|
+
- Copyright (c) 2010 Sean Cribbs
|
|
36
|
+
- Copyright (c) 2010 Steven Parkes
|
|
37
|
+
- Copyright (c) 2010 成田 一生
|
|
38
|
+
- Copyright (c) 2011 Shaliko Usubov
|
|
39
|
+
- Copyright (c) 2012 Ernie Miller
|
|
40
|
+
- Copyright (c) 2012 Jonathon M. Abbott
|
|
41
|
+
- Copyright (c) 2012 Richard Huang
|
|
42
|
+
- Copyright (c) 2012 rick
|
|
43
|
+
- Copyright (c) 2012 Steven Hammond
|
|
44
|
+
- Copyright (c) 2013 Craig Walker
|
|
45
|
+
- Copyright (c) 2013 Khem Veasna
|
|
46
|
+
- Copyright (c) 2014 Brian John
|
|
47
|
+
- Copyright (c) 2014 Michal Papis
|
|
48
|
+
- Copyright (c) 2014 raeno
|
|
49
|
+
- Copyright (c) 2015 jremmen
|
|
50
|
+
- Copyright (c) 2015 Kevin Hughes
|
|
51
|
+
- Copyright (c) 2016 Eric True
|
|
52
|
+
- Copyright (c) 2016-2017 James Pinto
|
|
53
|
+
- Copyright (c) 2016 jianben
|
|
54
|
+
- Copyright (c) 2016 Nik Wakelin
|
|
55
|
+
- Copyright (c) 2017 Ondrej Prazak
|
|
56
|
+
- Copyright (c) 2018 Nicholas Souphandavong
|
|
57
|
+
- Copyright (c) 2018 Yvonne
|
|
58
|
+
- Copyright (c) 2019 Agora@Ubuntu-dev
|
|
59
|
+
- Copyright (c) 2019 Shohei Maeda
|
|
60
|
+
- Copyright (c) 2020-2021, 2026 Khem
|
|
61
|
+
- Copyright (c) 2021 Chuck Remes
|
|
62
|
+
- Copyright (c) 2021 iamibi
|
|
63
|
+
- Copyright (c) 2021 Jeremy Sioui
|
|
64
|
+
- Copyright (c) 2021 Nick Morgan
|
|
65
|
+
- Copyright (c) 2021-2022, 2025-2026 Peter H. Boling
|
|
66
|
+
- Copyright (c) 2021 Richard Vowles
|
|
67
|
+
- Copyright (c) 2022 Shalvah
|
|
68
|
+
- Copyright (c) 2024-2025 Annibelle Boling
|
|
69
|
+
- Copyright (c) 2025 Aboling0
|
|
70
|
+
- Copyright (c) 2026 David Varga
|
|
71
|
+
- Copyright (c) 2026 StepSecurity Bot
|