warden_oauth 0.1.2 → 0.1.3

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: df786c461bc6e0b1bd6dd6b34d51fa0bde8b6bff327d9eff0154d54f7503cbc1
4
- data.tar.gz: ca94177333d32228cef30b2bba7d72f19430a748e844ed601edcc1f8ac0e456a
3
+ metadata.gz: 1f2cf3f4c62b30f303e12e8eedb7077aa63b63217a008baf8617c2d84d76cdb9
4
+ data.tar.gz: f2c2e7e90e2279905d5bca8fc5f417d59f4b9ce93568f39163c9e37780eb3876
5
5
  SHA512:
6
- metadata.gz: 44308d5f2c773a8aa036198eddcab60a75daa432032f8ea1d3f7b885cc259b7daf4ac5e77389a5906e90fe683c376aba9594d7b063c94cdc4089a409e5baf12c
7
- data.tar.gz: c5211ef98876e304293fb641391d983c5c496f2cc0cae589dd122f3fbf674547ec96777eb6562f662dcac3b9a70f1f508750915b57dd7d45988c6b80cb6980fd
6
+ metadata.gz: c8761eafd77e9bf253ac225a8b01ba863c6179a30d4b31201173b8b9ee5ef41e5b9af50b6016318cacf4e39ba3686ee877ff34d577c6c7977adb7cac1a836cb3
7
+ data.tar.gz: 5f36373137dba9c2ef4f2349e167944e2fd185dd8a9d77cc57ae748f4d6321dffbf0775d348536e35c90c94a6f7a6e53c69a84efcfcc514d5669e3d47d9496d1
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,25 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.3] - 2026-07-15
34
+
35
+ - TAG: [v0.1.3][0.1.3t]
36
+ - COVERAGE: 96.84% -- 153/158 lines in 9 files
37
+ - BRANCH COVERAGE: 80.56% -- 29/36 branches in 9 files
38
+ - 53.12% documented
39
+
40
+ ### Added
41
+
42
+ - Added support for JRuby 10.1 and TruffleRuby 34.0.
43
+
44
+ ### Changed
45
+
46
+ - Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
47
+
48
+ ### Fixed
49
+
50
+ - Package configured license files in gem release file lists.
51
+
33
52
  ## [0.1.2] - 2026-06-15
34
53
 
35
54
  - TAG: [v0.1.2][0.1.2t]
@@ -84,6 +103,8 @@ Please file a bug if you notice a violation of semantic versioning.
84
103
  - Fixed test compatibility with modern Ruby by shimming `File.exists?` for
85
104
  `fakeweb` during specs.
86
105
 
87
- [Unreleased]: https://github.com/ruby-oauth/warden_oauth/compare/v0.1.2...HEAD
106
+ [Unreleased]: https://github.com/ruby-oauth/warden_oauth/compare/v0.1.3...HEAD
107
+ [0.1.3]: https://github.com/ruby-oauth/warden_oauth/compare/v0.1.2...v0.1.3
108
+ [0.1.3t]: https://github.com/ruby-oauth/warden_oauth/releases/tag/v0.1.3
88
109
  [0.1.2]: https://github.com/ruby-oauth/warden_oauth/compare/a38e5c5fb3d44936b48bb5e547ec7dd7f58530a3...v0.1.2
89
110
  [0.1.2t]: https://github.com/ruby-oauth/warden_oauth/releases/tag/v0.1.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:update
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/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 efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
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/ruby-oauth/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
20
  [🖇kofi]: https://ko-fi.com/pboling
23
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
24
- [🖇patreon]: https://patreon.com/galtzo
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
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
@@ -10,9 +10,9 @@
10
10
 
11
11
  `if ci_badges.map(&:color).all? { it == "green"}` 👇️ send money so I can do more of this. FLOSS maintenance is now my full-time job.
12
12
 
13
- [![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] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
13
+ [![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] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate at ko-fi.com][🖇kofi-img]][🖇kofi]
14
14
 
15
- <details>
15
+ <details markdown="1">
16
16
  <summary>👣 How will this project approach the September 2025 hostile takeover of RubyGems? 🚑️</summary>
17
17
 
18
18
  I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-takeover-of-rubygems-my-thoughts-5hlo).
@@ -28,9 +28,9 @@ It lets a Rack application declare named OAuth services on `Warden::Manager`, th
28
28
 
29
29
  | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
30
30
  |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
31
- | Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
32
- | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf]|
33
- | Works with MRI Ruby 4 | [![Ruby 4.0 Compat][💎ruby-4.0i]][🚎11-c-wf] [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
31
+ | Works with JRuby | [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎jruby-9.2-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎jruby-9.3-wf] <br/> [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎jruby-9.4-wf] [![JRuby 10.0 Compat][💎jruby-10.0i]][🚎jruby-10.0-wf] [![JRuby current Compat][💎jruby-c-i]][🚎10-j-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf]|
32
+ | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎truby-22.3-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎truby-23.0-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎truby-23.1-wf] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎truby-24.2-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎truby-25.0-wf] [![Truffle Ruby 33.0 Compat][💎truby-33.0i]][🚎truby-33.0-wf] [![Truffle Ruby current Compat][💎truby-c-i]][🚎9-t-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf]|
33
+ | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
34
34
  | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
35
35
  | Works with MRI Ruby 2 | ![Ruby 2.0 Compat][💎ruby-2.0i] ![Ruby 2.1 Compat][💎ruby-2.1i] ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
36
36
  | Works with MRI Ruby 1 | ![Ruby 1.8 Compat][💎ruby-1.8i] ![Ruby 1.9 Compat][💎ruby-1.9i]|
@@ -50,9 +50,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
50
50
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
51
51
  not practical for the current toolchain.
52
52
 
53
- | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 and the color 💚 green 💚 |
54
- |------------------------------------------------|--------------------------------------------------------|
55
- | 👟 Check it out! | [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
53
+ <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
54
+
55
+ The _amazing_ test matrix is powered by the kettle-dev stack.
56
+
57
+ <details markdown="1">
58
+ <summary>How kettle-dev manages complexity in tests</summary>
59
+
60
+ | Gem | Source | Role | Daily download rank |
61
+ |-----|--------|------|---------------------|
62
+ | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
63
+ | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
64
+ | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
65
+ | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
66
+ | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
67
+ | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
68
+ | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
69
+ | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
70
+
71
+ </details>
56
72
 
57
73
  ### Federated DVCS
58
74
 
@@ -208,9 +224,13 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
208
224
 
209
225
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
210
226
  No sponsors yet. Be the first!
227
+
228
+ ### Open Collective for Donors
229
+
230
+ [Bill Woika](https://opencollective.com/bill-woika) [Philipp Ebneter](https://opencollective.com/guest-e77282f7) [Grigoriy](https://opencollective.com/guest-c93e0c48)
211
231
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
212
232
 
213
- [kettle-readme-backers]: https://github.com/ruby-oauth/warden_oauth/blob/main/exe/kettle-readme-backers
233
+ [kettle-readme-backers]: https://github.com/ruby-oauth/warden_oauth/blob/main/bin/kettle-readme-backers
214
234
 
215
235
  ### Another way to support open-source
216
236
 
@@ -222,7 +242,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
222
242
 
223
243
  **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
224
244
 
225
- [![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] [![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]
245
+ [![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] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
226
246
 
227
247
  ## 🔐 Security
228
248
 
@@ -268,7 +288,7 @@ Made with [contributors-img][🖐contrib-rocks].
268
288
 
269
289
  Also see GitLab Contributors: [https://gitlab.com/ruby-oauth/warden_oauth/-/graphs/main][🚎contributors-gl]
270
290
 
271
- <details>
291
+ <details markdown="1">
272
292
  <summary>⭐️ Star History</summary>
273
293
 
274
294
  <a href="https://star-history.com/ruby-oauth/warden_oauth&Date">
@@ -365,12 +385,8 @@ Thanks for RTFM. ☺️
365
385
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
366
386
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
367
387
  [🖇sponsor]: https://github.com/sponsors/pboling
368
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
369
- [🖇polar]: https://polar.sh/pboling
370
388
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
371
389
  [🖇kofi]: https://ko-fi.com/pboling
372
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
373
- [🖇patreon]: https://patreon.com/galtzo
374
390
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
375
391
  [🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
376
392
  [🖇buyme]: https://www.buymeacoffee.com/pboling
@@ -460,11 +476,13 @@ Thanks for RTFM. ☺️
460
476
  [🚎jruby-9.2-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/jruby-9.2.yml
461
477
  [🚎jruby-9.3-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/jruby-9.3.yml
462
478
  [🚎jruby-9.4-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/jruby-9.4.yml
479
+ [🚎jruby-10.0-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/jruby-10.0.yml
463
480
  [🚎truby-22.3-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/truffleruby-22.3.yml
464
481
  [🚎truby-23.0-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/truffleruby-23.0.yml
465
482
  [🚎truby-23.1-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/truffleruby-23.1.yml
466
483
  [🚎truby-24.2-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/truffleruby-24.2.yml
467
484
  [🚎truby-25.0-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/truffleruby-25.0.yml
485
+ [🚎truby-33.0-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/truffleruby-33.0.yml
468
486
  [🚎2-cov-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/coverage.yml
469
487
  [🚎2-cov-wfi]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/coverage.yml/badge.svg
470
488
  [🚎3-hd-wf]: https://github.com/ruby-oauth/warden_oauth/actions/workflows/heads.yml
@@ -500,7 +518,6 @@ Thanks for RTFM. ☺️
500
518
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
501
519
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
502
520
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
503
- [💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
504
521
  [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
505
522
  [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
506
523
  [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
@@ -508,10 +525,13 @@ Thanks for RTFM. ☺️
508
525
  [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
509
526
  [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
510
527
  [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
528
+ [💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
511
529
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
530
+ [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
512
531
  [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
513
532
  [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
514
533
  [💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
534
+ [💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
515
535
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
516
536
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
517
537
  [🤝gh-issues]: https://github.com/ruby-oauth/warden_oauth/issues
@@ -568,7 +588,7 @@ Thanks for RTFM. ☺️
568
588
  | Package | warden_oauth |
569
589
  | Description | 🛡️ warden_oauth will help you create oauth authentication strategies using the oauth<br>helper method on the Warden::Manager config setup |
570
590
  | Homepage | https://github.com/ruby-oauth/warden_oauth |
571
- | Source | https://github.com/ruby-oauth/warden_oauth/tree/v0.1.1 |
591
+ | Source | https://github.com/ruby-oauth/warden_oauth |
572
592
  | License | `MIT` |
573
- | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/ruby-oauth, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/warden_oauth, https://www.buymeacoffee.com/pboling |
593
+ | Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/ruby-oauth, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/warden_oauth, https://www.buymeacoffee.com/pboling |
574
594
  <!-- kettle-jem:metadata:end -->
@@ -3,7 +3,7 @@
3
3
  module Warden
4
4
  module OAuth
5
5
  module Version
6
- VERSION = "0.1.2"
6
+ VERSION = "0.1.3"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,11 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: warden_oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Gonzalez
8
- - Peter Boling
8
+ - Eoin Hennessy
9
+ - Peter H. Boling
9
10
  bindir: exe
10
11
  cert_chain:
11
12
  - |
@@ -44,14 +45,14 @@ dependencies:
44
45
  requirements:
45
46
  - - ">="
46
47
  - !ruby/object:Gem::Version
47
- version: '0'
48
+ version: 1.1.8
48
49
  type: :runtime
49
50
  prerelease: false
50
51
  version_requirements: !ruby/object:Gem::Requirement
51
52
  requirements:
52
53
  - - ">="
53
54
  - !ruby/object:Gem::Version
54
- version: '0'
55
+ version: 1.1.8
55
56
  - !ruby/object:Gem::Dependency
56
57
  name: warden
57
58
  requirement: !ruby/object:Gem::Requirement
@@ -72,20 +73,20 @@ dependencies:
72
73
  requirements:
73
74
  - - "~>"
74
75
  - !ruby/object:Gem::Version
75
- version: '2.2'
76
+ version: '2.3'
76
77
  - - ">="
77
78
  - !ruby/object:Gem::Version
78
- version: 2.2.9
79
+ version: 2.3.4
79
80
  type: :development
80
81
  prerelease: false
81
82
  version_requirements: !ruby/object:Gem::Requirement
82
83
  requirements:
83
84
  - - "~>"
84
85
  - !ruby/object:Gem::Version
85
- version: '2.2'
86
+ version: '2.3'
86
87
  - - ">="
87
88
  - !ruby/object:Gem::Version
88
- version: 2.2.9
89
+ version: 2.3.4
89
90
  - !ruby/object:Gem::Dependency
90
91
  name: bundler-audit
91
92
  requirement: !ruby/object:Gem::Requirement
@@ -143,7 +144,7 @@ dependencies:
143
144
  version: '3.1'
144
145
  - - ">="
145
146
  - !ruby/object:Gem::Version
146
- version: 3.1.2
147
+ version: 3.1.4
147
148
  type: :development
148
149
  prerelease: false
149
150
  version_requirements: !ruby/object:Gem::Requirement
@@ -153,7 +154,7 @@ dependencies:
153
154
  version: '3.1'
154
155
  - - ">="
155
156
  - !ruby/object:Gem::Version
156
- version: 3.1.2
157
+ version: 3.1.4
157
158
  - !ruby/object:Gem::Dependency
158
159
  name: kettle-test
159
160
  requirement: !ruby/object:Gem::Requirement
@@ -163,7 +164,7 @@ dependencies:
163
164
  version: '2.0'
164
165
  - - ">="
165
166
  - !ruby/object:Gem::Version
166
- version: 2.0.5
167
+ version: 2.0.10
167
168
  type: :development
168
169
  prerelease: false
169
170
  version_requirements: !ruby/object:Gem::Requirement
@@ -173,7 +174,7 @@ dependencies:
173
174
  version: '2.0'
174
175
  - - ">="
175
176
  - !ruby/object:Gem::Version
176
- version: 2.0.5
177
+ version: 2.0.10
177
178
  - !ruby/object:Gem::Dependency
178
179
  name: turbo_tests2
179
180
  requirement: !ruby/object:Gem::Requirement
@@ -183,7 +184,7 @@ dependencies:
183
184
  version: '3.1'
184
185
  - - ">="
185
186
  - !ruby/object:Gem::Version
186
- version: 3.1.3
187
+ version: 3.1.9
187
188
  type: :development
188
189
  prerelease: false
189
190
  version_requirements: !ruby/object:Gem::Requirement
@@ -193,7 +194,7 @@ dependencies:
193
194
  version: '3.1'
194
195
  - - ">="
195
196
  - !ruby/object:Gem::Version
196
- version: 3.1.3
197
+ version: 3.1.9
197
198
  - !ruby/object:Gem::Dependency
198
199
  name: ruby-progressbar
199
200
  requirement: !ruby/object:Gem::Requirement
@@ -217,7 +218,7 @@ dependencies:
217
218
  version: '1.0'
218
219
  - - ">="
219
220
  - !ruby/object:Gem::Version
220
- version: 1.0.3
221
+ version: 1.0.6
221
222
  type: :development
222
223
  prerelease: false
223
224
  version_requirements: !ruby/object:Gem::Requirement
@@ -227,7 +228,7 @@ dependencies:
227
228
  version: '1.0'
228
229
  - - ">="
229
230
  - !ruby/object:Gem::Version
230
- version: 1.0.3
231
+ version: 1.0.6
231
232
  - !ruby/object:Gem::Dependency
232
233
  name: gitmoji-regex
233
234
  requirement: !ruby/object:Gem::Requirement
@@ -237,7 +238,7 @@ dependencies:
237
238
  version: '2.0'
238
239
  - - ">="
239
240
  - !ruby/object:Gem::Version
240
- version: 2.0.2
241
+ version: 2.0.4
241
242
  type: :development
242
243
  prerelease: false
243
244
  version_requirements: !ruby/object:Gem::Requirement
@@ -247,7 +248,7 @@ dependencies:
247
248
  version: '2.0'
248
249
  - - ">="
249
250
  - !ruby/object:Gem::Version
250
- version: 2.0.2
251
+ version: 2.0.4
251
252
  - !ruby/object:Gem::Dependency
252
253
  name: fakeweb
253
254
  requirement: !ruby/object:Gem::Requirement
@@ -345,6 +346,7 @@ files:
345
346
  - CONTRIBUTING.md
346
347
  - FUNDING.md
347
348
  - LICENSE.md
349
+ - MIT.md
348
350
  - README.md
349
351
  - RUBOCOP.md
350
352
  - SECURITY.md
@@ -364,10 +366,10 @@ licenses:
364
366
  - MIT
365
367
  metadata:
366
368
  homepage_uri: https://warden-oauth.galtzo.com
367
- source_code_uri: https://github.com/ruby-oauth/warden_oauth/tree/v0.1.2
368
- changelog_uri: https://github.com/ruby-oauth/warden_oauth/blob/v0.1.2/CHANGELOG.md
369
+ source_code_uri: https://github.com/ruby-oauth/warden_oauth/tree/v0.1.3
370
+ changelog_uri: https://github.com/ruby-oauth/warden_oauth/blob/v0.1.3/CHANGELOG.md
369
371
  bug_tracker_uri: https://github.com/ruby-oauth/warden_oauth/issues
370
- documentation_uri: https://www.rubydoc.info/gems/warden_oauth/0.1.2
372
+ documentation_uri: https://www.rubydoc.info/gems/warden_oauth/0.1.3
371
373
  funding_uri: https://github.com/sponsors/pboling
372
374
  wiki_uri: https://github.com/ruby-oauth/warden_oauth/wiki
373
375
  news_uri: https://www.railsbling.com/tags/warden_oauth
@@ -396,7 +398,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
396
398
  - !ruby/object:Gem::Version
397
399
  version: '0'
398
400
  requirements: []
399
- rubygems_version: 4.0.10
401
+ rubygems_version: 4.0.16
400
402
  specification_version: 4
401
403
  summary: "\U0001F6E1️ OAuth Strategy generator for Warden Authentication Framework"
402
404
  test_files: []
metadata.gz.sig CHANGED
Binary file