oauth2 2.0.9 → 2.0.22

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,17 +1,64 @@
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.22
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:
42
+ - !ruby/object:Gem::Dependency
43
+ name: auth-sanitizer
44
+ requirement: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - "~>"
47
+ - !ruby/object:Gem::Version
48
+ version: '0.2'
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: 0.2.1
52
+ type: :runtime
53
+ prerelease: false
54
+ version_requirements: !ruby/object:Gem::Requirement
55
+ requirements:
56
+ - - "~>"
57
+ - !ruby/object:Gem::Version
58
+ version: '0.2'
59
+ - - ">="
60
+ - !ruby/object:Gem::Version
61
+ version: 0.2.1
15
62
  - !ruby/object:Gem::Dependency
16
63
  name: faraday
17
64
  requirement: !ruby/object:Gem::Requirement
@@ -21,7 +68,7 @@ dependencies:
21
68
  version: 0.17.3
22
69
  - - "<"
23
70
  - !ruby/object:Gem::Version
24
- version: '3.0'
71
+ version: '4.0'
25
72
  type: :runtime
26
73
  prerelease: false
27
74
  version_requirements: !ruby/object:Gem::Requirement
@@ -31,7 +78,7 @@ dependencies:
31
78
  version: 0.17.3
32
79
  - - "<"
33
80
  - !ruby/object:Gem::Version
34
- version: '3.0'
81
+ version: '4.0'
35
82
  - !ruby/object:Gem::Dependency
36
83
  name: jwt
37
84
  requirement: !ruby/object:Gem::Requirement
@@ -41,7 +88,7 @@ dependencies:
41
88
  version: '1.0'
42
89
  - - "<"
43
90
  - !ruby/object:Gem::Version
44
- version: '3.0'
91
+ version: '4.0'
45
92
  type: :runtime
46
93
  prerelease: false
47
94
  version_requirements: !ruby/object:Gem::Requirement
@@ -51,7 +98,21 @@ dependencies:
51
98
  version: '1.0'
52
99
  - - "<"
53
100
  - !ruby/object:Gem::Version
54
- version: '3.0'
101
+ version: '4.0'
102
+ - !ruby/object:Gem::Dependency
103
+ name: logger
104
+ requirement: !ruby/object:Gem::Requirement
105
+ requirements:
106
+ - - "~>"
107
+ - !ruby/object:Gem::Version
108
+ version: '1.2'
109
+ type: :runtime
110
+ prerelease: false
111
+ version_requirements: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - "~>"
114
+ - !ruby/object:Gem::Version
115
+ version: '1.2'
55
116
  - !ruby/object:Gem::Dependency
56
117
  name: multi_xml
57
118
  requirement: !ruby/object:Gem::Requirement
@@ -93,6 +154,9 @@ dependencies:
93
154
  - - "~>"
94
155
  - !ruby/object:Gem::Version
95
156
  version: '2.0'
157
+ - - ">="
158
+ - !ruby/object:Gem::Version
159
+ version: 2.0.5
96
160
  type: :runtime
97
161
  prerelease: false
98
162
  version_requirements: !ruby/object:Gem::Requirement
@@ -100,6 +164,9 @@ dependencies:
100
164
  - - "~>"
101
165
  - !ruby/object:Gem::Version
102
166
  version: '2.0'
167
+ - - ">="
168
+ - !ruby/object:Gem::Version
169
+ version: 2.0.5
103
170
  - !ruby/object:Gem::Dependency
104
171
  name: version_gem
105
172
  requirement: !ruby/object:Gem::Requirement
@@ -107,6 +174,9 @@ dependencies:
107
174
  - - "~>"
108
175
  - !ruby/object:Gem::Version
109
176
  version: '1.1'
177
+ - - ">="
178
+ - !ruby/object:Gem::Version
179
+ version: 1.1.11
110
180
  type: :runtime
111
181
  prerelease: false
112
182
  version_requirements: !ruby/object:Gem::Requirement
@@ -114,179 +184,300 @@ dependencies:
114
184
  - - "~>"
115
185
  - !ruby/object:Gem::Version
116
186
  version: '1.1'
187
+ - - ">="
188
+ - !ruby/object:Gem::Version
189
+ version: 1.1.11
117
190
  - !ruby/object:Gem::Dependency
118
- name: addressable
191
+ name: kettle-dev
119
192
  requirement: !ruby/object:Gem::Requirement
120
193
  requirements:
194
+ - - "~>"
195
+ - !ruby/object:Gem::Version
196
+ version: '2.1'
121
197
  - - ">="
122
198
  - !ruby/object:Gem::Version
123
- version: '2'
199
+ version: 2.1.1
124
200
  type: :development
125
201
  prerelease: false
126
202
  version_requirements: !ruby/object:Gem::Requirement
127
203
  requirements:
204
+ - - "~>"
205
+ - !ruby/object:Gem::Version
206
+ version: '2.1'
128
207
  - - ">="
129
208
  - !ruby/object:Gem::Version
130
- version: '2'
209
+ version: 2.1.1
131
210
  - !ruby/object:Gem::Dependency
132
- name: backports
211
+ name: bundler-audit
133
212
  requirement: !ruby/object:Gem::Requirement
134
213
  requirements:
214
+ - - "~>"
215
+ - !ruby/object:Gem::Version
216
+ version: 0.9.3
217
+ type: :development
218
+ prerelease: false
219
+ version_requirements: !ruby/object:Gem::Requirement
220
+ requirements:
221
+ - - "~>"
222
+ - !ruby/object:Gem::Version
223
+ version: 0.9.3
224
+ - !ruby/object:Gem::Dependency
225
+ name: rake
226
+ requirement: !ruby/object:Gem::Requirement
227
+ requirements:
228
+ - - "~>"
229
+ - !ruby/object:Gem::Version
230
+ version: '13.0'
231
+ type: :development
232
+ prerelease: false
233
+ version_requirements: !ruby/object:Gem::Requirement
234
+ requirements:
235
+ - - "~>"
236
+ - !ruby/object:Gem::Version
237
+ version: '13.0'
238
+ - !ruby/object:Gem::Dependency
239
+ name: require_bench
240
+ requirement: !ruby/object:Gem::Requirement
241
+ requirements:
242
+ - - "~>"
243
+ - !ruby/object:Gem::Version
244
+ version: '1.0'
135
245
  - - ">="
136
246
  - !ruby/object:Gem::Version
137
- version: '3'
247
+ version: 1.0.4
138
248
  type: :development
139
249
  prerelease: false
140
250
  version_requirements: !ruby/object:Gem::Requirement
141
251
  requirements:
252
+ - - "~>"
253
+ - !ruby/object:Gem::Version
254
+ version: '1.0'
142
255
  - - ">="
143
256
  - !ruby/object:Gem::Version
144
- version: '3'
257
+ version: 1.0.4
145
258
  - !ruby/object:Gem::Dependency
146
- name: bundler
259
+ name: appraisal2
147
260
  requirement: !ruby/object:Gem::Requirement
148
261
  requirements:
262
+ - - "~>"
263
+ - !ruby/object:Gem::Version
264
+ version: '3.1'
149
265
  - - ">="
150
266
  - !ruby/object:Gem::Version
151
- version: '2'
267
+ version: 3.1.1
152
268
  type: :development
153
269
  prerelease: false
154
270
  version_requirements: !ruby/object:Gem::Requirement
155
271
  requirements:
272
+ - - "~>"
273
+ - !ruby/object:Gem::Version
274
+ version: '3.1'
156
275
  - - ">="
157
276
  - !ruby/object:Gem::Version
158
- version: '2'
277
+ version: 3.1.1
159
278
  - !ruby/object:Gem::Dependency
160
- name: rake
279
+ name: kettle-test
161
280
  requirement: !ruby/object:Gem::Requirement
162
281
  requirements:
282
+ - - "~>"
283
+ - !ruby/object:Gem::Version
284
+ version: '2.0'
163
285
  - - ">="
164
286
  - !ruby/object:Gem::Version
165
- version: '12'
287
+ version: 2.0.3
166
288
  type: :development
167
289
  prerelease: false
168
290
  version_requirements: !ruby/object:Gem::Requirement
169
291
  requirements:
292
+ - - "~>"
293
+ - !ruby/object:Gem::Version
294
+ version: '2.0'
170
295
  - - ">="
171
296
  - !ruby/object:Gem::Version
172
- version: '12'
297
+ version: 2.0.3
173
298
  - !ruby/object:Gem::Dependency
174
- name: rexml
299
+ name: turbo_tests2
175
300
  requirement: !ruby/object:Gem::Requirement
176
301
  requirements:
302
+ - - "~>"
303
+ - !ruby/object:Gem::Version
304
+ version: '3.1'
177
305
  - - ">="
178
306
  - !ruby/object:Gem::Version
179
- version: '3'
307
+ version: 3.1.1
180
308
  type: :development
181
309
  prerelease: false
182
310
  version_requirements: !ruby/object:Gem::Requirement
183
311
  requirements:
312
+ - - "~>"
313
+ - !ruby/object:Gem::Version
314
+ version: '3.1'
184
315
  - - ">="
185
316
  - !ruby/object:Gem::Version
186
- version: '3'
317
+ version: 3.1.1
318
+ - !ruby/object:Gem::Dependency
319
+ name: ruby-progressbar
320
+ requirement: !ruby/object:Gem::Requirement
321
+ requirements:
322
+ - - "~>"
323
+ - !ruby/object:Gem::Version
324
+ version: '1.13'
325
+ type: :development
326
+ prerelease: false
327
+ version_requirements: !ruby/object:Gem::Requirement
328
+ requirements:
329
+ - - "~>"
330
+ - !ruby/object:Gem::Version
331
+ version: '1.13'
187
332
  - !ruby/object:Gem::Dependency
188
- name: rspec
333
+ name: stone_checksums
189
334
  requirement: !ruby/object:Gem::Requirement
190
335
  requirements:
336
+ - - "~>"
337
+ - !ruby/object:Gem::Version
338
+ version: '1.0'
191
339
  - - ">="
192
340
  - !ruby/object:Gem::Version
193
- version: '3'
341
+ version: 1.0.3
194
342
  type: :development
195
343
  prerelease: false
196
344
  version_requirements: !ruby/object:Gem::Requirement
197
345
  requirements:
346
+ - - "~>"
347
+ - !ruby/object:Gem::Version
348
+ version: '1.0'
198
349
  - - ">="
199
350
  - !ruby/object:Gem::Version
200
- version: '3'
351
+ version: 1.0.3
201
352
  - !ruby/object:Gem::Dependency
202
- name: rspec-block_is_expected
353
+ name: gitmoji-regex
203
354
  requirement: !ruby/object:Gem::Requirement
204
355
  requirements:
356
+ - - "~>"
357
+ - !ruby/object:Gem::Version
358
+ version: '2.0'
205
359
  - - ">="
206
360
  - !ruby/object:Gem::Version
207
- version: '0'
361
+ version: 2.0.1
208
362
  type: :development
209
363
  prerelease: false
210
364
  version_requirements: !ruby/object:Gem::Requirement
211
365
  requirements:
366
+ - - "~>"
367
+ - !ruby/object:Gem::Version
368
+ version: '2.0'
212
369
  - - ">="
213
370
  - !ruby/object:Gem::Version
214
- version: '0'
371
+ version: 2.0.1
215
372
  - !ruby/object:Gem::Dependency
216
- name: rspec-pending_for
373
+ name: addressable
217
374
  requirement: !ruby/object:Gem::Requirement
218
375
  requirements:
376
+ - - "~>"
377
+ - !ruby/object:Gem::Version
378
+ version: '2.8'
219
379
  - - ">="
220
380
  - !ruby/object:Gem::Version
221
- version: '0'
381
+ version: 2.8.7
222
382
  type: :development
223
383
  prerelease: false
224
384
  version_requirements: !ruby/object:Gem::Requirement
225
385
  requirements:
386
+ - - "~>"
387
+ - !ruby/object:Gem::Version
388
+ version: '2.8'
226
389
  - - ">="
227
390
  - !ruby/object:Gem::Version
228
- version: '0'
391
+ version: 2.8.7
229
392
  - !ruby/object:Gem::Dependency
230
- name: rspec-stubbed_env
393
+ name: backports
231
394
  requirement: !ruby/object:Gem::Requirement
232
395
  requirements:
396
+ - - "~>"
397
+ - !ruby/object:Gem::Version
398
+ version: '3.25'
233
399
  - - ">="
234
400
  - !ruby/object:Gem::Version
235
- version: '0'
401
+ version: 3.25.1
236
402
  type: :development
237
403
  prerelease: false
238
404
  version_requirements: !ruby/object:Gem::Requirement
239
405
  requirements:
406
+ - - "~>"
407
+ - !ruby/object:Gem::Version
408
+ version: '3.25'
240
409
  - - ">="
241
410
  - !ruby/object:Gem::Version
242
- version: '0'
411
+ version: 3.25.1
243
412
  - !ruby/object:Gem::Dependency
244
- name: rubocop-lts
413
+ name: nkf
245
414
  requirement: !ruby/object:Gem::Requirement
246
415
  requirements:
247
416
  - - "~>"
248
417
  - !ruby/object:Gem::Version
249
- version: '8.0'
418
+ version: '0.2'
250
419
  type: :development
251
420
  prerelease: false
252
421
  version_requirements: !ruby/object:Gem::Requirement
253
422
  requirements:
254
423
  - - "~>"
255
424
  - !ruby/object:Gem::Version
256
- version: '8.0'
425
+ version: '0.2'
257
426
  - !ruby/object:Gem::Dependency
258
- name: silent_stream
427
+ name: rexml
259
428
  requirement: !ruby/object:Gem::Requirement
260
429
  requirements:
430
+ - - "~>"
431
+ - !ruby/object:Gem::Version
432
+ version: '3.2'
261
433
  - - ">="
262
434
  - !ruby/object:Gem::Version
263
- version: '0'
435
+ version: 3.2.5
264
436
  type: :development
265
437
  prerelease: false
266
438
  version_requirements: !ruby/object:Gem::Requirement
267
439
  requirements:
440
+ - - "~>"
441
+ - !ruby/object:Gem::Version
442
+ version: '3.2'
268
443
  - - ">="
269
444
  - !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.
445
+ version: 3.2.5
446
+ description: "\U0001F510 A Ruby wrapper for the OAuth 2.0 Authorization Framework,
447
+ including the OAuth 2.1 draft spec, and OpenID Connect (OIDC)"
273
448
  email:
274
- - peter.boling@gmail.com
449
+ - floss@galtzo.com
450
+ - oauth-ruby@googlegroups.com
275
451
  executables: []
276
452
  extensions: []
277
- extra_rdoc_files: []
453
+ extra_rdoc_files:
454
+ - CHANGELOG.md
455
+ - CITATION.cff
456
+ - CODE_OF_CONDUCT.md
457
+ - CONTRIBUTING.md
458
+ - FUNDING.md
459
+ - LICENSE.md
460
+ - README.md
461
+ - RUBOCOP.md
462
+ - SECURITY.md
278
463
  files:
279
464
  - CHANGELOG.md
465
+ - CITATION.cff
280
466
  - CODE_OF_CONDUCT.md
281
467
  - CONTRIBUTING.md
282
- - LICENSE
468
+ - FUNDING.md
469
+ - LICENSE.md
283
470
  - README.md
471
+ - RUBOCOP.md
284
472
  - SECURITY.md
473
+ - certs/pboling.pem
285
474
  - lib/oauth2.rb
286
475
  - lib/oauth2/access_token.rb
476
+ - lib/oauth2/auth_sanitizer.rb
287
477
  - lib/oauth2/authenticator.rb
288
478
  - lib/oauth2/client.rb
289
479
  - lib/oauth2/error.rb
480
+ - lib/oauth2/filtered_attributes.rb
290
481
  - lib/oauth2/response.rb
291
482
  - lib/oauth2/strategy/assertion.rb
292
483
  - lib/oauth2/strategy/auth_code.rb
@@ -295,36 +486,41 @@ files:
295
486
  - lib/oauth2/strategy/implicit.rb
296
487
  - lib/oauth2/strategy/password.rb
297
488
  - lib/oauth2/version.rb
298
- homepage: https://gitlab.com/oauth-xx/oauth2
489
+ - sig/oauth2.rbs
490
+ - sig/oauth2/access_token.rbs
491
+ - sig/oauth2/authenticator.rbs
492
+ - sig/oauth2/client.rbs
493
+ - sig/oauth2/error.rbs
494
+ - sig/oauth2/filtered_attributes.rbs
495
+ - sig/oauth2/response.rbs
496
+ - sig/oauth2/sanitized_logger.rbs
497
+ - sig/oauth2/strategy.rbs
498
+ - sig/oauth2/thing_filter.rbs
499
+ - sig/oauth2/version.rbs
500
+ homepage: https://github.com/ruby-oauth/oauth2
299
501
  licenses:
300
502
  - MIT
301
503
  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
504
+ homepage_uri: https://oauth2.galtzo.com
505
+ source_code_uri: https://github.com/ruby-oauth/oauth2/tree/v2.0.22
506
+ changelog_uri: https://github.com/ruby-oauth/oauth2/blob/v2.0.22/CHANGELOG.md
507
+ bug_tracker_uri: https://github.com/ruby-oauth/oauth2/issues
508
+ documentation_uri: https://www.rubydoc.info/gems/oauth2/2.0.22
509
+ funding_uri: https://github.com/sponsors/pboling
510
+ wiki_uri: https://github.com/ruby-oauth/oauth2/wiki
511
+ news_uri: https://www.railsbling.com/tags/oauth2
512
+ discord_uri: https://discord.gg/3qme4XHNKN
309
513
  rubygems_mfa_required: 'true'
310
- post_install_message: |2+
311
-
312
- You have installed oauth2 version 2.0.9, congratulations!
313
-
314
- There are BREAKING changes if you are upgrading from < v2, but most will not encounter them, and updating your code should be easy!
315
-
316
- We have made two other major migrations:
317
- 1. master branch renamed to main
318
- 2. Github has been replaced with Gitlab
319
-
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: []
514
+ rdoc_options:
515
+ - "--title"
516
+ - "oauth2 - \U0001F510 OAuth 2.0, 2.1 & OIDC Core Ruby implementation"
517
+ - "--main"
518
+ - README.md
519
+ - "--exclude"
520
+ - "^sig/"
521
+ - "--line-numbers"
522
+ - "--inline-source"
523
+ - "--quiet"
328
524
  require_paths:
329
525
  - lib
330
526
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -338,9 +534,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
338
534
  - !ruby/object:Gem::Version
339
535
  version: '0'
340
536
  requirements: []
341
- rubygems_version: 3.3.21
342
- signing_key:
537
+ rubygems_version: 4.0.10
343
538
  specification_version: 4
344
- summary: A Ruby wrapper for the OAuth 2.0 protocol.
539
+ summary: "\U0001F510 OAuth 2.0, 2.1 & OIDC Core Ruby implementation"
345
540
  test_files: []
346
- ...
metadata.gz.sig ADDED
Binary file
data/LICENSE DELETED
@@ -1,22 +0,0 @@
1
- MIT License
2
-
3
- Copyright (c) 2011 - 2013 Michael Bleigh and Intridea, Inc.
4
- Copyright (c) 2017 - 2022 oauth-xx organization, https://gitlab.com/oauth-xx
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining a copy
7
- of this software and associated documentation files (the "Software"), to deal
8
- in the Software without restriction, including without limitation the rights
9
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
- copies of the Software, and to permit persons to whom the Software is
11
- furnished to do so, subject to the following conditions:
12
-
13
- The above copyright notice and this permission notice shall be included in all
14
- copies or substantial portions of the Software.
15
-
16
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
19
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
22
- SOFTWARE.