oauth2 2.0.9 → 2.0.18

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.
metadata CHANGED
@@ -1,16 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.9
4
+ version: 2.0.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
8
8
  - Erik Michaels-Ober
9
9
  - Michael Bleigh
10
- autorequire:
11
10
  bindir: exe
12
- cert_chain: []
13
- date: 2022-09-16 00:00:00.000000000 Z
11
+ cert_chain:
12
+ - |
13
+ -----BEGIN CERTIFICATE-----
14
+ MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
15
+ ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
16
+ A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
17
+ DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
18
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
19
+ uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
20
+ LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
21
+ mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
22
+ coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
23
+ FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
24
+ yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
25
+ to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
26
+ qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
27
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
28
+ HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
29
+ A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
30
+ ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
31
+ wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
32
+ L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
33
+ GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
34
+ kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
35
+ QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
36
+ 0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
37
+ DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
38
+ L9nRqA==
39
+ -----END CERTIFICATE-----
40
+ date: 1980-01-02 00:00:00.000000000 Z
14
41
  dependencies:
15
42
  - !ruby/object:Gem::Dependency
16
43
  name: faraday
@@ -21,7 +48,7 @@ dependencies:
21
48
  version: 0.17.3
22
49
  - - "<"
23
50
  - !ruby/object:Gem::Version
24
- version: '3.0'
51
+ version: '4.0'
25
52
  type: :runtime
26
53
  prerelease: false
27
54
  version_requirements: !ruby/object:Gem::Requirement
@@ -31,7 +58,7 @@ dependencies:
31
58
  version: 0.17.3
32
59
  - - "<"
33
60
  - !ruby/object:Gem::Version
34
- version: '3.0'
61
+ version: '4.0'
35
62
  - !ruby/object:Gem::Dependency
36
63
  name: jwt
37
64
  requirement: !ruby/object:Gem::Requirement
@@ -41,7 +68,7 @@ dependencies:
41
68
  version: '1.0'
42
69
  - - "<"
43
70
  - !ruby/object:Gem::Version
44
- version: '3.0'
71
+ version: '4.0'
45
72
  type: :runtime
46
73
  prerelease: false
47
74
  version_requirements: !ruby/object:Gem::Requirement
@@ -51,7 +78,21 @@ dependencies:
51
78
  version: '1.0'
52
79
  - - "<"
53
80
  - !ruby/object:Gem::Version
54
- version: '3.0'
81
+ version: '4.0'
82
+ - !ruby/object:Gem::Dependency
83
+ name: logger
84
+ requirement: !ruby/object:Gem::Requirement
85
+ requirements:
86
+ - - "~>"
87
+ - !ruby/object:Gem::Version
88
+ version: '1.2'
89
+ type: :runtime
90
+ prerelease: false
91
+ version_requirements: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - "~>"
94
+ - !ruby/object:Gem::Version
95
+ version: '1.2'
55
96
  - !ruby/object:Gem::Dependency
56
97
  name: multi_xml
57
98
  requirement: !ruby/object:Gem::Requirement
@@ -93,6 +134,9 @@ dependencies:
93
134
  - - "~>"
94
135
  - !ruby/object:Gem::Version
95
136
  version: '2.0'
137
+ - - ">="
138
+ - !ruby/object:Gem::Version
139
+ version: 2.0.3
96
140
  type: :runtime
97
141
  prerelease: false
98
142
  version_requirements: !ruby/object:Gem::Requirement
@@ -100,6 +144,9 @@ dependencies:
100
144
  - - "~>"
101
145
  - !ruby/object:Gem::Version
102
146
  version: '2.0'
147
+ - - ">="
148
+ - !ruby/object:Gem::Version
149
+ version: 2.0.3
103
150
  - !ruby/object:Gem::Dependency
104
151
  name: version_gem
105
152
  requirement: !ruby/object:Gem::Requirement
@@ -107,6 +154,9 @@ dependencies:
107
154
  - - "~>"
108
155
  - !ruby/object:Gem::Version
109
156
  version: '1.1'
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: 1.1.9
110
160
  type: :runtime
111
161
  prerelease: false
112
162
  version_requirements: !ruby/object:Gem::Requirement
@@ -114,179 +164,274 @@ dependencies:
114
164
  - - "~>"
115
165
  - !ruby/object:Gem::Version
116
166
  version: '1.1'
167
+ - - ">="
168
+ - !ruby/object:Gem::Version
169
+ version: 1.1.9
117
170
  - !ruby/object:Gem::Dependency
118
171
  name: addressable
119
172
  requirement: !ruby/object:Gem::Requirement
120
173
  requirements:
174
+ - - "~>"
175
+ - !ruby/object:Gem::Version
176
+ version: '2.8'
121
177
  - - ">="
122
178
  - !ruby/object:Gem::Version
123
- version: '2'
179
+ version: 2.8.7
124
180
  type: :development
125
181
  prerelease: false
126
182
  version_requirements: !ruby/object:Gem::Requirement
127
183
  requirements:
184
+ - - "~>"
185
+ - !ruby/object:Gem::Version
186
+ version: '2.8'
128
187
  - - ">="
129
188
  - !ruby/object:Gem::Version
130
- version: '2'
189
+ version: 2.8.7
131
190
  - !ruby/object:Gem::Dependency
132
- name: backports
191
+ name: nkf
133
192
  requirement: !ruby/object:Gem::Requirement
134
193
  requirements:
135
- - - ">="
194
+ - - "~>"
136
195
  - !ruby/object:Gem::Version
137
- version: '3'
196
+ version: '0.2'
138
197
  type: :development
139
198
  prerelease: false
140
199
  version_requirements: !ruby/object:Gem::Requirement
141
200
  requirements:
142
- - - ">="
201
+ - - "~>"
143
202
  - !ruby/object:Gem::Version
144
- version: '3'
203
+ version: '0.2'
145
204
  - !ruby/object:Gem::Dependency
146
- name: bundler
205
+ name: rexml
147
206
  requirement: !ruby/object:Gem::Requirement
148
207
  requirements:
208
+ - - "~>"
209
+ - !ruby/object:Gem::Version
210
+ version: '3.2'
149
211
  - - ">="
150
212
  - !ruby/object:Gem::Version
151
- version: '2'
213
+ version: 3.2.5
152
214
  type: :development
153
215
  prerelease: false
154
216
  version_requirements: !ruby/object:Gem::Requirement
155
217
  requirements:
218
+ - - "~>"
219
+ - !ruby/object:Gem::Version
220
+ version: '3.2'
156
221
  - - ">="
157
222
  - !ruby/object:Gem::Version
158
- version: '2'
223
+ version: 3.2.5
224
+ - !ruby/object:Gem::Dependency
225
+ name: kettle-dev
226
+ requirement: !ruby/object:Gem::Requirement
227
+ requirements:
228
+ - - "~>"
229
+ - !ruby/object:Gem::Version
230
+ version: '1.1'
231
+ type: :development
232
+ prerelease: false
233
+ version_requirements: !ruby/object:Gem::Requirement
234
+ requirements:
235
+ - - "~>"
236
+ - !ruby/object:Gem::Version
237
+ version: '1.1'
238
+ - !ruby/object:Gem::Dependency
239
+ name: bundler-audit
240
+ requirement: !ruby/object:Gem::Requirement
241
+ requirements:
242
+ - - "~>"
243
+ - !ruby/object:Gem::Version
244
+ version: 0.9.2
245
+ type: :development
246
+ prerelease: false
247
+ version_requirements: !ruby/object:Gem::Requirement
248
+ requirements:
249
+ - - "~>"
250
+ - !ruby/object:Gem::Version
251
+ version: 0.9.2
159
252
  - !ruby/object:Gem::Dependency
160
253
  name: rake
161
254
  requirement: !ruby/object:Gem::Requirement
162
255
  requirements:
163
- - - ">="
256
+ - - "~>"
164
257
  - !ruby/object:Gem::Version
165
- version: '12'
258
+ version: '13.0'
166
259
  type: :development
167
260
  prerelease: false
168
261
  version_requirements: !ruby/object:Gem::Requirement
169
262
  requirements:
170
- - - ">="
263
+ - - "~>"
171
264
  - !ruby/object:Gem::Version
172
- version: '12'
265
+ version: '13.0'
173
266
  - !ruby/object:Gem::Dependency
174
- name: rexml
267
+ name: require_bench
175
268
  requirement: !ruby/object:Gem::Requirement
176
269
  requirements:
270
+ - - "~>"
271
+ - !ruby/object:Gem::Version
272
+ version: '1.0'
177
273
  - - ">="
178
274
  - !ruby/object:Gem::Version
179
- version: '3'
275
+ version: 1.0.4
180
276
  type: :development
181
277
  prerelease: false
182
278
  version_requirements: !ruby/object:Gem::Requirement
183
279
  requirements:
280
+ - - "~>"
281
+ - !ruby/object:Gem::Version
282
+ version: '1.0'
184
283
  - - ">="
185
284
  - !ruby/object:Gem::Version
186
- version: '3'
285
+ version: 1.0.4
187
286
  - !ruby/object:Gem::Dependency
188
- name: rspec
287
+ name: appraisal2
189
288
  requirement: !ruby/object:Gem::Requirement
190
289
  requirements:
191
- - - ">="
290
+ - - "~>"
192
291
  - !ruby/object:Gem::Version
193
- version: '3'
292
+ version: '3.0'
194
293
  type: :development
195
294
  prerelease: false
196
295
  version_requirements: !ruby/object:Gem::Requirement
197
296
  requirements:
198
- - - ">="
297
+ - - "~>"
199
298
  - !ruby/object:Gem::Version
200
- version: '3'
299
+ version: '3.0'
201
300
  - !ruby/object:Gem::Dependency
202
- name: rspec-block_is_expected
301
+ name: kettle-test
203
302
  requirement: !ruby/object:Gem::Requirement
204
303
  requirements:
304
+ - - "~>"
305
+ - !ruby/object:Gem::Version
306
+ version: '1.0'
205
307
  - - ">="
206
308
  - !ruby/object:Gem::Version
207
- version: '0'
309
+ version: 1.0.6
208
310
  type: :development
209
311
  prerelease: false
210
312
  version_requirements: !ruby/object:Gem::Requirement
211
313
  requirements:
314
+ - - "~>"
315
+ - !ruby/object:Gem::Version
316
+ version: '1.0'
212
317
  - - ">="
213
318
  - !ruby/object:Gem::Version
214
- version: '0'
319
+ version: 1.0.6
215
320
  - !ruby/object:Gem::Dependency
216
- name: rspec-pending_for
321
+ name: ruby-progressbar
217
322
  requirement: !ruby/object:Gem::Requirement
218
323
  requirements:
219
- - - ">="
324
+ - - "~>"
220
325
  - !ruby/object:Gem::Version
221
- version: '0'
326
+ version: '1.13'
222
327
  type: :development
223
328
  prerelease: false
224
329
  version_requirements: !ruby/object:Gem::Requirement
225
330
  requirements:
226
- - - ">="
331
+ - - "~>"
227
332
  - !ruby/object:Gem::Version
228
- version: '0'
333
+ version: '1.13'
229
334
  - !ruby/object:Gem::Dependency
230
- name: rspec-stubbed_env
335
+ name: stone_checksums
231
336
  requirement: !ruby/object:Gem::Requirement
232
337
  requirements:
338
+ - - "~>"
339
+ - !ruby/object:Gem::Version
340
+ version: '1.0'
233
341
  - - ">="
234
342
  - !ruby/object:Gem::Version
235
- version: '0'
343
+ version: 1.0.2
236
344
  type: :development
237
345
  prerelease: false
238
346
  version_requirements: !ruby/object:Gem::Requirement
239
347
  requirements:
348
+ - - "~>"
349
+ - !ruby/object:Gem::Version
350
+ version: '1.0'
240
351
  - - ">="
241
352
  - !ruby/object:Gem::Version
242
- version: '0'
353
+ version: 1.0.2
243
354
  - !ruby/object:Gem::Dependency
244
- name: rubocop-lts
355
+ name: gitmoji-regex
245
356
  requirement: !ruby/object:Gem::Requirement
246
357
  requirements:
247
358
  - - "~>"
248
359
  - !ruby/object:Gem::Version
249
- version: '8.0'
360
+ version: '1.0'
361
+ - - ">="
362
+ - !ruby/object:Gem::Version
363
+ version: 1.0.3
250
364
  type: :development
251
365
  prerelease: false
252
366
  version_requirements: !ruby/object:Gem::Requirement
253
367
  requirements:
254
368
  - - "~>"
255
369
  - !ruby/object:Gem::Version
256
- version: '8.0'
370
+ version: '1.0'
371
+ - - ">="
372
+ - !ruby/object:Gem::Version
373
+ version: 1.0.3
257
374
  - !ruby/object:Gem::Dependency
258
- name: silent_stream
375
+ name: backports
259
376
  requirement: !ruby/object:Gem::Requirement
260
377
  requirements:
378
+ - - "~>"
379
+ - !ruby/object:Gem::Version
380
+ version: '3.25'
261
381
  - - ">="
262
382
  - !ruby/object:Gem::Version
263
- version: '0'
383
+ version: 3.25.1
264
384
  type: :development
265
385
  prerelease: false
266
386
  version_requirements: !ruby/object:Gem::Requirement
267
387
  requirements:
388
+ - - "~>"
389
+ - !ruby/object:Gem::Version
390
+ version: '3.25'
268
391
  - - ">="
269
392
  - !ruby/object:Gem::Version
270
- version: '0'
271
- description: A Ruby wrapper for the OAuth 2.0 protocol built with a similar style
272
- to the original OAuth spec.
393
+ version: 3.25.1
394
+ description: "\U0001F510 A Ruby wrapper for the OAuth 2.0 Authorization Framework,
395
+ including the OAuth 2.1 draft spec, and OpenID Connect (OIDC)"
273
396
  email:
274
- - peter.boling@gmail.com
397
+ - floss@galtzo.com
398
+ - oauth-ruby@googlegroups.com
275
399
  executables: []
276
400
  extensions: []
277
- extra_rdoc_files: []
401
+ extra_rdoc_files:
402
+ - CHANGELOG.md
403
+ - CITATION.cff
404
+ - CODE_OF_CONDUCT.md
405
+ - CONTRIBUTING.md
406
+ - FUNDING.md
407
+ - IRP.md
408
+ - LICENSE.txt
409
+ - OIDC.md
410
+ - README.md
411
+ - REEK
412
+ - RUBOCOP.md
413
+ - SECURITY.md
414
+ - THREAT_MODEL.md
278
415
  files:
279
416
  - CHANGELOG.md
417
+ - CITATION.cff
280
418
  - CODE_OF_CONDUCT.md
281
419
  - CONTRIBUTING.md
282
- - LICENSE
420
+ - FUNDING.md
421
+ - IRP.md
422
+ - LICENSE.txt
423
+ - OIDC.md
283
424
  - README.md
425
+ - REEK
426
+ - RUBOCOP.md
284
427
  - SECURITY.md
428
+ - THREAT_MODEL.md
285
429
  - lib/oauth2.rb
286
430
  - lib/oauth2/access_token.rb
287
431
  - lib/oauth2/authenticator.rb
288
432
  - lib/oauth2/client.rb
289
433
  - lib/oauth2/error.rb
434
+ - lib/oauth2/filtered_attributes.rb
290
435
  - lib/oauth2/response.rb
291
436
  - lib/oauth2/strategy/assertion.rb
292
437
  - lib/oauth2/strategy/auth_code.rb
@@ -295,36 +440,66 @@ files:
295
440
  - lib/oauth2/strategy/implicit.rb
296
441
  - lib/oauth2/strategy/password.rb
297
442
  - lib/oauth2/version.rb
298
- homepage: https://gitlab.com/oauth-xx/oauth2
443
+ - sig/oauth2.rbs
444
+ - sig/oauth2/access_token.rbs
445
+ - sig/oauth2/authenticator.rbs
446
+ - sig/oauth2/client.rbs
447
+ - sig/oauth2/error.rbs
448
+ - sig/oauth2/filtered_attributes.rbs
449
+ - sig/oauth2/response.rbs
450
+ - sig/oauth2/strategy.rbs
451
+ - sig/oauth2/version.rbs
452
+ homepage: https://github.com/ruby-oauth/oauth2
299
453
  licenses:
300
454
  - MIT
301
455
  metadata:
302
- homepage_uri: https://gitlab.com/oauth-xx/oauth2
303
- source_code_uri: https://gitlab.com/oauth-xx/oauth2/-/tree/v2.0.9
304
- changelog_uri: https://gitlab.com/oauth-xx/oauth2/-/blob/v2.0.9/CHANGELOG.md
305
- bug_tracker_uri: https://gitlab.com/oauth-xx/oauth2/-/issues
306
- documentation_uri: https://www.rubydoc.info/gems/oauth2/2.0.9
307
- wiki_uri: https://gitlab.com/oauth-xx/oauth2/-/wiki
308
- funding_uri: https://liberapay.com/pboling
456
+ homepage_uri: https://oauth2.galtzo.com/
457
+ source_code_uri: https://github.com/ruby-oauth/oauth2/tree/v2.0.18
458
+ changelog_uri: https://github.com/ruby-oauth/oauth2/blob/v2.0.18/CHANGELOG.md
459
+ bug_tracker_uri: https://github.com/ruby-oauth/oauth2/issues
460
+ documentation_uri: https://www.rubydoc.info/gems/oauth2/2.0.18
461
+ mailing_list_uri: https://groups.google.com/g/oauth-ruby
462
+ funding_uri: https://github.com/sponsors/pboling
463
+ wiki_uri: https://gitlab.com/ruby-oauth/oauth2/-/wiki
464
+ news_uri: https://www.railsbling.com/tags/oauth2
465
+ discord_uri: https://discord.gg/3qme4XHNKN
309
466
  rubygems_mfa_required: 'true'
310
- post_install_message: |2+
311
-
312
- You have installed oauth2 version 2.0.9, congratulations!
467
+ post_install_message: |2
313
468
 
314
- There are BREAKING changes if you are upgrading from < v2, but most will not encounter them, and updating your code should be easy!
469
+ ---+++--- oauth2 v2.0.18 ---+++---
315
470
 
316
- We have made two other major migrations:
317
- 1. master branch renamed to main
318
- 2. Github has been replaced with Gitlab
471
+ (minor) ⚠️ BREAKING CHANGES ⚠️ when upgrading from < v2
472
+ Summary of breaking changes: https://gitlab.com/ruby-oauth/oauth2#what-is-new-for-v20
473
+ Changes in this patch: https://gitlab.com/ruby-oauth/oauth2/-/blob/v2.0.18/CHANGELOG.md#2015-2025-09-08
319
474
 
320
- Please see:
321
- https://gitlab.com/oauth-xx/oauth2#what-is-new-for-v20
322
- https://gitlab.com/oauth-xx/oauth2/-/blob/main/CHANGELOG.md
323
- https://groups.google.com/g/oauth-ruby/c/QA_dtrXWXaE
324
-
325
- Please report issues, and support the project! Thanks, |7eter l-|. l3oling
326
-
327
- rdoc_options: []
475
+ News:
476
+ 1. New documentation website, including for OAuth 2.1 and OIDC: https://oauth2.galtzo.com
477
+ 2. New official Discord for discussion and support: https://discord.gg/3qme4XHNKN
478
+ 3. New org name "ruby-oauth" on Open Source Collective, GitHub, GitLab, Codeberg (update git remotes!)
479
+ 4. Non-commercial support for the 2.x series will end by April, 2026. Please make a plan to upgrade to the next version prior to that date.
480
+ Support will be dropped for Ruby 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 3.0, 3.1 and any other Ruby versions which will also have reached EOL by then.
481
+ 5. Gem releases are cryptographically signed with a 20-year cert; SHA-256 & SHA-512 checksums by stone_checksums.
482
+ 6. Please consider supporting this project:
483
+ • https://opencollective.com/ruby-oauth (new!)
484
+ • https://liberapay.com/pboling
485
+ • https://github.com/sponsors/pboling
486
+ • https://www.paypal.com/paypalme/peterboling
487
+ • https://ko-fi.com/pboling
488
+ • https://www.buymeacoffee.com/pboling
489
+ • https://tidelift.com/funding/github/rubygems/oauth
490
+ • Hire me - I can build anything
491
+ • Report issues, and star the project
492
+ Thanks, @pboling / @galtzo
493
+ rdoc_options:
494
+ - "--title"
495
+ - "oauth2 - \U0001F510 OAuth 2.0, 2.1 & OIDC Core Ruby implementation"
496
+ - "--main"
497
+ - README.md
498
+ - "--exclude"
499
+ - "^sig/"
500
+ - "--line-numbers"
501
+ - "--inline-source"
502
+ - "--quiet"
328
503
  require_paths:
329
504
  - lib
330
505
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -338,9 +513,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
338
513
  - !ruby/object:Gem::Version
339
514
  version: '0'
340
515
  requirements: []
341
- rubygems_version: 3.3.21
342
- signing_key:
516
+ rubygems_version: 3.7.2
343
517
  specification_version: 4
344
- summary: A Ruby wrapper for the OAuth 2.0 protocol.
518
+ summary: "\U0001F510 OAuth 2.0, 2.1 & OIDC Core Ruby implementation"
345
519
  test_files: []
346
- ...
metadata.gz.sig ADDED
Binary file