oauth2 2.0.20 → 2.0.21

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.
data/RUBOCOP.md CHANGED
File without changes
data/SECURITY.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Version | Supported |
6
6
  |----------|-----------|
7
- | 1.latest | ✅ |
7
+ | 2.0.latest | ✅ |
8
8
 
9
9
  ## Security contact information
10
10
 
@@ -12,8 +12,6 @@ To report a security vulnerability, please use the
12
12
  [Tidelift security contact](https://tidelift.com/security).
13
13
  Tidelift will coordinate the fix and disclosure.
14
14
 
15
- More detailed explanation of the process is in [IRP.md][IRP].
16
-
17
15
  ## Additional Support
18
16
 
19
17
  If you are interested in support for versions older than the latest release,
@@ -21,4 +19,3 @@ please consider sponsoring the project / maintainer @ https://liberapay.com/pbol
21
19
  or find other sponsorship links in the [README].
22
20
 
23
21
  [README]: README.md
24
- [IRP]: IRP.md
data/certs/pboling.pem ADDED
@@ -0,0 +1,27 @@
1
+ -----BEGIN CERTIFICATE-----
2
+ MIIEgDCCAuigAwIBAgIBATANBgkqhkiG9w0BAQsFADBDMRUwEwYDVQQDDAxwZXRl
3
+ ci5ib2xpbmcxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkW
4
+ A2NvbTAeFw0yNTA1MDQxNTMzMDlaFw00NTA0MjkxNTMzMDlaMEMxFTATBgNVBAMM
5
+ DHBldGVyLmJvbGluZzEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPy
6
+ LGQBGRYDY29tMIIBojANBgkqhkiG9w0BAQEFAAOCAY8AMIIBigKCAYEAruUoo0WA
7
+ uoNuq6puKWYeRYiZekz/nsDeK5x/0IEirzcCEvaHr3Bmz7rjo1I6On3gGKmiZs61
8
+ LRmQ3oxy77ydmkGTXBjruJB+pQEn7UfLSgQ0xa1/X3kdBZt6RmabFlBxnHkoaGY5
9
+ mZuZ5+Z7walmv6sFD9ajhzj+oIgwWfnEHkXYTR8I6VLN7MRRKGMPoZ/yvOmxb2DN
10
+ coEEHWKO9CvgYpW7asIihl/9GMpKiRkcYPm9dGQzZc6uTwom1COfW0+ZOFrDVBuV
11
+ FMQRPswZcY4Wlq0uEBLPU7hxnCL9nKK6Y9IhdDcz1mY6HZ91WImNslOSI0S8hRpj
12
+ yGOWxQIhBT3fqCBlRIqFQBudrnD9jSNpSGsFvbEijd5ns7Z9ZMehXkXDycpGAUj1
13
+ to/5cuTWWw1JqUWrKJYoifnVhtE1o1DZ+LkPtWxHtz5kjDG/zR3MG0Ula0UOavlD
14
+ qbnbcXPBnwXtTFeZ3C+yrWpE4pGnl3yGkZj9SMTlo9qnTMiPmuWKQDatAgMBAAGj
15
+ fzB9MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBQE8uWvNbPVNRXZ
16
+ HlgPbc2PCzC4bjAhBgNVHREEGjAYgRZwZXRlci5ib2xpbmdAZ21haWwuY29tMCEG
17
+ A1UdEgQaMBiBFnBldGVyLmJvbGluZ0BnbWFpbC5jb20wDQYJKoZIhvcNAQELBQAD
18
+ ggGBAJbnUwfJQFPkBgH9cL7hoBfRtmWiCvdqdjeTmi04u8zVNCUox0A4gT982DE9
19
+ wmuN12LpdajxZONqbXuzZvc+nb0StFwmFYZG6iDwaf4BPywm2e/Vmq0YG45vZXGR
20
+ L8yMDSK1cQXjmA+ZBKOHKWavxP6Vp7lWvjAhz8RFwqF9GuNIdhv9NpnCAWcMZtpm
21
+ GUPyIWw/Cw/2wZp74QzZj6Npx+LdXoLTF1HMSJXZ7/pkxLCsB8m4EFVdb/IrW/0k
22
+ kNSfjtAfBHO8nLGuqQZVH9IBD1i9K6aSs7pT6TW8itXUIlkIUI2tg5YzW6OFfPzq
23
+ QekSkX3lZfY+HTSp/o+YvKkqWLUV7PQ7xh1ZYDtocpaHwgxe/j3bBqHE+CUPH2vA
24
+ 0V/FwdTRWcwsjVoOJTrYcff8pBZ8r2MvtAc54xfnnhGFzeRHfcltobgFxkAXdE6p
25
+ DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
26
+ L9nRqA==
27
+ -----END CERTIFICATE-----
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  module OAuth2
4
4
  AUTH_SANITIZER = begin
5
- auth_sanitizer_requirement = Gem::Requirement.new("~> 0.1", ">= 0.1.3")
5
+ auth_sanitizer_requirement = Gem::Requirement.new("~> 0.2", ">= 0.2.1")
6
6
  auth_sanitizer_spec = Gem.loaded_specs["auth-sanitizer"]
7
7
  unless auth_sanitizer_spec && auth_sanitizer_requirement.satisfied_by?(auth_sanitizer_spec.version)
8
8
  # :nocov:
@@ -12,7 +12,7 @@ module OAuth2
12
12
 
13
13
  auth_sanitizer_loader_path = File.join(
14
14
  auth_sanitizer_spec.full_gem_path,
15
- "lib/auth_sanitizer/loader.rb",
15
+ "lib/auth_sanitizer/loader.rb"
16
16
  )
17
17
  unless File.file?(auth_sanitizer_loader_path)
18
18
  # :nocov:
@@ -25,7 +25,7 @@ module OAuth2
25
25
  auth_sanitizer_loader_namespace.module_eval(
26
26
  File.read(auth_sanitizer_loader_path),
27
27
  auth_sanitizer_loader_path,
28
- 1,
28
+ 1
29
29
  )
30
30
 
31
31
  auth_sanitizer_loader_namespace.
File without changes
data/lib/oauth2/client.rb CHANGED
@@ -446,7 +446,7 @@ module OAuth2
446
446
  # See: Hash#partition https://bugs.ruby-lang.org/issues/16252
447
447
  req_opts, oauth_opts = opts.
448
448
  partition { |k, _v| RESERVED_REQ_KEYS.include?(k.to_s) }.
449
- map { |p| Hash[p] }
449
+ map(&:to_h)
450
450
 
451
451
  begin
452
452
  response = connection.run_request(verb, url, req_opts[:body], req_opts[:headers]) do |req|
@@ -563,15 +563,17 @@ module OAuth2
563
563
  end
564
564
 
565
565
  def oauth_debug_logging(builder)
566
- builder.response(
567
- :logger,
568
- OAuth2::AUTH_SANITIZER::SanitizedLogger.new(
569
- options[:logger],
570
- filtered_keys: OAuth2.config[:filtered_debug_keys],
571
- label: OAuth2.config[:filtered_label],
572
- ),
573
- bodies: true,
574
- ) if OAuth2::OAUTH_DEBUG
566
+ if OAuth2::OAUTH_DEBUG
567
+ builder.response(
568
+ :logger,
569
+ OAuth2::AUTH_SANITIZER::SanitizedLogger.new(
570
+ options[:logger],
571
+ filtered_keys: OAuth2.config[:filtered_debug_keys],
572
+ label: OAuth2.config[:filtered_label]
573
+ ),
574
+ bodies: true
575
+ )
576
+ end
575
577
  end
576
578
  end
577
579
  end
data/lib/oauth2/error.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -2,7 +2,7 @@
2
2
 
3
3
  module OAuth2
4
4
  module Version
5
- VERSION = "2.0.20"
5
+ VERSION = "2.0.21"
6
6
  end
7
7
  VERSION = Version::VERSION # Traditional Constant Location
8
8
  end
data/lib/oauth2.rb CHANGED
@@ -67,7 +67,7 @@ module OAuth2
67
67
  assertion
68
68
  code_verifier
69
69
  token
70
- ],
70
+ ]
71
71
  )
72
72
 
73
73
  # The current runtime configuration for the library.
File without changes
File without changes
File without changes
data/sig/oauth2/error.rbs CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -2,4 +2,5 @@ module OAuth2
2
2
  module Version
3
3
  VERSION: String
4
4
  end
5
+ VERSION: String
5
6
  end
data/sig/oauth2.rbs CHANGED
File without changes
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.20
4
+ version: 2.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -45,20 +45,20 @@ dependencies:
45
45
  requirements:
46
46
  - - "~>"
47
47
  - !ruby/object:Gem::Version
48
- version: '0.1'
48
+ version: '0.2'
49
49
  - - ">="
50
50
  - !ruby/object:Gem::Version
51
- version: 0.1.3
51
+ version: 0.2.1
52
52
  type: :runtime
53
53
  prerelease: false
54
54
  version_requirements: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - "~>"
57
57
  - !ruby/object:Gem::Version
58
- version: '0.1'
58
+ version: '0.2'
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
- version: 0.1.3
61
+ version: 0.2.1
62
62
  - !ruby/object:Gem::Dependency
63
63
  name: faraday
64
64
  requirement: !ruby/object:Gem::Requirement
@@ -176,7 +176,7 @@ dependencies:
176
176
  version: '1.1'
177
177
  - - ">="
178
178
  - !ruby/object:Gem::Version
179
- version: 1.1.9
179
+ version: 1.1.10
180
180
  type: :runtime
181
181
  prerelease: false
182
182
  version_requirements: !ruby/object:Gem::Requirement
@@ -186,145 +186,151 @@ dependencies:
186
186
  version: '1.1'
187
187
  - - ">="
188
188
  - !ruby/object:Gem::Version
189
- version: 1.1.9
189
+ version: 1.1.10
190
190
  - !ruby/object:Gem::Dependency
191
- name: addressable
191
+ name: kettle-dev
192
192
  requirement: !ruby/object:Gem::Requirement
193
193
  requirements:
194
194
  - - "~>"
195
195
  - !ruby/object:Gem::Version
196
- version: '2.8'
196
+ version: '2.1'
197
197
  - - ">="
198
198
  - !ruby/object:Gem::Version
199
- version: 2.8.7
199
+ version: 2.1.0
200
200
  type: :development
201
201
  prerelease: false
202
202
  version_requirements: !ruby/object:Gem::Requirement
203
203
  requirements:
204
204
  - - "~>"
205
205
  - !ruby/object:Gem::Version
206
- version: '2.8'
206
+ version: '2.1'
207
207
  - - ">="
208
208
  - !ruby/object:Gem::Version
209
- version: 2.8.7
209
+ version: 2.1.0
210
210
  - !ruby/object:Gem::Dependency
211
- name: nkf
211
+ name: bundler-audit
212
212
  requirement: !ruby/object:Gem::Requirement
213
213
  requirements:
214
214
  - - "~>"
215
215
  - !ruby/object:Gem::Version
216
- version: '0.2'
216
+ version: 0.9.3
217
217
  type: :development
218
218
  prerelease: false
219
219
  version_requirements: !ruby/object:Gem::Requirement
220
220
  requirements:
221
221
  - - "~>"
222
222
  - !ruby/object:Gem::Version
223
- version: '0.2'
223
+ version: 0.9.3
224
224
  - !ruby/object:Gem::Dependency
225
- name: rexml
225
+ name: rake
226
226
  requirement: !ruby/object:Gem::Requirement
227
227
  requirements:
228
228
  - - "~>"
229
229
  - !ruby/object:Gem::Version
230
- version: '3.2'
231
- - - ">="
232
- - !ruby/object:Gem::Version
233
- version: 3.2.5
230
+ version: '13.0'
234
231
  type: :development
235
232
  prerelease: false
236
233
  version_requirements: !ruby/object:Gem::Requirement
237
234
  requirements:
238
235
  - - "~>"
239
236
  - !ruby/object:Gem::Version
240
- version: '3.2'
241
- - - ">="
242
- - !ruby/object:Gem::Version
243
- version: 3.2.5
237
+ version: '13.0'
244
238
  - !ruby/object:Gem::Dependency
245
- name: kettle-dev
239
+ name: require_bench
246
240
  requirement: !ruby/object:Gem::Requirement
247
241
  requirements:
248
242
  - - "~>"
249
243
  - !ruby/object:Gem::Version
250
- version: '2.0'
244
+ version: '1.0'
245
+ - - ">="
246
+ - !ruby/object:Gem::Version
247
+ version: 1.0.4
251
248
  type: :development
252
249
  prerelease: false
253
250
  version_requirements: !ruby/object:Gem::Requirement
254
251
  requirements:
255
252
  - - "~>"
256
253
  - !ruby/object:Gem::Version
257
- version: '2.0'
254
+ version: '1.0'
255
+ - - ">="
256
+ - !ruby/object:Gem::Version
257
+ version: 1.0.4
258
258
  - !ruby/object:Gem::Dependency
259
- name: bundler-audit
259
+ name: appraisal2
260
260
  requirement: !ruby/object:Gem::Requirement
261
261
  requirements:
262
262
  - - "~>"
263
263
  - !ruby/object:Gem::Version
264
- version: 0.9.3
264
+ version: '3.1'
265
+ - - ">="
266
+ - !ruby/object:Gem::Version
267
+ version: 3.1.1
265
268
  type: :development
266
269
  prerelease: false
267
270
  version_requirements: !ruby/object:Gem::Requirement
268
271
  requirements:
269
272
  - - "~>"
270
273
  - !ruby/object:Gem::Version
271
- version: 0.9.3
274
+ version: '3.1'
275
+ - - ">="
276
+ - !ruby/object:Gem::Version
277
+ version: 3.1.1
272
278
  - !ruby/object:Gem::Dependency
273
- name: rake
279
+ name: kettle-test
274
280
  requirement: !ruby/object:Gem::Requirement
275
281
  requirements:
276
282
  - - "~>"
277
283
  - !ruby/object:Gem::Version
278
- version: '13.0'
284
+ version: '2.0'
285
+ - - ">="
286
+ - !ruby/object:Gem::Version
287
+ version: 2.0.3
279
288
  type: :development
280
289
  prerelease: false
281
290
  version_requirements: !ruby/object:Gem::Requirement
282
291
  requirements:
283
292
  - - "~>"
284
293
  - !ruby/object:Gem::Version
285
- version: '13.0'
294
+ version: '2.0'
295
+ - - ">="
296
+ - !ruby/object:Gem::Version
297
+ version: 2.0.3
286
298
  - !ruby/object:Gem::Dependency
287
- name: require_bench
299
+ name: turbo_tests2
288
300
  requirement: !ruby/object:Gem::Requirement
289
301
  requirements:
290
302
  - - "~>"
291
303
  - !ruby/object:Gem::Version
292
- version: '1.0'
304
+ version: '3.1'
293
305
  - - ">="
294
306
  - !ruby/object:Gem::Version
295
- version: 1.0.4
307
+ version: 3.1.1
296
308
  type: :development
297
309
  prerelease: false
298
310
  version_requirements: !ruby/object:Gem::Requirement
299
311
  requirements:
300
312
  - - "~>"
301
313
  - !ruby/object:Gem::Version
302
- version: '1.0'
314
+ version: '3.1'
303
315
  - - ">="
304
316
  - !ruby/object:Gem::Version
305
- version: 1.0.4
317
+ version: 3.1.1
306
318
  - !ruby/object:Gem::Dependency
307
- name: appraisal2
319
+ name: ruby-progressbar
308
320
  requirement: !ruby/object:Gem::Requirement
309
321
  requirements:
310
322
  - - "~>"
311
323
  - !ruby/object:Gem::Version
312
- version: '3.0'
313
- - - ">="
314
- - !ruby/object:Gem::Version
315
- version: 3.0.6
324
+ version: '1.13'
316
325
  type: :development
317
326
  prerelease: false
318
327
  version_requirements: !ruby/object:Gem::Requirement
319
328
  requirements:
320
329
  - - "~>"
321
330
  - !ruby/object:Gem::Version
322
- version: '3.0'
323
- - - ">="
324
- - !ruby/object:Gem::Version
325
- version: 3.0.6
331
+ version: '1.13'
326
332
  - !ruby/object:Gem::Dependency
327
- name: kettle-test
333
+ name: stone_checksums
328
334
  requirement: !ruby/object:Gem::Requirement
329
335
  requirements:
330
336
  - - "~>"
@@ -332,7 +338,7 @@ dependencies:
332
338
  version: '1.0'
333
339
  - - ">="
334
340
  - !ruby/object:Gem::Version
335
- version: 1.0.10
341
+ version: 1.0.3
336
342
  type: :development
337
343
  prerelease: false
338
344
  version_requirements: !ruby/object:Gem::Requirement
@@ -342,81 +348,101 @@ dependencies:
342
348
  version: '1.0'
343
349
  - - ">="
344
350
  - !ruby/object:Gem::Version
345
- version: 1.0.10
351
+ version: 1.0.3
346
352
  - !ruby/object:Gem::Dependency
347
- name: ruby-progressbar
353
+ name: gitmoji-regex
348
354
  requirement: !ruby/object:Gem::Requirement
349
355
  requirements:
350
356
  - - "~>"
351
357
  - !ruby/object:Gem::Version
352
- version: '1.13'
358
+ version: '2.0'
359
+ - - ">="
360
+ - !ruby/object:Gem::Version
361
+ version: 2.0.1
353
362
  type: :development
354
363
  prerelease: false
355
364
  version_requirements: !ruby/object:Gem::Requirement
356
365
  requirements:
357
366
  - - "~>"
358
367
  - !ruby/object:Gem::Version
359
- version: '1.13'
368
+ version: '2.0'
369
+ - - ">="
370
+ - !ruby/object:Gem::Version
371
+ version: 2.0.1
360
372
  - !ruby/object:Gem::Dependency
361
- name: stone_checksums
373
+ name: addressable
362
374
  requirement: !ruby/object:Gem::Requirement
363
375
  requirements:
364
376
  - - "~>"
365
377
  - !ruby/object:Gem::Version
366
- version: '1.0'
378
+ version: '2.8'
367
379
  - - ">="
368
380
  - !ruby/object:Gem::Version
369
- version: 1.0.3
381
+ version: 2.8.7
370
382
  type: :development
371
383
  prerelease: false
372
384
  version_requirements: !ruby/object:Gem::Requirement
373
385
  requirements:
374
386
  - - "~>"
375
387
  - !ruby/object:Gem::Version
376
- version: '1.0'
388
+ version: '2.8'
377
389
  - - ">="
378
390
  - !ruby/object:Gem::Version
379
- version: 1.0.3
391
+ version: 2.8.7
380
392
  - !ruby/object:Gem::Dependency
381
- name: gitmoji-regex
393
+ name: backports
382
394
  requirement: !ruby/object:Gem::Requirement
383
395
  requirements:
384
396
  - - "~>"
385
397
  - !ruby/object:Gem::Version
386
- version: '1.0'
398
+ version: '3.25'
387
399
  - - ">="
388
400
  - !ruby/object:Gem::Version
389
- version: 1.0.3
401
+ version: 3.25.1
390
402
  type: :development
391
403
  prerelease: false
392
404
  version_requirements: !ruby/object:Gem::Requirement
393
405
  requirements:
394
406
  - - "~>"
395
407
  - !ruby/object:Gem::Version
396
- version: '1.0'
408
+ version: '3.25'
397
409
  - - ">="
398
410
  - !ruby/object:Gem::Version
399
- version: 1.0.3
411
+ version: 3.25.1
400
412
  - !ruby/object:Gem::Dependency
401
- name: backports
413
+ name: nkf
402
414
  requirement: !ruby/object:Gem::Requirement
403
415
  requirements:
404
416
  - - "~>"
405
417
  - !ruby/object:Gem::Version
406
- version: '3.25'
418
+ version: '0.2'
419
+ type: :development
420
+ prerelease: false
421
+ version_requirements: !ruby/object:Gem::Requirement
422
+ requirements:
423
+ - - "~>"
424
+ - !ruby/object:Gem::Version
425
+ version: '0.2'
426
+ - !ruby/object:Gem::Dependency
427
+ name: rexml
428
+ requirement: !ruby/object:Gem::Requirement
429
+ requirements:
430
+ - - "~>"
431
+ - !ruby/object:Gem::Version
432
+ version: '3.2'
407
433
  - - ">="
408
434
  - !ruby/object:Gem::Version
409
- version: 3.25.1
435
+ version: 3.2.5
410
436
  type: :development
411
437
  prerelease: false
412
438
  version_requirements: !ruby/object:Gem::Requirement
413
439
  requirements:
414
440
  - - "~>"
415
441
  - !ruby/object:Gem::Version
416
- version: '3.25'
442
+ version: '3.2'
417
443
  - - ">="
418
444
  - !ruby/object:Gem::Version
419
- version: 3.25.1
445
+ version: 3.2.5
420
446
  description: "\U0001F510 A Ruby wrapper for the OAuth 2.0 Authorization Framework,
421
447
  including the OAuth 2.1 draft spec, and OpenID Connect (OIDC)"
422
448
  email:
@@ -430,28 +456,21 @@ extra_rdoc_files:
430
456
  - CODE_OF_CONDUCT.md
431
457
  - CONTRIBUTING.md
432
458
  - FUNDING.md
433
- - IRP.md
434
- - LICENSE.txt
435
- - OIDC.md
459
+ - LICENSE.md
436
460
  - README.md
437
- - REEK
438
461
  - RUBOCOP.md
439
462
  - SECURITY.md
440
- - THREAT_MODEL.md
441
463
  files:
442
464
  - CHANGELOG.md
443
465
  - CITATION.cff
444
466
  - CODE_OF_CONDUCT.md
445
467
  - CONTRIBUTING.md
446
468
  - FUNDING.md
447
- - IRP.md
448
- - LICENSE.txt
449
- - OIDC.md
469
+ - LICENSE.md
450
470
  - README.md
451
- - REEK
452
471
  - RUBOCOP.md
453
472
  - SECURITY.md
454
- - THREAT_MODEL.md
473
+ - certs/pboling.pem
455
474
  - lib/oauth2.rb
456
475
  - lib/oauth2/access_token.rb
457
476
  - lib/oauth2/auth_sanitizer.rb
@@ -482,43 +501,16 @@ homepage: https://github.com/ruby-oauth/oauth2
482
501
  licenses:
483
502
  - MIT
484
503
  metadata:
485
- homepage_uri: https://oauth2.galtzo.com/
486
- source_code_uri: https://github.com/ruby-oauth/oauth2/tree/v2.0.20
487
- changelog_uri: https://github.com/ruby-oauth/oauth2/blob/v2.0.20/CHANGELOG.md
504
+ homepage_uri: https://oauth2.galtzo.com
505
+ source_code_uri: https://github.com/ruby-oauth/oauth2/tree/v2.0.21
506
+ changelog_uri: https://github.com/ruby-oauth/oauth2/blob/v2.0.21/CHANGELOG.md
488
507
  bug_tracker_uri: https://github.com/ruby-oauth/oauth2/issues
489
- documentation_uri: https://www.rubydoc.info/gems/oauth2/2.0.20
490
- mailing_list_uri: https://groups.google.com/g/oauth-ruby
508
+ documentation_uri: https://www.rubydoc.info/gems/oauth2/2.0.21
491
509
  funding_uri: https://github.com/sponsors/pboling
492
- wiki_uri: https://gitlab.com/ruby-oauth/oauth2/-/wiki
510
+ wiki_uri: https://github.com/ruby-oauth/oauth2/wiki
493
511
  news_uri: https://www.railsbling.com/tags/oauth2
494
512
  discord_uri: https://discord.gg/3qme4XHNKN
495
513
  rubygems_mfa_required: 'true'
496
- post_install_message: |2
497
-
498
- ---+++--- oauth2 v2.0.20 ---+++---
499
-
500
- (minor) ⚠️ BREAKING CHANGES ⚠️ when upgrading from < v2
501
- • Summary of breaking changes: https://gitlab.com/ruby-oauth/oauth2#what-is-new-for-v20
502
- • Changes in this patch: https://gitlab.com/ruby-oauth/oauth2/-/blob/v2.0.20/CHANGELOG.md#2015-2025-09-08
503
-
504
- News:
505
- 1. New documentation website, including for OAuth 2.1 and OIDC: https://oauth2.galtzo.com
506
- 2. New official Discord for discussion and support: https://discord.gg/3qme4XHNKN
507
- 3. New org name "ruby-oauth" on Open Source Collective, GitHub, GitLab, Codeberg (update git remotes!)
508
- 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.
509
- 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.
510
- 5. Gem releases are cryptographically signed with a 20-year cert; SHA-256 & SHA-512 checksums by stone_checksums.
511
- 6. Please consider supporting this project:
512
- • https://opencollective.com/ruby-oauth (new!)
513
- • https://liberapay.com/pboling
514
- • https://github.com/sponsors/pboling
515
- • https://www.paypal.com/paypalme/peterboling
516
- • https://ko-fi.com/pboling
517
- • https://www.buymeacoffee.com/pboling
518
- • https://tidelift.com/funding/github/rubygems/oauth
519
- • Hire me - I can build anything
520
- • Report issues, and star the project
521
- Thanks, @pboling / @galtzo
522
514
  rdoc_options:
523
515
  - "--title"
524
516
  - "oauth2 - \U0001F510 OAuth 2.0, 2.1 & OIDC Core Ruby implementation"
@@ -542,7 +534,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
542
534
  - !ruby/object:Gem::Version
543
535
  version: '0'
544
536
  requirements: []
545
- rubygems_version: 4.0.11
537
+ rubygems_version: 4.0.10
546
538
  specification_version: 4
547
539
  summary: "\U0001F510 OAuth 2.0, 2.1 & OIDC Core Ruby implementation"
548
540
  test_files: []
metadata.gz.sig CHANGED
@@ -1,4 +1,3 @@
1
- +�
2
- ��n���KD<]��Qb.Im=P!˝�xݹ$�+�p9iإ!2�%9O��Z�>w��m���5�o,ĪNX�)� ���B��`��l��n�R{�W�G�?kT�@�t!��\k�k'� �K���^�sy����:���G �QyeR�� 2��9,��t�"��f<�ؿ;'kzΙl��ީr(��?͢���L�U����/ZC����Gkߴ1!��B��Xq*�{�wa~Ht��ȍ�f��7X��-"������"Ѩ��FN��u�ps��B(#!2�"CR�/u���M�������.�r�=��HH���H,b�7�q�� R�`�n���a=+b
3
- 2Dkաn
4
- Վ
1
+ ^��z�[� ��#N��N9��=!��“��W�)(\��lan#�
2
+
3
+ g3�� g{��Y�dH�^Nབ��x���!�O�p+ח"��s�:���jצ�L�3��)�0ʲ3�UWK�^�2;�