oauth 1.1.6 → 1.1.7

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: 519d2a63b05220f02dadb8fcb8ba9cb20ce54f03c617b2a74e46781b9c0b843c
4
- data.tar.gz: 8a89f0260d3b91eff46f969208d4baafd3122f86fea184c8380c72d0f8aed5bd
3
+ metadata.gz: '049b3cc622c727ab699b2fe1d325fb64e2eac1da325de4de3104b609b1f2af26'
4
+ data.tar.gz: a0629ae8e147e97726b533d333946c1a22f05a43518e34e3147cdb3d89bb8e73
5
5
  SHA512:
6
- metadata.gz: 37c222e2be4fe2e4bac7615d794abf35a0f9750ab447b40654fab78b47f539c8a0bb4df17b520e90a8f998b3ea9dcda1ad6f0da97a123335f38d28fb94b17a7d
7
- data.tar.gz: 98725428c6aab7b988766e9f4c65e6b6bb78ce0079c07ab5c65e8c1f65ebdeb11488cccfe94f31f78d6b77a164b60b20ea94dfc8b755b67261af4de04ed09772
6
+ metadata.gz: f3c2401902c07850afc55c5e7c086d1fcc7a5edf3a15cb35dd54608d34388ab6ca59676be336cfa1f54e16daa30c8871a7286ba8ec725f949f40b692c4c3ddc4
7
+ data.tar.gz: 2346c3719c798384de750aa1927c917a5a0c5eb22330515d73d8a16788015b49d7aaa6106c80bf8857c70a19df7a6e09ba967b5165031f3151056eeb171495e5
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,47 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.1.7] - 2026-06-15
34
+
35
+ - TAG: [v1.1.7][1.1.7t]
36
+ - COVERAGE: 88.32% -- 839/950 lines in 33 files
37
+ - BRANCH COVERAGE: 58.67% -- 159/271 branches in 33 files
38
+ - 40.38% documented
39
+
40
+ ### Changed
41
+
42
+ - Retemplated repository metadata, workflows, modular gemfiles, documentation
43
+ scaffolding, `version_gem` >= 1.1.12, and templating-isolated local workspace
44
+ Gemfile wiring with the current `kettle-jem` template.
45
+ - Raised the `auth-sanitizer` runtime dependency floor to `>= 0.2.1`, so OAuth
46
+ consumers get hash and nested-attribute inspect redaction fixes plus
47
+ 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
52
+ the transitive external `cgi` runtime dependency for Ruby 2.4 consumers.
53
+
54
+ ### Fixed
55
+
56
+ - Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
57
+
58
+ - Pinned older Ruby appraisals to Rack 2.2 so `rack-test` remains compatible
59
+ with the Ruby 2.4, Ruby 2.5, and JRuby 9.2 CI jobs.
60
+ - Derived an RSA public key from PEM private-key strings before signature
61
+ verification, matching JRuby OpenSSL behavior while preserving RSA-SHA1
62
+ verification semantics.
63
+
64
+ - Removed the external `cgi` runtime dependency because the only `cgi` gem
65
+ releases installable on Ruby 2.4 call `String#delete_prefix`, which is
66
+ unavailable on Ruby 2.4.
67
+ - Removed the external `erb` dependency from the Ruby 2.4 appraisal because
68
+ Ruby 2.4 already provides ERB and the released `erb` gem depends on external
69
+ `cgi`.
70
+ - Added a private-key-backed RSA-SHA1 verification fallback for JRuby OpenSSL
71
+ versions that raise `OpenSSL::PKey::PKeyError` during public-key
72
+ verification.
73
+
33
74
  ## [1.1.6] - 2026-06-07
34
75
 
35
76
  - TAG: [v1.1.6][1.1.6t]
@@ -786,7 +827,9 @@ All together now release
786
827
  - Moved all non-Rails functionality from the Rails plugin:
787
828
  http://code.google.com/p/oauth-plugin/
788
829
 
789
- [Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.6...HEAD
830
+ [Unreleased]: https://github.com/ruby-oauth/oauth/compare/v1.1.7...HEAD
831
+ [1.1.7]: https://github.com/ruby-oauth/oauth/compare/v1.1.6...v1.1.7
832
+ [1.1.7t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.7
790
833
  [1.1.6]: https://github.com/ruby-oauth/oauth/compare/v1.1.5...v1.1.6
791
834
  [1.1.6t]: https://github.com/ruby-oauth/oauth/releases/tag/v1.1.6
792
835
  [1.1.5]: https://github.com/ruby-oauth/oauth/compare/v1.1.4...v1.1.5
data/CONTRIBUTING.md CHANGED
@@ -109,14 +109,14 @@ Git diff driver setup
109
109
  - Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
110
110
 
111
111
  ```console
112
- K_JEM_TEMPLATING=true bundle exec kettle-jem install
112
+ K_JEM_TEMPLATING=true kettle-jem install
113
113
  ```
114
114
 
115
115
  Troubleshooting Git diffs
116
116
  - Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
117
117
  - Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
118
118
  - If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
119
- - To remove managed local entries, run `K_JEM_TEMPLATING=true bundle exec kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
119
+ - To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
120
120
 
121
121
  For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
122
122
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <a href="https://github.com/ruby-oauth"><img alt="ruby-oauth Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/ruby-oauth/avatar-128px.svg" width="14%" align="right"/></a>
2
2
 
3
- # 🔑 OAuth
3
+ # 🔮 OAuth
4
4
 
5
5
  [![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
6
6
 
@@ -684,7 +684,7 @@ Thanks for RTFM. ☺️
684
684
  [📌gitmoji]: https://gitmoji.dev
685
685
  [📌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
686
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
687
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.941-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
687
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.950-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
688
688
  [🔐security]: https://github.com/ruby-oauth/oauth/blob/main/SECURITY.md
689
689
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
690
690
  [📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
@@ -692,7 +692,7 @@ Thanks for RTFM. ☺️
692
692
  [📄license-ref]: MIT.md
693
693
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
694
694
  [📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
695
- [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-✓-259D6C.svg?style=flat&logo=Apache
695
+ [📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
696
696
 
697
697
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
698
698
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
@@ -710,9 +710,9 @@ Thanks for RTFM. ☺️
710
710
  | Field | Value |
711
711
  |---|---|
712
712
  | Package | oauth |
713
- | Description | 🔑 A Ruby wrapper for the original OAuth 1.0 / 1.0a spec. |
713
+ | Description | 🔮 A Ruby wrapper for the original OAuth 1.0 / 1.0a spec. |
714
714
  | Homepage | https://github.com/ruby-oauth/oauth |
715
- | Source | https://github.com/ruby-oauth/oauth/tree/v1.1.5 |
715
+ | Source | https://github.com/ruby-oauth/oauth/tree/v1.1.6 |
716
716
  | License | `MIT` |
717
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 |
718
718
  <!-- kettle-jem:metadata:end -->
@@ -11,6 +11,11 @@ module OAuth
11
11
  def ==(other)
12
12
  decoded = Base64.decode64(other.is_a?(Array) ? other.first : other)
13
13
  public_key.verify(OpenSSL::Digest.new("SHA1"), decoded, signature_base_string)
14
+ rescue OpenSSL::PKey::PKeyError
15
+ private_key = private_key_from_consumer_secret
16
+ raise unless private_key
17
+
18
+ private_key.sign(OpenSSL::Digest.new("SHA1"), signature_base_string) == decoded
14
19
  end
15
20
 
16
21
  def public_key
@@ -19,6 +24,8 @@ module OAuth
19
24
  decode_public_key
20
25
  when OpenSSL::X509::Certificate
21
26
  consumer_secret.public_key
27
+ when OpenSSL::PKey::RSA
28
+ consumer_secret.public_key
22
29
  else
23
30
  consumer_secret
24
31
  end
@@ -29,7 +36,7 @@ module OAuth
29
36
  data = request.body || ""
30
37
  begin
31
38
  digest_bytes = OpenSSL::Digest.digest("SHA1", data)
32
- rescue StandardError
39
+ rescue
33
40
  digest_bytes = ::Digest::SHA1.digest(data)
34
41
  end
35
42
  Base64.encode64(digest_bytes).chomp.delete("\n")
@@ -42,7 +49,18 @@ module OAuth
42
49
  when /-----BEGIN CERTIFICATE-----/
43
50
  OpenSSL::X509::Certificate.new(consumer_secret).public_key
44
51
  else
52
+ OpenSSL::PKey::RSA.new(consumer_secret).public_key
53
+ end
54
+ end
55
+
56
+ def private_key_from_consumer_secret
57
+ case consumer_secret
58
+ when String
59
+ return nil if consumer_secret =~ /-----BEGIN CERTIFICATE-----/
60
+
45
61
  OpenSSL::PKey::RSA.new(consumer_secret)
62
+ when OpenSSL::PKey::RSA
63
+ consumer_secret
46
64
  end
47
65
  end
48
66
 
@@ -54,7 +72,7 @@ module OAuth
54
72
  options[:private_key]
55
73
  else
56
74
  consumer_secret
57
- end,
75
+ end
58
76
  )
59
77
 
60
78
  private_key.sign(OpenSSL::Digest.new("SHA1"), signature_base_string)
data/lib/oauth/version.rb CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  module OAuth
4
4
  module Version
5
- VERSION = "1.1.6"
5
+ VERSION = "1.1.7"
6
6
  end
7
7
  VERSION = Version::VERSION # Traditional Constant Location
8
8
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pelle Braendgaard
@@ -79,20 +79,6 @@ dependencies:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
81
  version: '0.1'
82
- - !ruby/object:Gem::Dependency
83
- name: cgi
84
- requirement: !ruby/object:Gem::Requirement
85
- requirements:
86
- - - ">="
87
- - !ruby/object:Gem::Version
88
- version: '0'
89
- type: :runtime
90
- prerelease: false
91
- version_requirements: !ruby/object:Gem::Requirement
92
- requirements:
93
- - - ">="
94
- - !ruby/object:Gem::Version
95
- version: '0'
96
82
  - !ruby/object:Gem::Dependency
97
83
  name: oauth-tty
98
84
  requirement: !ruby/object:Gem::Requirement
@@ -102,7 +88,7 @@ dependencies:
102
88
  version: '1.0'
103
89
  - - ">="
104
90
  - !ruby/object:Gem::Version
105
- version: 1.0.8
91
+ version: 1.0.10
106
92
  type: :runtime
107
93
  prerelease: false
108
94
  version_requirements: !ruby/object:Gem::Requirement
@@ -112,7 +98,7 @@ dependencies:
112
98
  version: '1.0'
113
99
  - - ">="
114
100
  - !ruby/object:Gem::Version
115
- version: 1.0.8
101
+ version: 1.0.10
116
102
  - !ruby/object:Gem::Dependency
117
103
  name: snaky_hash
118
104
  requirement: !ruby/object:Gem::Requirement
@@ -142,7 +128,7 @@ dependencies:
142
128
  version: '1.1'
143
129
  - - ">="
144
130
  - !ruby/object:Gem::Version
145
- version: 1.1.11
131
+ version: 1.1.12
146
132
  type: :runtime
147
133
  prerelease: false
148
134
  version_requirements: !ruby/object:Gem::Requirement
@@ -152,27 +138,27 @@ dependencies:
152
138
  version: '1.1'
153
139
  - - ">="
154
140
  - !ruby/object:Gem::Version
155
- version: 1.1.11
141
+ version: 1.1.12
156
142
  - !ruby/object:Gem::Dependency
157
143
  name: kettle-dev
158
144
  requirement: !ruby/object:Gem::Requirement
159
145
  requirements:
160
146
  - - "~>"
161
147
  - !ruby/object:Gem::Version
162
- version: '2.1'
148
+ version: '2.2'
163
149
  - - ">="
164
150
  - !ruby/object:Gem::Version
165
- version: 2.1.1
151
+ version: 2.2.9
166
152
  type: :development
167
153
  prerelease: false
168
154
  version_requirements: !ruby/object:Gem::Requirement
169
155
  requirements:
170
156
  - - "~>"
171
157
  - !ruby/object:Gem::Version
172
- version: '2.1'
158
+ version: '2.2'
173
159
  - - ">="
174
160
  - !ruby/object:Gem::Version
175
- version: 2.1.1
161
+ version: 2.2.9
176
162
  - !ruby/object:Gem::Dependency
177
163
  name: bundler-audit
178
164
  requirement: !ruby/object:Gem::Requirement
@@ -230,7 +216,7 @@ dependencies:
230
216
  version: '3.1'
231
217
  - - ">="
232
218
  - !ruby/object:Gem::Version
233
- version: 3.1.1
219
+ version: 3.1.2
234
220
  type: :development
235
221
  prerelease: false
236
222
  version_requirements: !ruby/object:Gem::Requirement
@@ -240,7 +226,7 @@ dependencies:
240
226
  version: '3.1'
241
227
  - - ">="
242
228
  - !ruby/object:Gem::Version
243
- version: 3.1.1
229
+ version: 3.1.2
244
230
  - !ruby/object:Gem::Dependency
245
231
  name: kettle-test
246
232
  requirement: !ruby/object:Gem::Requirement
@@ -250,7 +236,7 @@ dependencies:
250
236
  version: '2.0'
251
237
  - - ">="
252
238
  - !ruby/object:Gem::Version
253
- version: 2.0.3
239
+ version: 2.0.5
254
240
  type: :development
255
241
  prerelease: false
256
242
  version_requirements: !ruby/object:Gem::Requirement
@@ -260,7 +246,7 @@ dependencies:
260
246
  version: '2.0'
261
247
  - - ">="
262
248
  - !ruby/object:Gem::Version
263
- version: 2.0.3
249
+ version: 2.0.5
264
250
  - !ruby/object:Gem::Dependency
265
251
  name: turbo_tests2
266
252
  requirement: !ruby/object:Gem::Requirement
@@ -270,7 +256,7 @@ dependencies:
270
256
  version: '3.1'
271
257
  - - ">="
272
258
  - !ruby/object:Gem::Version
273
- version: 3.1.1
259
+ version: 3.1.3
274
260
  type: :development
275
261
  prerelease: false
276
262
  version_requirements: !ruby/object:Gem::Requirement
@@ -280,7 +266,7 @@ dependencies:
280
266
  version: '3.1'
281
267
  - - ">="
282
268
  - !ruby/object:Gem::Version
283
- version: 3.1.1
269
+ version: 3.1.3
284
270
  - !ruby/object:Gem::Dependency
285
271
  name: ruby-progressbar
286
272
  requirement: !ruby/object:Gem::Requirement
@@ -324,7 +310,7 @@ dependencies:
324
310
  version: '2.0'
325
311
  - - ">="
326
312
  - !ruby/object:Gem::Version
327
- version: 2.0.1
313
+ version: 2.0.2
328
314
  type: :development
329
315
  prerelease: false
330
316
  version_requirements: !ruby/object:Gem::Requirement
@@ -334,7 +320,27 @@ dependencies:
334
320
  version: '2.0'
335
321
  - - ">="
336
322
  - !ruby/object:Gem::Version
337
- version: 2.0.1
323
+ version: 2.0.2
324
+ - !ruby/object:Gem::Dependency
325
+ name: backports
326
+ requirement: !ruby/object:Gem::Requirement
327
+ requirements:
328
+ - - "~>"
329
+ - !ruby/object:Gem::Version
330
+ version: '3.25'
331
+ - - ">="
332
+ - !ruby/object:Gem::Version
333
+ version: 3.25.1
334
+ type: :development
335
+ prerelease: false
336
+ version_requirements: !ruby/object:Gem::Requirement
337
+ requirements:
338
+ - - "~>"
339
+ - !ruby/object:Gem::Version
340
+ version: '3.25'
341
+ - - ">="
342
+ - !ruby/object:Gem::Version
343
+ version: 3.25.1
338
344
  - !ruby/object:Gem::Dependency
339
345
  name: mocha
340
346
  requirement: !ruby/object:Gem::Requirement
@@ -405,26 +411,6 @@ dependencies:
405
411
  - - ">="
406
412
  - !ruby/object:Gem::Version
407
413
  version: 0.1.13
408
- - !ruby/object:Gem::Dependency
409
- name: backports
410
- requirement: !ruby/object:Gem::Requirement
411
- requirements:
412
- - - "~>"
413
- - !ruby/object:Gem::Version
414
- version: '3.25'
415
- - - ">="
416
- - !ruby/object:Gem::Version
417
- version: 3.25.1
418
- type: :development
419
- prerelease: false
420
- version_requirements: !ruby/object:Gem::Requirement
421
- requirements:
422
- - - "~>"
423
- - !ruby/object:Gem::Version
424
- version: '3.25'
425
- - - ">="
426
- - !ruby/object:Gem::Version
427
- version: 3.25.1
428
414
  - !ruby/object:Gem::Dependency
429
415
  name: vcr
430
416
  requirement: !ruby/object:Gem::Requirement
@@ -453,10 +439,9 @@ dependencies:
453
439
  - - ">="
454
440
  - !ruby/object:Gem::Version
455
441
  version: '3'
456
- description: "\U0001F511 A Ruby wrapper for the original OAuth 1.0 / 1.0a spec."
442
+ description: "\U0001F52E A Ruby wrapper for the original OAuth 1.0 / 1.0a spec."
457
443
  email:
458
444
  - floss@galtzo.com
459
- - oauth-ruby@googlegroups.com
460
445
  executables: []
461
446
  extensions: []
462
447
  extra_rdoc_files:
@@ -530,11 +515,11 @@ homepage: https://github.com/ruby-oauth/oauth
530
515
  licenses:
531
516
  - MIT
532
517
  metadata:
533
- homepage_uri: https://oauth.galtzo.com
534
- source_code_uri: https://github.com/ruby-oauth/oauth/tree/v1.1.6
535
- changelog_uri: https://github.com/ruby-oauth/oauth/blob/v1.1.6/CHANGELOG.md
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
536
521
  bug_tracker_uri: https://github.com/ruby-oauth/oauth/issues
537
- documentation_uri: https://www.rubydoc.info/gems/oauth/1.1.6
522
+ documentation_uri: https://www.rubydoc.info/gems/oauth/1.1.7
538
523
  funding_uri: https://github.com/sponsors/pboling
539
524
  wiki_uri: https://github.com/ruby-oauth/oauth/wiki
540
525
  news_uri: https://www.railsbling.com/tags/oauth
@@ -542,7 +527,7 @@ metadata:
542
527
  rubygems_mfa_required: 'true'
543
528
  rdoc_options:
544
529
  - "--title"
545
- - "oauth - \U0001F511 OAuth 1.0 / 1.0a Core Ruby implementation"
530
+ - "oauth - \U0001F52E OAuth 1.0 / 1.0a Core Ruby implementation"
546
531
  - "--main"
547
532
  - README.md
548
533
  - "--exclude"
@@ -565,5 +550,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
565
550
  requirements: []
566
551
  rubygems_version: 4.0.10
567
552
  specification_version: 4
568
- summary: "\U0001F511 OAuth 1.0 / 1.0a Core Ruby implementation"
553
+ summary: "\U0001F52E OAuth 1.0 / 1.0a Core Ruby implementation"
569
554
  test_files: []
metadata.gz.sig CHANGED
Binary file