Skip to content

Commit b265f05

Browse files
committed
📝 Update logos
- Improve documentation - Update references to appraisal2
1 parent 419e64e commit b265f05

27 files changed

+140
-165
lines changed

README.md

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
<p align="center">
2-
<a href="https://discord.gg/3qme4XHNKN" target="_blank" rel="noopener">
3-
<img width="124px" src="https://github.com/ruby-oauth/oauth2/raw/main/docs/images/logo/galtzo-floss-logos-original.svg?raw=true" alt="Galtzo.com Logo by Aboling0, CC BY-SA 4.0">
4-
</a>
5-
<a href="http://oauth.net/2/" target="_blank" rel="noopener">
6-
<img src="https://github.com/ruby-oauth/oauth2/raw/main/docs/images/logo/oauth2-logo-124px.png?raw=true" alt="OAuth 2.0 Logo by Chris Messina, CC BY-SA 3.0">
7-
</a>
8-
<a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
9-
<img width="124px" src="https://github.com/ruby-oauth/oauth2/raw/main/docs/images/logo/ruby-logo-198px.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5">
10-
</a>
11-
</p>
1+
[![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️galtzo-discord] [![oauth2 Logo by Chris Messina, CC BY-SA 3.0][🖼️oauth2-i]][🖼️oauth2] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang]
2+
3+
[🖼️galtzo-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
4+
[🖼️galtzo-discord]: https://discord.gg/3qme4XHNKN
5+
[🖼️oauth2-i]: https://logos.galtzo.com/assets/images/oauth/oauth2/avatar-192px.svg
6+
[🖼️oauth2]: https://oauth.net/
7+
[🖼️ruby-lang-i]: https://logos.galtzo.com/assets/images/ruby-lang/avatar-192px.svg
8+
[🖼️ruby-lang]: https://github.com/ruby-lang
129

1310
## 🔐 OAuth2
1411

@@ -50,6 +47,10 @@ What does that mean specifically for the runtime dependencies?
5047
We have 100% test coverage of lines and branches, and this test suite runs across a large matrix
5148
covering the latest patch for each of the following minor versions:
5249

50+
| 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 |
51+
|------------------------------------------------|--------------------------------------------------------------------------------------|
52+
| 👟 Check it out! |[github.com/appraisal-rb/appraisal2](https://github.com/appraisal-rb/appraisal2)|
53+
5354
* MRI Ruby @ v2.3, v2.4, v2.5, v2.6, v2.7, v3.0, v3.1, v3.2, v3.3, v3.4, HEAD
5455
* NOTE: This gem will still install on ruby v2.2, but vanilla GitHub Actions no longer supports testing against it, so YMMV.
5556
* JRuby @ v9.2, v9.3, v9.4, v10.0, HEAD
@@ -81,12 +82,6 @@ Also, where reasonable, tested against the runtime dependencies of those depende
8182

8283
\* MIT license; I am unable to make guarantees.
8384

84-
| 🚚 Test matrix brought to you by | 🔎 appraisal++ |
85-
|----------------------------------|-------------------------------------------------------------------------|
86-
| Adds back support for old Rubies |[appraisal PR #250](https://github.com/thoughtbot/appraisal/pull/250) |
87-
| Adds support for `eval_gemfile` |[appraisal PR #248](https://github.com/thoughtbot/appraisal/pull/248) |
88-
| Please review | my PRs! |
89-
9085
<details>
9186
<summary>Standard Library Dependencies</summary>
9287

@@ -98,7 +93,7 @@ The various versions of each are tested via the Ruby test matrix, along with wha
9893
* time
9994
* logger (removed from stdlib in Ruby 3.5 so added as runtime dependency in v2.0.10)
10095

101-
If you use a gem version it should work fine!
96+
If you use a gem version of a core Ruby library it should work fine!
10297

10398
</details>
10499

@@ -785,7 +780,7 @@ For example:
785780
spec.add_dependency("oauth2", "~> 2.0")
786781
```
787782

788-
See [CHANGELOG.md][📌changelog] for a list of releases.
783+
See [CHANGELOG.md][📌changelog] for list of releases.
789784

790785
## 📄 License
791786

@@ -801,7 +796,7 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
801796
<a href="https://discord.gg/3qme4XHNKN">
802797
Galtzo.com
803798
<picture>
804-
<img src="https://github.com/ruby-oauth/oauth2/raw/main/docs/images/logo/galtzo-floss-logos-wordless.svg?raw=true" alt="Galtzo.com Logo by Aboling0, CC BY-SA 4.0" width="24">
799+
<img src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px-blank.svg" alt="Galtzo.com Logo (Wordless) by Aboling0, CC BY-SA 4.0" width="24">
805800
</picture>
806801
</a>, and oauth2 contributors
807802
</li>
@@ -822,7 +817,7 @@ or one of smaller ones, depending on button size preference.
822817

823818
[![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![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]
824819

825-
P.S. Use the gem => Discord for help
820+
P.S. If you need help️, or want to say thanks, 👇 Join the Discord.
826821

827822
[![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
828823

@@ -937,6 +932,10 @@ P.S. Use the gem => Discord for help
937932
[🚎12-crh-wfi]: https://github.com/ruby-oauth/oauth2/actions/workflows/current-runtime-heads.yml/badge.svg
938933
[🚎13-cbs-wf]: https://github.com/ruby-oauth/oauth2/actions/workflows/caboose.yml
939934
[🚎13-cbs-wfi]: https://github.com/ruby-oauth/oauth2/actions/workflows/caboose.yml/badge.svg
935+
[🚎13-🔒️-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/deps_locked.yml
936+
[🚎13-🔒️-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/deps_locked.yml/badge.svg
937+
[🚎14-🔓️-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/deps_unlocked.yml
938+
[🚎14-🔓️-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/deps_unlocked.yml/badge.svg
940939
[💎ruby-2.3i]: https://img.shields.io/badge/Ruby-2.3-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
941940
[💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
942941
[💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
@@ -996,7 +995,7 @@ P.S. Use the gem => Discord for help
996995
[📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
997996
[🚎yard-current]: http://rubydoc.info/gems/oauth2
998997
[🚎yard-head]: https://oauth2.galtzo.com
999-
[💎stone_checksums]: https://github.com/pboling/stone_checksums
998+
[💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
1000999
[💎SHA_checksums]: https://gitlab.com/ruby-oauth/oauth2/-/tree/main/checksums
10011000
[💎rlts]: https://github.com/rubocop-lts/rubocop-lts
10021001
[💎rlts-img]: https://img.shields.io/badge/code_style_%26_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white

docs/OAuth2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ <h3 class="signature first" id="configure-class_method">
326326
</div>
327327

328328
<div id="footer">
329-
Generated on Sun Jun 8 17:46:22 2025 by
329+
Generated on Wed Aug 6 20:16:36 2025 by
330330
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
331-
0.9.37 (ruby-3.4.3).
331+
0.9.37 (ruby-3.4.5).
332332
</div>
333333

334334
</div>

docs/OAuth2/AccessToken.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3069,9 +3069,9 @@ <h3 class="signature " id="to_hash-instance_method">
30693069
</div>
30703070

30713071
<div id="footer">
3072-
Generated on Sun Jun 8 17:46:22 2025 by
3072+
Generated on Wed Aug 6 20:16:37 2025 by
30733073
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
3074-
0.9.37 (ruby-3.4.3).
3074+
0.9.37 (ruby-3.4.5).
30753075
</div>
30763076

30773077
</div>

docs/OAuth2/Authenticator.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,9 @@ <h3 class="signature first" id="apply-instance_method">
631631
</div>
632632

633633
<div id="footer">
634-
Generated on Sun Jun 8 17:46:22 2025 by
634+
Generated on Wed Aug 6 20:16:37 2025 by
635635
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
636-
0.9.37 (ruby-3.4.3).
636+
0.9.37 (ruby-3.4.5).
637637
</div>
638638

639639
</div>

docs/OAuth2/Client.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2478,10 +2478,10 @@ <h3 class="signature " id="revoke_token-instance_method">
24782478

24792479
<span class='kw'>def</span> <span class='id identifier rubyid_revoke_token'>revoke_token</span><span class='lparen'>(</span><span class='id identifier rubyid_token'>token</span><span class='comma'>,</span> <span class='id identifier rubyid_token_type_hint'>token_type_hint</span> <span class='op'>=</span> <span class='kw'>nil</span><span class='comma'>,</span> <span class='id identifier rubyid_params'>params</span> <span class='op'>=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
24802480
<span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='symbol'>:token_method</span><span class='rbracket'>]</span> <span class='op'>||=</span> <span class='symbol'>:post_with_query_string</span>
2481+
<span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='symbol'>:token</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_token'>token</span>
2482+
<span class='id identifier rubyid_params'>params</span><span class='lbracket'>[</span><span class='symbol'>:token_type_hint</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_token_type_hint'>token_type_hint</span> <span class='kw'>if</span> <span class='id identifier rubyid_token_type_hint'>token_type_hint</span>
2483+
24812484
<span class='id identifier rubyid_req_opts'>req_opts</span> <span class='op'>=</span> <span class='id identifier rubyid_params_to_req_opts'>params_to_req_opts</span><span class='lparen'>(</span><span class='id identifier rubyid_params'>params</span><span class='rparen'>)</span>
2482-
<span class='id identifier rubyid_req_opts'>req_opts</span><span class='lbracket'>[</span><span class='symbol'>:params</span><span class='rbracket'>]</span> <span class='op'>||=</span> <span class='lbrace'>{</span><span class='rbrace'>}</span>
2483-
<span class='id identifier rubyid_req_opts'>req_opts</span><span class='lbracket'>[</span><span class='symbol'>:params</span><span class='rbracket'>]</span><span class='lbracket'>[</span><span class='symbol'>:token</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_token'>token</span>
2484-
<span class='id identifier rubyid_req_opts'>req_opts</span><span class='lbracket'>[</span><span class='symbol'>:params</span><span class='rbracket'>]</span><span class='lbracket'>[</span><span class='symbol'>:token_type_hint</span><span class='rbracket'>]</span> <span class='op'>=</span> <span class='id identifier rubyid_token_type_hint'>token_type_hint</span> <span class='kw'>if</span> <span class='id identifier rubyid_token_type_hint'>token_type_hint</span>
24852485

24862486
<span class='id identifier rubyid_request'>request</span><span class='lparen'>(</span><span class='id identifier rubyid_http_method'>http_method</span><span class='comma'>,</span> <span class='id identifier rubyid_revoke_url'>revoke_url</span><span class='comma'>,</span> <span class='id identifier rubyid_req_opts'>req_opts</span><span class='comma'>,</span> <span class='op'>&amp;</span><span class='id identifier rubyid_block'>block</span><span class='rparen'>)</span>
24872487
<span class='kw'>end</span></pre>
@@ -2651,9 +2651,9 @@ <h3 class="signature " id="token_url-instance_method">
26512651
</div>
26522652

26532653
<div id="footer">
2654-
Generated on Sun Jun 8 17:46:22 2025 by
2654+
Generated on Wed Aug 6 20:16:37 2025 by
26552655
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
2656-
0.9.37 (ruby-3.4.3).
2656+
0.9.37 (ruby-3.4.5).
26572657
</div>
26582658

26592659
</div>

docs/OAuth2/Error.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,9 @@ <h3 class="signature " id="response-instance_method">
518518
</div>
519519

520520
<div id="footer">
521-
Generated on Sun Jun 8 17:46:22 2025 by
521+
Generated on Wed Aug 6 20:16:36 2025 by
522522
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
523-
0.9.37 (ruby-3.4.3).
523+
0.9.37 (ruby-3.4.5).
524524
</div>
525525

526526
</div>

docs/OAuth2/FilteredAttributes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,9 @@ <h3 class="signature first" id="inspect-instance_method">
268268
</div>
269269

270270
<div id="footer">
271-
Generated on Sun Jun 8 17:46:22 2025 by
271+
Generated on Wed Aug 6 20:16:36 2025 by
272272
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
273-
0.9.37 (ruby-3.4.3).
273+
0.9.37 (ruby-3.4.5).
274274
</div>
275275

276276
</div>

docs/OAuth2/FilteredAttributes/ClassMethods.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ <h3 class="signature " id="filtered_attributes-instance_method">
218218
</div>
219219

220220
<div id="footer">
221-
Generated on Sun Jun 8 17:46:22 2025 by
221+
Generated on Wed Aug 6 20:16:36 2025 by
222222
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
223-
0.9.37 (ruby-3.4.3).
223+
0.9.37 (ruby-3.4.5).
224224
</div>
225225

226226
</div>

docs/OAuth2/Response.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,9 +1619,9 @@ <h3 class="signature " id="status-instance_method">
16191619
</div>
16201620

16211621
<div id="footer">
1622-
Generated on Sun Jun 8 17:46:22 2025 by
1622+
Generated on Wed Aug 6 20:16:37 2025 by
16231623
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
1624-
0.9.37 (ruby-3.4.3).
1624+
0.9.37 (ruby-3.4.5).
16251625
</div>
16261626

16271627
</div>

docs/OAuth2/Strategy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ <h2>Defined Under Namespace</h2>
107107
</div>
108108

109109
<div id="footer">
110-
Generated on Sun Jun 8 17:46:22 2025 by
110+
Generated on Wed Aug 6 20:16:36 2025 by
111111
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112-
0.9.37 (ruby-3.4.3).
112+
0.9.37 (ruby-3.4.5).
113113
</div>
114114

115115
</div>

0 commit comments

Comments
 (0)