oauth 1.1.7 → 1.1.8

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: '049b3cc622c727ab699b2fe1d325fb64e2eac1da325de4de3104b609b1f2af26'
4
- data.tar.gz: a0629ae8e147e97726b533d333946c1a22f05a43518e34e3147cdb3d89bb8e73
3
+ metadata.gz: 810ba9adfd17d13a110f3e89a570d93acc88916e8641a34a4658905215586f33
4
+ data.tar.gz: 39aeb0e041b6d2d329714564b404bed78adc6a895f7bcdaa49edf2b7738d7f81
5
5
  SHA512:
6
- metadata.gz: f3c2401902c07850afc55c5e7c086d1fcc7a5edf3a15cb35dd54608d34388ab6ca59676be336cfa1f54e16daa30c8871a7286ba8ec725f949f40b692c4c3ddc4
7
- data.tar.gz: 2346c3719c798384de750aa1927c917a5a0c5eb22330515d73d8a16788015b49d7aaa6106c80bf8857c70a19df7a6e09ba967b5165031f3151056eeb171495e5
6
+ metadata.gz: b4e96302c57226470328ccb9e083a7c8929463155a49e11c2c7fc63a1f1172b8475f1b25778d6aea5dba544892b5757d8f83c5cb2b36d5b80434d5ee868cfa0d
7
+ data.tar.gz: 253ae5705ec89bfdd6e5885bd0e2e122518c68942f56966556d9f7b1900660957b476456301ef24989e90d9fc602960e1198b991653208a90849034a9dfc600d
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,45 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.1.8] - 2026-07-15
34
+
35
+ - TAG: [v1.1.8][1.1.8t]
36
+ - COVERAGE: 69.47% -- 835/1202 lines in 42 files
37
+ - BRANCH COVERAGE: 47.75% -- 159/333 branches in 42 files
38
+ - 40.38% documented
39
+
40
+ ### Changed
41
+
42
+ - Raised the `anonymous_loader` runtime dependency floor to `>= 0.1.1`.
43
+ - Raised the `auth-sanitizer` runtime dependency floor to `>= 0.2.2` and
44
+ switched isolated sanitizer loading to the released `anonymous_loader` gem,
45
+ including local workspace wiring for the new runtime dependency.
46
+ - Raised the `oauth-tty` runtime dependency floor to `>= 1.0.11`.
47
+
48
+ - Raised the `anonymous_loader` runtime dependency floor to `>= 0.1.2`.
49
+ - Retemplated generated project metadata, support documentation, CI workflows,
50
+ binstubs, and development dependency floors with `kettle-jem` v7.0.0.
51
+
52
+ ### Fixed
53
+
54
+ - Updated the auth-sanitizer subprocess isolation spec to load the standard
55
+ test bootstrap, including Ruby 2.4 backports.
56
+ - Made the Ruby 2.4 appraisal's legacy `cgi` dependency explicit.
57
+
58
+ - Corrected RubyGems homepage metadata to point at the gem documentation site.
59
+ - Corrected persisted Open Collective and repository topology metadata used by
60
+ future template runs.
61
+
62
+ - Package configured license files in gem release file lists.
63
+
64
+ - Updated the dep-heads workflow so current TruffleRuby uses the generated
65
+ `gemfiles/dep_heads.gemfile` directly, avoiding Appraisal bootstrap failures
66
+ with TruffleRuby's bundled RubyGems/Bundler and gem.coop.
67
+
68
+ ### Added
69
+
70
+ - Added support for JRuby 10.1 and TruffleRuby 34.0.
71
+
33
72
  ## [1.1.7] - 2026-06-15
34
73
 
35
74
  - TAG: [v1.1.7][1.1.7t]
@@ -45,10 +84,7 @@ Please file a bug if you notice a violation of semantic versioning.
45
84
  - Raised the `auth-sanitizer` runtime dependency floor to `>= 0.2.1`, so OAuth
46
85
  consumers get hash and nested-attribute inspect redaction fixes plus
47
86
  downstream RBS duplicate-declaration fixes.
48
-
49
- - Raised the `oauth-tty` runtime dependency floor to `>= 1.0.9`.
50
-
51
- - Raised the `oauth-tty` runtime dependency floor to `>= 1.0.10`, removing
87
+ - Raised the `oauth-tty` runtime dependency floor to `>= 1.0.12`, removing
52
88
  the transitive external `cgi` runtime dependency for Ruby 2.4 consumers.
53
89
 
54
90
  ### Fixed
@@ -827,7 +863,9 @@ All together now release
827
863
  - Moved all non-Rails functionality from the Rails plugin:
828
864
  http://code.google.com/p/oauth-plugin/
829
865
 
830
- [Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.7...HEAD
866
+ [Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.8...HEAD
867
+ [1.1.8]: https://github.com/ruby-oauth/oauth/compare/v1.1.7...v1.1.8
868
+ [1.1.8t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.8
831
869
  [1.1.7]: https://github.com/ruby-oauth/oauth/compare/v1.1.6...v1.1.7
832
870
  [1.1.7t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.7
833
871
  [1.1.6]: https://github.com/ruby-oauth/oauth/compare/v1.1.5...v1.1.6
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).
@@ -69,9 +69,9 @@ The primary maintainer since 2020 is Peter Boling ([@pboling](https://github.com
69
69
 
70
70
  | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
71
71
  |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
72
- | 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]|
73
- | 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]|
74
- | 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]|
72
+ | 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]|
73
+ | 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]|
74
+ | Works with MRI Ruby 4 | [![Ruby current Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf]|
75
75
  | 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]|
76
76
  | Works with MRI Ruby 2 | ![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]|
77
77
  | 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] |
@@ -90,9 +90,25 @@ This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
90
90
  may be higher than the gem's runtime compatibility floor when legacy Rubies are
91
91
  not practical for the current toolchain.
92
92
 
93
- | 🚚 _Amazing_ test matrix was brought to you by | 🔎 appraisal2 🔎 and the color 💚 green 💚 |
94
- |------------------------------------------------|--------------------------------------------------------|
95
- | 👟 Check it out! | [github.com/appraisal-rb/appraisal2][💎appraisal2] ✨ |
93
+ <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>
94
+
95
+ The _amazing_ test matrix is powered by the kettle-dev stack.
96
+
97
+ <details markdown="1">
98
+ <summary>How kettle-dev manages complexity in tests</summary>
99
+
100
+ | Gem | Source | Role | Daily download rank |
101
+ |-----|--------|------|---------------------|
102
+ | [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) |
103
+ | [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) |
104
+ | [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) |
105
+ | [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) |
106
+ | [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) |
107
+ | [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) |
108
+ | [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) |
109
+ | [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) |
110
+
111
+ </details>
96
112
 
97
113
  ### Federated DVCS
98
114
 
@@ -298,9 +314,13 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
298
314
 
299
315
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
300
316
  No sponsors yet. Be the first!
317
+
318
+ ### Open Collective for Donors
319
+
320
+ [Bill Woika](https://opencollective.com/bill-woika) [Philipp Ebneter](https://opencollective.com/guest-e77282f7) [Grigoriy](https://opencollective.com/guest-c93e0c48)
301
321
  <!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
302
322
 
303
- [kettle-readme-backers]: https://github.com/ruby-oauth/oauth/blob/main/exe/kettle-readme-backers
323
+ [kettle-readme-backers]: https://github.com/ruby-oauth/oauth/blob/main/bin/kettle-readme-backers
304
324
 
305
325
  ### Another way to support open-source
306
326
 
@@ -312,7 +332,7 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
312
332
 
313
333
  **[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
314
334
 
315
- [![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]
335
+ [![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]
316
336
 
317
337
  ## 🔐 Security
318
338
 
@@ -358,7 +378,7 @@ Made with [contributors-img][🖐contrib-rocks].
358
378
 
359
379
  Also see GitLab Contributors: [https://gitlab.com/ruby-oauth/oauth/-/graphs/main][🚎contributors-gl]
360
380
 
361
- <details>
381
+ <details markdown="1">
362
382
  <summary>⭐️ Star History</summary>
363
383
 
364
384
  <a href="https://star-history.com/ruby-oauth/oauth&Date">
@@ -514,12 +534,8 @@ Thanks for RTFM. ☺️
514
534
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
515
535
  [🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
516
536
  [🖇sponsor]: https://github.com/sponsors/pboling
517
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
518
- [🖇polar]: https://polar.sh/pboling
519
537
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
520
538
  [🖇kofi]: https://ko-fi.com/pboling
521
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
522
- [🖇patreon]: https://patreon.com/galtzo
523
539
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
524
540
  [🖇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
525
541
  [🖇buyme]: https://www.buymeacoffee.com/pboling
@@ -609,11 +625,13 @@ Thanks for RTFM. ☺️
609
625
  [🚎jruby-9.2-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/jruby-9.2.yml
610
626
  [🚎jruby-9.3-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/jruby-9.3.yml
611
627
  [🚎jruby-9.4-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/jruby-9.4.yml
628
+ [🚎jruby-10.0-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/jruby-10.0.yml
612
629
  [🚎truby-22.3-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/truffleruby-22.3.yml
613
630
  [🚎truby-23.0-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/truffleruby-23.0.yml
614
631
  [🚎truby-23.1-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/truffleruby-23.1.yml
615
632
  [🚎truby-24.2-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/truffleruby-24.2.yml
616
633
  [🚎truby-25.0-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/truffleruby-25.0.yml
634
+ [🚎truby-33.0-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/truffleruby-33.0.yml
617
635
  [🚎2-cov-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/coverage.yml
618
636
  [🚎2-cov-wfi]: https://github.com/ruby-oauth/oauth/actions/workflows/coverage.yml/badge.svg
619
637
  [🚎3-hd-wf]: https://github.com/ruby-oauth/oauth/actions/workflows/heads.yml
@@ -644,7 +662,6 @@ Thanks for RTFM. ☺️
644
662
  [💎ruby-3.2i]: https://img.shields.io/badge/Ruby-3.2-CC342D?style=for-the-badge&logo=ruby&logoColor=white
645
663
  [💎ruby-3.3i]: https://img.shields.io/badge/Ruby-3.3-CC342D?style=for-the-badge&logo=ruby&logoColor=white
646
664
  [💎ruby-3.4i]: https://img.shields.io/badge/Ruby-3.4-CC342D?style=for-the-badge&logo=ruby&logoColor=white
647
- [💎ruby-4.0i]: https://img.shields.io/badge/Ruby-4.0-CC342D?style=for-the-badge&logo=ruby&logoColor=white
648
665
  [💎ruby-c-i]: https://img.shields.io/badge/Ruby-current-CC342D?style=for-the-badge&logo=ruby&logoColor=green
649
666
  [💎ruby-headi]: https://img.shields.io/badge/Ruby-HEAD-CC342D?style=for-the-badge&logo=ruby&logoColor=blue
650
667
  [💎truby-22.3i]: https://img.shields.io/badge/Truffle_Ruby-22.3-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
@@ -652,10 +669,13 @@ Thanks for RTFM. ☺️
652
669
  [💎truby-23.1i]: https://img.shields.io/badge/Truffle_Ruby-23.1-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
653
670
  [💎truby-24.2i]: https://img.shields.io/badge/Truffle_Ruby-24.2-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
654
671
  [💎truby-25.0i]: https://img.shields.io/badge/Truffle_Ruby-25.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
672
+ [💎truby-33.0i]: https://img.shields.io/badge/Truffle_Ruby-33.0-34BCB1?style=for-the-badge&logo=ruby&logoColor=pink
655
673
  [💎truby-c-i]: https://img.shields.io/badge/Truffle_Ruby-current-34BCB1?style=for-the-badge&logo=ruby&logoColor=green
674
+ [💎truby-headi]: https://img.shields.io/badge/Truffle_Ruby-HEAD-34BCB1?style=for-the-badge&logo=ruby&logoColor=blue
656
675
  [💎jruby-9.2i]: https://img.shields.io/badge/JRuby-9.2-FBE742?style=for-the-badge&logo=ruby&logoColor=red
657
676
  [💎jruby-9.3i]: https://img.shields.io/badge/JRuby-9.3-FBE742?style=for-the-badge&logo=ruby&logoColor=red
658
677
  [💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
678
+ [💎jruby-10.0i]: https://img.shields.io/badge/JRuby-10.0-FBE742?style=for-the-badge&logo=ruby&logoColor=red
659
679
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
660
680
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
661
681
  [🤝gh-issues]: https://github.com/ruby-oauth/oauth/issues
@@ -684,7 +704,7 @@ Thanks for RTFM. ☺️
684
704
  [📌gitmoji]: https://gitmoji.dev
685
705
  [📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
686
706
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
687
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.950-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
707
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-1.202-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
688
708
  [🔐security]: https://github.com/ruby-oauth/oauth/blob/main/SECURITY.md
689
709
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
690
710
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -712,7 +732,7 @@ Thanks for RTFM. ☺️
712
732
  | Package | oauth |
713
733
  | Description | 🔮 A Ruby wrapper for the original OAuth 1.0 / 1.0a spec. |
714
734
  | Homepage | https://github.com/ruby-oauth/oauth |
715
- | Source | https://github.com/ruby-oauth/oauth/tree/v1.1.6 |
735
+ | Source | https://github.com/ruby-oauth/oauth |
716
736
  | License | `MIT` |
717
- | 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/oauth, https://www.buymeacoffee.com/pboling |
737
+ | 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/oauth, https://www.buymeacoffee.com/pboling |
718
738
  <!-- kettle-jem:metadata:end -->
@@ -1,31 +1,15 @@
1
1
  # frozen_string_literal: true
2
2
 
3
+ require "anonymous_loader"
4
+
3
5
  module OAuth
4
6
  AUTH_SANITIZER = begin
5
- auth_sanitizer_requirement = Gem::Requirement.new("~> 0.1", ">= 0.1.3")
6
- auth_sanitizer_spec = Gem.loaded_specs["auth-sanitizer"]
7
- unless auth_sanitizer_spec && auth_sanitizer_requirement.satisfied_by?(auth_sanitizer_spec.version)
8
- # :nocov:
9
- auth_sanitizer_spec = Gem::Specification.find_by_name("auth-sanitizer", auth_sanitizer_requirement)
10
- # :nocov:
11
- end
12
-
13
- auth_sanitizer_loader_path = File.join(
14
- auth_sanitizer_spec.full_gem_path,
15
- "lib/auth_sanitizer/loader.rb",
16
- )
17
- unless File.file?(auth_sanitizer_loader_path)
18
- # :nocov:
19
- raise LoadError, "oauth requires auth-sanitizer #{auth_sanitizer_requirement}; " \
20
- "loader not found at #{auth_sanitizer_loader_path}"
21
- # :nocov:
22
- end
23
-
24
- auth_sanitizer_loader_namespace = Module.new
25
- auth_sanitizer_loader_namespace.module_eval(
26
- File.read(auth_sanitizer_loader_path),
27
- auth_sanitizer_loader_path,
28
- 1,
7
+ auth_sanitizer_requirement = Gem::Requirement.new("~> 0.2", ">= 0.2.2")
8
+ auth_sanitizer_loader_namespace = AnonymousLoader.load_path(
9
+ gem_name: "auth-sanitizer",
10
+ require_path: "auth_sanitizer/loader.rb",
11
+ version_requirement: auth_sanitizer_requirement,
12
+ version_file: "auth/sanitizer/version.rb"
29
13
  )
30
14
 
31
15
  auth_sanitizer_loader_namespace
@@ -14,7 +14,7 @@ module ActionController
14
14
  if defined? ActionDispatch
15
15
  def process_with_new_base_test(request, response = nil)
16
16
  request.apply_oauth! if request.respond_to?(:apply_oauth!)
17
- super(request, response)
17
+ super
18
18
  end
19
19
  else
20
20
  def process_with_oauth(request, response = nil)
@@ -45,7 +45,7 @@ module ActionController
45
45
  scheme: "header",
46
46
  signature_method: nil,
47
47
  nonce: nil,
48
- timestamp: nil,
48
+ timestamp: nil
49
49
  }.merge(options)
50
50
  end
51
51
 
@@ -54,7 +54,7 @@ module ActionController
54
54
 
55
55
  @oauth_helper = OAuth::Client::Helper.new(
56
56
  self,
57
- @oauth_options.merge(request_uri: (respond_to?(:fullpath) ? fullpath : request_uri)),
57
+ @oauth_options.merge(request_uri: (respond_to?(:fullpath) ? fullpath : request_uri))
58
58
  )
59
59
  @oauth_helper.amend_user_agent_header(env)
60
60
 
@@ -34,7 +34,7 @@ if OAuth::Optional.em_http_available?
34
34
  scheme: "header",
35
35
  signature_method: nil,
36
36
  nonce: nil,
37
- timestamp: nil,
37
+ timestamp: nil
38
38
  }.merge(options)
39
39
 
40
40
  @oauth_helper = OAuth::Client::Helper.new(self, options)
@@ -62,7 +62,7 @@ if OAuth::Optional.em_http_available?
62
62
  scheme: "header",
63
63
  signature_method: nil,
64
64
  nonce: nil,
65
- timestamp: nil,
65
+ timestamp: nil
66
66
  }.merge(options)
67
67
 
68
68
  OAuth::Client::Helper.new(self, options).signature_base_string
@@ -38,7 +38,7 @@ module OAuth
38
38
  "oauth_nonce" => nonce,
39
39
  "oauth_verifier" => options[:oauth_verifier],
40
40
  "oauth_version" => options[:oauth_version] || "1.0",
41
- "oauth_session_handle" => options[:oauth_session_handle],
41
+ "oauth_session_handle" => options[:oauth_session_handle]
42
42
  }
43
43
  allowed_empty_params = options[:allow_empty_params]
44
44
  if allowed_empty_params != true && !allowed_empty_params.is_a?(Array)
@@ -53,7 +53,7 @@ module OAuth
53
53
  uri: options[:request_uri],
54
54
  consumer: options[:consumer],
55
55
  token: options[:token],
56
- unsigned_parameters: options[:unsigned_parameters],
56
+ unsigned_parameters: options[:unsigned_parameters]
57
57
  }.merge(extra_options))
58
58
  end
59
59
 
@@ -62,7 +62,7 @@ module OAuth
62
62
  uri: options[:request_uri],
63
63
  consumer: options[:consumer],
64
64
  token: options[:token],
65
- parameters: oauth_parameters,
65
+ parameters: oauth_parameters
66
66
  }.merge(extra_options))
67
67
  end
68
68
 
@@ -66,7 +66,7 @@ module Net
66
66
  signature_method: nil,
67
67
  nonce: nil,
68
68
  timestamp: nil,
69
- body_hash_enabled: true,
69
+ body_hash_enabled: true
70
70
  }.merge(options)
71
71
  end
72
72
 
@@ -94,8 +94,8 @@ module OAuth
94
94
  # default. Cross-origin redirects can re-sign token requests for an
95
95
  # attacker-controlled endpoint, so they require explicit opt-in.
96
96
  token_request_max_redirects: 10,
97
- token_request_cross_origin_redirects: false,
98
- },
97
+ token_request_cross_origin_redirects: false
98
+ }
99
99
  )
100
100
 
101
101
  attr_accessor :options, :key, :secret
@@ -241,7 +241,7 @@ module OAuth
241
241
  (request_token_url? ? request_token_url : request_token_path),
242
242
  nil,
243
243
  request_options,
244
- *arguments,
244
+ *arguments
245
245
  )
246
246
  end
247
247
  OAuth::RequestToken.from_hash(self, response)
@@ -490,7 +490,7 @@ module OAuth
490
490
  proxy_uri.host,
491
491
  proxy_uri.port,
492
492
  proxy_uri.user,
493
- proxy_uri.password,
493
+ proxy_uri.password
494
494
  )
495
495
  end
496
496
 
@@ -32,7 +32,7 @@ module OAuth
32
32
 
33
33
  def normalized_uri
34
34
  super
35
- rescue StandardError
35
+ rescue
36
36
  # if this is a non-standard URI, it may not parse properly
37
37
  # in that case, assume that it's already been normalized
38
38
  uri
data/lib/oauth/server.rb CHANGED
@@ -13,7 +13,7 @@ module OAuth
13
13
  @@server_paths = {
14
14
  request_token_path: "/oauth/request_token",
15
15
  authorize_path: "/oauth/authorize",
16
- access_token_path: "/oauth/access_token",
16
+ access_token_path: "/oauth/access_token"
17
17
  }
18
18
 
19
19
  # Create a new server instance
@@ -40,8 +40,8 @@ module OAuth
40
40
  site: base_url,
41
41
  request_token_path: request_token_path,
42
42
  authorize_path: authorize_path,
43
- access_token_path: access_token_path,
44
- },
43
+ access_token_path: access_token_path
44
+ }
45
45
  )
46
46
  end
47
47
 
@@ -11,7 +11,7 @@ module OAuth
11
11
  is_service_uri_different = request_uri.absolute? && request_uri != site_uri
12
12
  begin
13
13
  consumer.uri(request_uri) if is_service_uri_different
14
- @response = super(http_method, path, *arguments)
14
+ @response = super
15
15
  ensure
16
16
  # NOTE: reset for wholesomeness? meaning that we admit only AccessToken service calls may use different URIs?
17
17
  # so reset in case consumer is still used for other token-management tasks subsequently?
@@ -30,7 +30,7 @@ module OAuth
30
30
  (consumer.access_token_url? ? consumer.access_token_url : consumer.access_token_path),
31
31
  self,
32
32
  options,
33
- *arguments,
33
+ *arguments
34
34
  )
35
35
  OAuth::AccessToken.from_hash(consumer, response)
36
36
  end
data/lib/oauth/version.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module OAuth
4
4
  module Version
5
- VERSION = "1.1.7"
5
+ VERSION = "1.1.8"
6
6
  end
7
7
  VERSION = Version::VERSION # Traditional Constant Location
8
8
  end
data.tar.gz.sig CHANGED
@@ -1,2 +1 @@
1
- b@���^�6 r��Le��dB� h��H�����tQ�}߱��h��+E��M+���V�#��d��(^��?��`�m<�Ѳ��+���n�긂r��|�/�m.�YѰ� (ߍ�I��2<�����^�O-�bV��Y�X�b�'� �d:`G%�ʷr3Է1a$�l��0ͻu���g�r�_ 60d�_�`Ur��4^�g��Է2-�=��-nX��e�v����I4Z~��go�>{��d`?�k{�ۜ�
2
- W9�Xz+����fv>�h�"���a�/��Z#<콚�%�Ҥ�m7�<����U-v�a| ��<�@| �Zp�ϩ����c�*�*��A���kX�/�2z�9�{~��+e:�+�giT�(/q���Z�
1
+ ��0��nJ^�h�®��j���͖Jv]��������{�-��k;��~�ݵv�)��_�a͉0�\{(8 oߙ&�0�⑅(��
metadata CHANGED
@@ -1,18 +1,71 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.7
4
+ version: 1.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pelle Braendgaard
8
- - Blaine Cook
9
- - Larry Halff
10
- - Jesse Clark
8
+ - Chris Mear
11
9
  - Jon Crosby
12
10
  - Seth Fitzsimmons
13
- - Matt Sanford
11
+ - Tilmann Singer
12
+ - Tom Insam
13
+ - tsailipu
14
14
  - Aaron Quint
15
- - Peter Boling
15
+ - Anders Conbere
16
+ - Bill Kocik
17
+ - Darcy Laycock
18
+ - Eric Hartmann
19
+ - Greg Weber
20
+ - Laszlo Bacsi
21
+ - Marshall Huss
22
+ - Matt Sanford
23
+ - Neill Pearman
24
+ - Seth Cousins
25
+ - Yoan Blanc
26
+ - andrehjr
27
+ - Brian Finney
28
+ - ecavazos
29
+ - Joshua Hull
30
+ - Marsh Gardiner
31
+ - Michael Reinsch
32
+ - Sean Cribbs
33
+ - Steven Parkes
34
+ - 成田 一生
35
+ - Shaliko Usubov
36
+ - Ernie Miller
37
+ - Jonathon M. Abbott
38
+ - Richard Huang
39
+ - rick
40
+ - Steven Hammond
41
+ - Craig Walker
42
+ - Khem Veasna
43
+ - Brian John
44
+ - Michal Papis
45
+ - raeno
46
+ - jremmen
47
+ - Kevin Hughes
48
+ - Eric True
49
+ - James Pinto
50
+ - jianben
51
+ - Nik Wakelin
52
+ - Ondrej Prazak
53
+ - Nicholas Souphandavong
54
+ - Yvonne
55
+ - Agora@Ubuntu-dev
56
+ - Shohei Maeda
57
+ - Khem
58
+ - Chuck Remes
59
+ - iamibi
60
+ - Jeremy Sioui
61
+ - Nick Morgan
62
+ - Peter H. Boling
63
+ - Richard Vowles
64
+ - Shalvah
65
+ - Annibelle Boling
66
+ - Aboling0
67
+ - David Varga
68
+ - StepSecurity Bot
16
69
  bindir: exe
17
70
  cert_chain:
18
71
  - |
@@ -45,6 +98,26 @@ cert_chain:
45
98
  -----END CERTIFICATE-----
46
99
  date: 1980-01-02 00:00:00.000000000 Z
47
100
  dependencies:
101
+ - !ruby/object:Gem::Dependency
102
+ name: anonymous_loader
103
+ requirement: !ruby/object:Gem::Requirement
104
+ requirements:
105
+ - - "~>"
106
+ - !ruby/object:Gem::Version
107
+ version: '0.1'
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: 0.1.3
111
+ type: :runtime
112
+ prerelease: false
113
+ version_requirements: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: '0.1'
118
+ - - ">="
119
+ - !ruby/object:Gem::Version
120
+ version: 0.1.3
48
121
  - !ruby/object:Gem::Dependency
49
122
  name: auth-sanitizer
50
123
  requirement: !ruby/object:Gem::Requirement
@@ -54,7 +127,7 @@ dependencies:
54
127
  version: '0.2'
55
128
  - - ">="
56
129
  - !ruby/object:Gem::Version
57
- version: 0.2.1
130
+ version: 0.2.3
58
131
  type: :runtime
59
132
  prerelease: false
60
133
  version_requirements: !ruby/object:Gem::Requirement
@@ -64,7 +137,7 @@ dependencies:
64
137
  version: '0.2'
65
138
  - - ">="
66
139
  - !ruby/object:Gem::Version
67
- version: 0.2.1
140
+ version: 0.2.3
68
141
  - !ruby/object:Gem::Dependency
69
142
  name: base64
70
143
  requirement: !ruby/object:Gem::Requirement
@@ -88,7 +161,7 @@ dependencies:
88
161
  version: '1.0'
89
162
  - - ">="
90
163
  - !ruby/object:Gem::Version
91
- version: 1.0.10
164
+ version: 1.0.13
92
165
  type: :runtime
93
166
  prerelease: false
94
167
  version_requirements: !ruby/object:Gem::Requirement
@@ -98,7 +171,7 @@ dependencies:
98
171
  version: '1.0'
99
172
  - - ">="
100
173
  - !ruby/object:Gem::Version
101
- version: 1.0.10
174
+ version: 1.0.13
102
175
  - !ruby/object:Gem::Dependency
103
176
  name: snaky_hash
104
177
  requirement: !ruby/object:Gem::Requirement
@@ -108,7 +181,7 @@ dependencies:
108
181
  version: '2.0'
109
182
  - - ">="
110
183
  - !ruby/object:Gem::Version
111
- version: 2.0.5
184
+ version: 2.0.7
112
185
  type: :runtime
113
186
  prerelease: false
114
187
  version_requirements: !ruby/object:Gem::Requirement
@@ -118,7 +191,7 @@ dependencies:
118
191
  version: '2.0'
119
192
  - - ">="
120
193
  - !ruby/object:Gem::Version
121
- version: 2.0.5
194
+ version: 2.0.7
122
195
  - !ruby/object:Gem::Dependency
123
196
  name: version_gem
124
197
  requirement: !ruby/object:Gem::Requirement
@@ -128,7 +201,7 @@ dependencies:
128
201
  version: '1.1'
129
202
  - - ">="
130
203
  - !ruby/object:Gem::Version
131
- version: 1.1.12
204
+ version: 1.1.14
132
205
  type: :runtime
133
206
  prerelease: false
134
207
  version_requirements: !ruby/object:Gem::Requirement
@@ -138,27 +211,27 @@ dependencies:
138
211
  version: '1.1'
139
212
  - - ">="
140
213
  - !ruby/object:Gem::Version
141
- version: 1.1.12
214
+ version: 1.1.14
142
215
  - !ruby/object:Gem::Dependency
143
216
  name: kettle-dev
144
217
  requirement: !ruby/object:Gem::Requirement
145
218
  requirements:
146
219
  - - "~>"
147
220
  - !ruby/object:Gem::Version
148
- version: '2.2'
221
+ version: '2.3'
149
222
  - - ">="
150
223
  - !ruby/object:Gem::Version
151
- version: 2.2.9
224
+ version: 2.3.4
152
225
  type: :development
153
226
  prerelease: false
154
227
  version_requirements: !ruby/object:Gem::Requirement
155
228
  requirements:
156
229
  - - "~>"
157
230
  - !ruby/object:Gem::Version
158
- version: '2.2'
231
+ version: '2.3'
159
232
  - - ">="
160
233
  - !ruby/object:Gem::Version
161
- version: 2.2.9
234
+ version: 2.3.4
162
235
  - !ruby/object:Gem::Dependency
163
236
  name: bundler-audit
164
237
  requirement: !ruby/object:Gem::Requirement
@@ -216,7 +289,7 @@ dependencies:
216
289
  version: '3.1'
217
290
  - - ">="
218
291
  - !ruby/object:Gem::Version
219
- version: 3.1.2
292
+ version: 3.1.4
220
293
  type: :development
221
294
  prerelease: false
222
295
  version_requirements: !ruby/object:Gem::Requirement
@@ -226,7 +299,7 @@ dependencies:
226
299
  version: '3.1'
227
300
  - - ">="
228
301
  - !ruby/object:Gem::Version
229
- version: 3.1.2
302
+ version: 3.1.4
230
303
  - !ruby/object:Gem::Dependency
231
304
  name: kettle-test
232
305
  requirement: !ruby/object:Gem::Requirement
@@ -236,7 +309,7 @@ dependencies:
236
309
  version: '2.0'
237
310
  - - ">="
238
311
  - !ruby/object:Gem::Version
239
- version: 2.0.5
312
+ version: 2.0.10
240
313
  type: :development
241
314
  prerelease: false
242
315
  version_requirements: !ruby/object:Gem::Requirement
@@ -246,7 +319,7 @@ dependencies:
246
319
  version: '2.0'
247
320
  - - ">="
248
321
  - !ruby/object:Gem::Version
249
- version: 2.0.5
322
+ version: 2.0.10
250
323
  - !ruby/object:Gem::Dependency
251
324
  name: turbo_tests2
252
325
  requirement: !ruby/object:Gem::Requirement
@@ -256,7 +329,7 @@ dependencies:
256
329
  version: '3.1'
257
330
  - - ">="
258
331
  - !ruby/object:Gem::Version
259
- version: 3.1.3
332
+ version: 3.1.9
260
333
  type: :development
261
334
  prerelease: false
262
335
  version_requirements: !ruby/object:Gem::Requirement
@@ -266,7 +339,7 @@ dependencies:
266
339
  version: '3.1'
267
340
  - - ">="
268
341
  - !ruby/object:Gem::Version
269
- version: 3.1.3
342
+ version: 3.1.9
270
343
  - !ruby/object:Gem::Dependency
271
344
  name: ruby-progressbar
272
345
  requirement: !ruby/object:Gem::Requirement
@@ -290,7 +363,7 @@ dependencies:
290
363
  version: '1.0'
291
364
  - - ">="
292
365
  - !ruby/object:Gem::Version
293
- version: 1.0.3
366
+ version: 1.0.6
294
367
  type: :development
295
368
  prerelease: false
296
369
  version_requirements: !ruby/object:Gem::Requirement
@@ -300,7 +373,7 @@ dependencies:
300
373
  version: '1.0'
301
374
  - - ">="
302
375
  - !ruby/object:Gem::Version
303
- version: 1.0.3
376
+ version: 1.0.6
304
377
  - !ruby/object:Gem::Dependency
305
378
  name: gitmoji-regex
306
379
  requirement: !ruby/object:Gem::Requirement
@@ -310,7 +383,7 @@ dependencies:
310
383
  version: '2.0'
311
384
  - - ">="
312
385
  - !ruby/object:Gem::Version
313
- version: 2.0.2
386
+ version: 2.0.4
314
387
  type: :development
315
388
  prerelease: false
316
389
  version_requirements: !ruby/object:Gem::Requirement
@@ -320,7 +393,7 @@ dependencies:
320
393
  version: '2.0'
321
394
  - - ">="
322
395
  - !ruby/object:Gem::Version
323
- version: 2.0.2
396
+ version: 2.0.4
324
397
  - !ruby/object:Gem::Dependency
325
398
  name: backports
326
399
  requirement: !ruby/object:Gem::Requirement
@@ -461,6 +534,7 @@ files:
461
534
  - CONTRIBUTING.md
462
535
  - FUNDING.md
463
536
  - LICENSE.md
537
+ - MIT.md
464
538
  - README.md
465
539
  - RUBOCOP.md
466
540
  - SECURITY.md
@@ -515,11 +589,11 @@ homepage: https://github.com/ruby-oauth/oauth
515
589
  licenses:
516
590
  - MIT
517
591
  metadata:
518
- homepage_uri: https://structuredmerge.org
519
- source_code_uri: https://github.com/ruby-oauth/oauth/tree/v1.1.7
520
- changelog_uri: https://github.com/ruby-oauth/oauth/blob/v1.1.7/CHANGELOG.md
592
+ homepage_uri: https://oauth.galtzo.com
593
+ source_code_uri: https://github.com/ruby-oauth/oauth/tree/v1.1.8
594
+ changelog_uri: https://github.com/ruby-oauth/oauth/blob/v1.1.8/CHANGELOG.md
521
595
  bug_tracker_uri: https://github.com/ruby-oauth/oauth/issues
522
- documentation_uri: https://www.rubydoc.info/gems/oauth/1.1.7
596
+ documentation_uri: https://www.rubydoc.info/gems/oauth/1.1.8
523
597
  funding_uri: https://github.com/sponsors/pboling
524
598
  wiki_uri: https://github.com/ruby-oauth/oauth/wiki
525
599
  news_uri: https://www.railsbling.com/tags/oauth
@@ -548,7 +622,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
548
622
  - !ruby/object:Gem::Version
549
623
  version: '0'
550
624
  requirements: []
551
- rubygems_version: 4.0.10
625
+ rubygems_version: 4.0.16
552
626
  specification_version: 4
553
627
  summary: "\U0001F52E OAuth 1.0 / 1.0a Core Ruby implementation"
554
628
  test_files: []
metadata.gz.sig CHANGED
Binary file