omniauth-jwt2 1.0.0 → 1.0.1

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: 62c4cd4bb213d3cdc20e7b006736e802f99e8f8964afb6606a4fae40608ea382
4
- data.tar.gz: ffda47d8625aedcb54350d9f6de78d6eb9f78f443fe23e3296174deefc652cd0
3
+ metadata.gz: cf2efd043c9bffdb9fa9b3a3d403fdf6a23b77c9c2713ea113b8b38c34765707
4
+ data.tar.gz: fb5c5d03fab312a0b2ea867dd500a3d3efcdb749aa51149210f10af9dce78716
5
5
  SHA512:
6
- metadata.gz: 2f2607d5d04329428f076ef13c143879a864a7237d0bb4d9b8ea2272e63b61808c875c1bb902987e8b2196b95ea84437b2635d780201835cdfef7f43e6efd87f
7
- data.tar.gz: 891bf0708abb152718a36806ce4066252349a29445da7b9f40ab7abbd0e1a000374e040980c7147d9690acef328caf112c02e147c292f46e8ef73e6e982017d6
6
+ metadata.gz: 2ac8b1168979a948b12891deaffcdf114e4ca41fbb0ce7911c4f619dabc3e5c7bc4a498af853e3141de975cc6ba7077ad85fee3418efa247c2560d623c3a5ed9
7
+ data.tar.gz: 19d1a9767df5fdd695bcf394c737b1e898ffb38669ef3559ca9c895a989124f1a4655e9935e1fad65d89f832f6d6e00bb1dd2c9b4979947f7d93f60e5dcf1c01
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,26 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.1] - 2026-07-14
34
+
35
+ - TAG: [v1.0.1][1.0.1t]
36
+ - COVERAGE: 98.84% -- 85/86 lines in 6 files
37
+ - BRANCH COVERAGE: 92.31% -- 24/26 branches in 6 files
38
+ - 10.53% documented
39
+
40
+ ### Added
41
+
42
+ - Added support for JRuby 10.1 and TruffleRuby 34.0.
43
+
44
+ ### Changed
45
+
46
+ - Retemplated generated project metadata, support documentation, CI workflows,
47
+ binstubs, and development dependency floors with `kettle-jem` v7.0.0.
48
+
49
+ ### Fixed
50
+
51
+ - Package configured license files in gem release file lists.
52
+
33
53
  ## [1.0.0] - 2026-06-18
34
54
 
35
55
  - TAG: [v1.0.0][1.0.0t]
@@ -74,7 +94,9 @@ Please file a bug if you notice a violation of semantic versioning.
74
94
  - Removed obsolete pre-template workflow and gemfile setup in favor of the
75
95
  generated modular gemfiles and Appraisals.
76
96
 
77
- [Unreleased]: https://github.com/omniauth/omniauth-jwt2/compare/v1.0.0...HEAD
97
+ [Unreleased]: https://github.com/omniauth/omniauth-jwt2/compare/v1.0.1...HEAD
98
+ [1.0.1]: https://github.com/omniauth/omniauth-jwt2/compare/v1.0.0...v1.0.1
99
+ [1.0.1t]: https://github.com/omniauth/omniauth-jwt2/releases/tag/v1.0.1
78
100
  [1.0.0]: https://github.com/omniauth/omniauth-jwt2/compare/v0.1.1...v1.0.0
79
101
  [1.0.0t]: https://github.com/omniauth/omniauth-jwt2/releases/tag/v1.0.0
80
102
  [0.1.1]: https://github.com/omniauth/omniauth-jwt2/compare/2a0397c0592e25b1c518d2c41fcbb8628a255bdf...v0.1.1
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/omniauth/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).
@@ -34,9 +34,9 @@ hash.
34
34
 
35
35
  | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
36
36
  |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
37
- | 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]|
38
- | 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]|
39
- | 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]|
37
+ | 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]|
38
+ | 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]|
39
+ | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
40
40
  | 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]|
41
41
  | Works with MRI Ruby 2 | ![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]|
42
42
  | Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
@@ -55,9 +55,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
55
55
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
56
56
  not practical for the current toolchain.
57
57
 
58
- | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 and the color 💚 green 💚 |
59
- |------------------------------------------------|--------------------------------------------------------|
60
- | 👟 Check it out! | [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
58
+ <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>
59
+
60
+ The _amazing_ test matrix is powered by the kettle-dev stack.
61
+
62
+ <details markdown="1">
63
+ <summary>How kettle-dev manages complexity in tests</summary>
64
+
65
+ | Gem | Source | Role | Daily download rank |
66
+ |-----|--------|------|---------------------|
67
+ | [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) |
68
+ | [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) |
69
+ | [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) |
70
+ | [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) |
71
+ | [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) |
72
+ | [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) |
73
+ | [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) |
74
+ | [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) |
75
+
76
+ </details>
61
77
 
62
78
  ### Federated DVCS
63
79
 
@@ -208,7 +224,7 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
208
224
  No sponsors yet. Be the first!
209
225
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
210
226
 
211
- [kettle-readme-backers]: https://github.com/omniauth/omniauth-jwt2/blob/main/exe/kettle-readme-backers
227
+ [kettle-readme-backers]: https://github.com/omniauth/omniauth-jwt2/blob/main/bin/kettle-readme-backers
212
228
 
213
229
  ### Another way to support open-source
214
230
 
@@ -220,7 +236,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
220
236
 
221
237
  **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
222
238
 
223
- [![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]
239
+ [![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]
224
240
 
225
241
  ## 🔐 Security
226
242
 
@@ -264,7 +280,7 @@ Made with [contributors-img][🖐contrib-rocks].
264
280
 
265
281
  Also see GitLab Contributors: [https://gitlab.com/omniauth/omniauth-jwt2/-/graphs/main][🚎contributors-gl]
266
282
 
267
- <details>
283
+ <details markdown="1">
268
284
  <summary>⭐️ Star History</summary>
269
285
 
270
286
  <a href="https://star-history.com/omniauth/omniauth-jwt2&Date">
@@ -285,7 +301,7 @@ For most applications, prefer the [Pessimistic Version Constraint][📌pvc] with
285
301
  For example:
286
302
 
287
303
  ```ruby
288
- spec.add_dependency("omniauth-jwt2", "~> 0.0")
304
+ spec.add_dependency("omniauth-jwt2", "~> 1.0")
289
305
  ```
290
306
 
291
307
  <details markdown="1">
@@ -365,12 +381,8 @@ Thanks for RTFM. ☺️
365
381
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
366
382
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
367
383
  [🖇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
384
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
371
385
  [🖇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
386
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
375
387
  [🖇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
388
  [🖇buyme]: https://www.buymeacoffee.com/pboling
@@ -456,11 +468,13 @@ Thanks for RTFM. ☺️
456
468
  [🚎jruby-9.2-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/jruby-9.2.yml
457
469
  [🚎jruby-9.3-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/jruby-9.3.yml
458
470
  [🚎jruby-9.4-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/jruby-9.4.yml
471
+ [🚎jruby-10.0-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/jruby-10.0.yml
459
472
  [🚎truby-22.3-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-22.3.yml
460
473
  [🚎truby-23.0-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-23.0.yml
461
474
  [🚎truby-23.1-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-23.1.yml
462
475
  [🚎truby-24.2-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-24.2.yml
463
476
  [🚎truby-25.0-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-25.0.yml
477
+ [🚎truby-33.0-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/truffleruby-33.0.yml
464
478
  [🚎2-cov-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/coverage.yml
465
479
  [🚎2-cov-wfi]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/coverage.yml/badge.svg
466
480
  [🚎3-hd-wf]: https://github.com/omniauth/omniauth-jwt2/actions/workflows/heads.yml
@@ -492,7 +506,6 @@ Thanks for RTFM. ☺️
492
506
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
493
507
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
494
508
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
495
- [💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
496
509
  [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
497
510
  [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
498
511
  [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
@@ -500,10 +513,13 @@ Thanks for RTFM. ☺️
500
513
  [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
501
514
  [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
502
515
  [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
516
+ [💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
503
517
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
518
+ [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
504
519
  [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
505
520
  [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
506
521
  [💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
522
+ [💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
507
523
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
508
524
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
509
525
  [🤝gh-issues]: https://github.com/omniauth/omniauth-jwt2/issues
@@ -562,5 +578,5 @@ Thanks for RTFM. ☺️
562
578
  | Homepage | https://github.com/omniauth/omniauth-jwt2 |
563
579
  | Source | https://github.com/omniauth/omniauth-jwt2 |
564
580
  | License | `MIT` |
565
- | Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/omniauth, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/omniauth-jwt2, https://www.buymeacoffee.com/pboling |
581
+ | Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/omniauth, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/omniauth-jwt2, https://www.buymeacoffee.com/pboling |
566
582
  <!-- kettle-jem:metadata:end -->
data/SECURITY.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Version | Supported |
6
6
  |----------|-----------|
7
- | 0.latest | ✅ |
7
+ | 1.0.latest | ✅ |
8
8
 
9
9
  ## Security contact information
10
10
 
@@ -3,7 +3,7 @@
3
3
  module Omniauth
4
4
  module JWT2
5
5
  module Version
6
- VERSION = "1.0.0"
6
+ VERSION = "1.0.1"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-jwt2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michael Bleigh
@@ -86,7 +86,7 @@ dependencies:
86
86
  version: '1.1'
87
87
  - - ">="
88
88
  - !ruby/object:Gem::Version
89
- version: 1.1.12
89
+ version: 1.1.14
90
90
  type: :runtime
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
@@ -96,27 +96,27 @@ dependencies:
96
96
  version: '1.1'
97
97
  - - ">="
98
98
  - !ruby/object:Gem::Version
99
- version: 1.1.12
99
+ version: 1.1.14
100
100
  - !ruby/object:Gem::Dependency
101
101
  name: kettle-dev
102
102
  requirement: !ruby/object:Gem::Requirement
103
103
  requirements:
104
104
  - - "~>"
105
105
  - !ruby/object:Gem::Version
106
- version: '2.2'
106
+ version: '2.3'
107
107
  - - ">="
108
108
  - !ruby/object:Gem::Version
109
- version: 2.2.11
109
+ version: 2.3.4
110
110
  type: :development
111
111
  prerelease: false
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - "~>"
115
115
  - !ruby/object:Gem::Version
116
- version: '2.2'
116
+ version: '2.3'
117
117
  - - ">="
118
118
  - !ruby/object:Gem::Version
119
- version: 2.2.11
119
+ version: 2.3.4
120
120
  - !ruby/object:Gem::Dependency
121
121
  name: bundler-audit
122
122
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +174,7 @@ dependencies:
174
174
  version: '3.1'
175
175
  - - ">="
176
176
  - !ruby/object:Gem::Version
177
- version: 3.1.2
177
+ version: 3.1.4
178
178
  type: :development
179
179
  prerelease: false
180
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +184,7 @@ dependencies:
184
184
  version: '3.1'
185
185
  - - ">="
186
186
  - !ruby/object:Gem::Version
187
- version: 3.1.2
187
+ version: 3.1.4
188
188
  - !ruby/object:Gem::Dependency
189
189
  name: kettle-test
190
190
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '2.0'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 2.0.5
197
+ version: 2.0.10
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '2.0'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 2.0.5
207
+ version: 2.0.10
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: turbo_tests2
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -214,7 +214,7 @@ dependencies:
214
214
  version: '3.1'
215
215
  - - ">="
216
216
  - !ruby/object:Gem::Version
217
- version: 3.1.4
217
+ version: 3.1.7
218
218
  type: :development
219
219
  prerelease: false
220
220
  version_requirements: !ruby/object:Gem::Requirement
@@ -224,7 +224,7 @@ dependencies:
224
224
  version: '3.1'
225
225
  - - ">="
226
226
  - !ruby/object:Gem::Version
227
- version: 3.1.4
227
+ version: 3.1.7
228
228
  - !ruby/object:Gem::Dependency
229
229
  name: ruby-progressbar
230
230
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '1.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 1.0.3
251
+ version: 1.0.6
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '1.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 1.0.3
261
+ version: 1.0.6
262
262
  - !ruby/object:Gem::Dependency
263
263
  name: gitmoji-regex
264
264
  requirement: !ruby/object:Gem::Requirement
@@ -268,7 +268,7 @@ dependencies:
268
268
  version: '2.0'
269
269
  - - ">="
270
270
  - !ruby/object:Gem::Version
271
- version: 2.0.2
271
+ version: 2.0.4
272
272
  type: :development
273
273
  prerelease: false
274
274
  version_requirements: !ruby/object:Gem::Requirement
@@ -278,7 +278,7 @@ dependencies:
278
278
  version: '2.0'
279
279
  - - ">="
280
280
  - !ruby/object:Gem::Version
281
- version: 2.0.2
281
+ version: 2.0.4
282
282
  - !ruby/object:Gem::Dependency
283
283
  name: guard
284
284
  requirement: !ruby/object:Gem::Requirement
@@ -385,6 +385,7 @@ files:
385
385
  - CONTRIBUTING.md
386
386
  - FUNDING.md
387
387
  - LICENSE.md
388
+ - MIT.md
388
389
  - README.md
389
390
  - RUBOCOP.md
390
391
  - SECURITY.md
@@ -402,10 +403,10 @@ licenses:
402
403
  - MIT
403
404
  metadata:
404
405
  homepage_uri: https://omniauth-jwt2.galtzo.com
405
- source_code_uri: https://github.com/omniauth/omniauth-jwt2/tree/v1.0.0
406
- changelog_uri: https://github.com/omniauth/omniauth-jwt2/blob/v1.0.0/CHANGELOG.md
406
+ source_code_uri: https://github.com/omniauth/omniauth-jwt2/tree/v1.0.1
407
+ changelog_uri: https://github.com/omniauth/omniauth-jwt2/blob/v1.0.1/CHANGELOG.md
407
408
  bug_tracker_uri: https://github.com/omniauth/omniauth-jwt2/issues
408
- documentation_uri: https://www.rubydoc.info/gems/omniauth-jwt2/1.0.0
409
+ documentation_uri: https://www.rubydoc.info/gems/omniauth-jwt2/1.0.1
409
410
  funding_uri: https://github.com/sponsors/pboling
410
411
  wiki_uri: https://github.com/omniauth/omniauth-jwt2/wiki
411
412
  news_uri: https://www.railsbling.com/tags/omniauth-jwt2
metadata.gz.sig CHANGED
Binary file