oauth-tty 1.0.8 → 1.0.10

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/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-----
data/lib/oauth/cli.rb CHANGED
File without changes
@@ -13,7 +13,7 @@ module OAuth
13
13
 
14
14
  auth_sanitizer_loader_path = File.join(
15
15
  auth_sanitizer_spec.full_gem_path,
16
- "lib/auth_sanitizer/loader.rb",
16
+ "lib/auth_sanitizer/loader.rb"
17
17
  )
18
18
  unless File.file?(auth_sanitizer_loader_path)
19
19
  # :nocov:
@@ -26,7 +26,7 @@ module OAuth
26
26
  auth_sanitizer_loader_namespace.module_eval(
27
27
  File.read(auth_sanitizer_loader_path),
28
28
  auth_sanitizer_loader_path,
29
- 1,
29
+ 1
30
30
  )
31
31
 
32
32
  auth_sanitizer_loader_namespace
data/lib/oauth/tty/cli.rb CHANGED
@@ -14,7 +14,7 @@ module OAuth
14
14
  "v" => "version",
15
15
  "q" => "query",
16
16
  "a" => "authorize",
17
- "s" => "sign",
17
+ "s" => "sign"
18
18
  }.freeze
19
19
 
20
20
  def initialize(stdout, stdin, stderr, command, arguments)
@@ -30,7 +30,7 @@ module OAuth
30
30
  object_id: object_id,
31
31
  stdout: @stdout.inspect,
32
32
  stdin: @stdin.inspect,
33
- stderr: @stderr.inspect,
33
+ stderr: @stderr.inspect
34
34
  )
35
35
  end
36
36
 
@@ -96,7 +96,7 @@ module OAuth
96
96
  "oauth_timestamp" => options[:oauth_timestamp],
97
97
  "oauth_token" => options[:oauth_token],
98
98
  "oauth_signature_method" => options[:oauth_signature_method],
99
- "oauth_version" => options[:oauth_version],
99
+ "oauth_version" => options[:oauth_version]
100
100
  }.reject { |_k, v| v.nil? || v == "" }.merge(cli_params)
101
101
  end
102
102
  end
@@ -47,7 +47,7 @@ module OAuth
47
47
  authorize_url: options[:authorize_url],
48
48
  request_token_url: options[:request_token_url],
49
49
  scheme: options[:scheme],
50
- http_method: options[:method].to_s.downcase.to_sym,
50
+ http_method: options[:method].to_s.downcase.to_sym
51
51
  )
52
52
  end
53
53
 
File without changes
@@ -22,7 +22,7 @@ module OAuth
22
22
  consumer = OAuth::Consumer.new(
23
23
  options[:oauth_consumer_key],
24
24
  options[:oauth_consumer_secret],
25
- scheme: options[:scheme],
25
+ scheme: options[:scheme]
26
26
  )
27
27
 
28
28
  access_token = OAuth::AccessToken.new(consumer, options[:oauth_token], options[:oauth_token_secret])
@@ -24,14 +24,14 @@ module OAuth
24
24
  authorize_url: options[:authorize_url],
25
25
  request_token_url: options[:request_token_url],
26
26
  scheme: options[:scheme],
27
- http_method: options[:method].to_s.downcase.to_sym,
27
+ http_method: options[:method].to_s.downcase.to_sym
28
28
  )
29
29
  request_token = consumer.get_request_token({oauth_callback: options[:oauth_callback]}, {})
30
30
  # The following calls are intentionally ignored (side-effect only) to satisfy expected interactions
31
31
  request_token.callback_confirmed?
32
32
  request_token.authorize_url
33
33
  request_token.get_access_token(oauth_verifier: nil)
34
- rescue StandardError
34
+ rescue
35
35
  # Ignore any errors from the silent auth interactions to avoid affecting signing output
36
36
  end
37
37
  end
@@ -39,14 +39,14 @@ module OAuth
39
39
  request = OAuth::RequestProxy.proxy(
40
40
  "method" => options[:method],
41
41
  "uri" => options[:uri],
42
- "parameters" => parameters,
42
+ "parameters" => parameters
43
43
  )
44
44
 
45
45
  puts_verbose_parameters(request) if verbose?
46
46
 
47
47
  request.sign!(
48
48
  consumer_secret: options[:oauth_consumer_secret],
49
- token_secret: options[:oauth_token_secret],
49
+ token_secret: options[:oauth_token_secret]
50
50
  )
51
51
 
52
52
  if verbose?
File without changes
@@ -3,7 +3,7 @@
3
3
  module OAuth
4
4
  module TTY
5
5
  module Version
6
- VERSION = "1.0.8"
6
+ VERSION = "1.0.10"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  end
data/lib/oauth/tty.rb CHANGED
File without changes
data/lib/oauth_tty.rb CHANGED
File without changes
File without changes
@@ -2,7 +2,6 @@ module OAuth
2
2
  module TTY
3
3
  module Version
4
4
  VERSION: String
5
- # See the writing guide of rbs: https://github.com/ruby/rbs#guides
6
5
  end
7
6
  VERSION: String
8
7
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oauth-tty
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Pinto
@@ -38,40 +38,26 @@ cert_chain:
38
38
  -----END CERTIFICATE-----
39
39
  date: 1980-01-02 00:00:00.000000000 Z
40
40
  dependencies:
41
- - !ruby/object:Gem::Dependency
42
- name: cgi
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: auth-sanitizer
57
43
  requirement: !ruby/object:Gem::Requirement
58
44
  requirements:
59
45
  - - "~>"
60
46
  - !ruby/object:Gem::Version
61
- version: '0.1'
47
+ version: '0.2'
62
48
  - - ">="
63
49
  - !ruby/object:Gem::Version
64
- version: 0.1.3
50
+ version: 0.2.1
65
51
  type: :runtime
66
52
  prerelease: false
67
53
  version_requirements: !ruby/object:Gem::Requirement
68
54
  requirements:
69
55
  - - "~>"
70
56
  - !ruby/object:Gem::Version
71
- version: '0.1'
57
+ version: '0.2'
72
58
  - - ">="
73
59
  - !ruby/object:Gem::Version
74
- version: 0.1.3
60
+ version: 0.2.1
75
61
  - !ruby/object:Gem::Dependency
76
62
  name: version_gem
77
63
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +67,7 @@ dependencies:
81
67
  version: '1.1'
82
68
  - - ">="
83
69
  - !ruby/object:Gem::Version
84
- version: 1.1.9
70
+ version: 1.1.12
85
71
  type: :runtime
86
72
  prerelease: false
87
73
  version_requirements: !ruby/object:Gem::Requirement
@@ -91,21 +77,27 @@ dependencies:
91
77
  version: '1.1'
92
78
  - - ">="
93
79
  - !ruby/object:Gem::Version
94
- version: 1.1.9
80
+ version: 1.1.12
95
81
  - !ruby/object:Gem::Dependency
96
82
  name: kettle-dev
97
83
  requirement: !ruby/object:Gem::Requirement
98
84
  requirements:
99
85
  - - "~>"
100
86
  - !ruby/object:Gem::Version
101
- version: '2.0'
87
+ version: '2.2'
88
+ - - ">="
89
+ - !ruby/object:Gem::Version
90
+ version: 2.2.9
102
91
  type: :development
103
92
  prerelease: false
104
93
  version_requirements: !ruby/object:Gem::Requirement
105
94
  requirements:
106
95
  - - "~>"
107
96
  - !ruby/object:Gem::Version
108
- version: '2.0'
97
+ version: '2.2'
98
+ - - ">="
99
+ - !ruby/object:Gem::Version
100
+ version: 2.2.9
109
101
  - !ruby/object:Gem::Dependency
110
102
  name: bundler-audit
111
103
  requirement: !ruby/object:Gem::Requirement
@@ -160,204 +152,224 @@ dependencies:
160
152
  requirements:
161
153
  - - "~>"
162
154
  - !ruby/object:Gem::Version
163
- version: '3.0'
155
+ version: '3.1'
164
156
  - - ">="
165
157
  - !ruby/object:Gem::Version
166
- version: 3.0.6
158
+ version: 3.1.2
167
159
  type: :development
168
160
  prerelease: false
169
161
  version_requirements: !ruby/object:Gem::Requirement
170
162
  requirements:
171
163
  - - "~>"
172
164
  - !ruby/object:Gem::Version
173
- version: '3.0'
165
+ version: '3.1'
174
166
  - - ">="
175
167
  - !ruby/object:Gem::Version
176
- version: 3.0.6
168
+ version: 3.1.2
177
169
  - !ruby/object:Gem::Dependency
178
170
  name: kettle-test
179
171
  requirement: !ruby/object:Gem::Requirement
180
172
  requirements:
181
173
  - - "~>"
182
174
  - !ruby/object:Gem::Version
183
- version: '1.0'
175
+ version: '2.0'
184
176
  - - ">="
185
177
  - !ruby/object:Gem::Version
186
- version: 1.0.10
178
+ version: 2.0.5
187
179
  type: :development
188
180
  prerelease: false
189
181
  version_requirements: !ruby/object:Gem::Requirement
190
182
  requirements:
191
183
  - - "~>"
192
184
  - !ruby/object:Gem::Version
193
- version: '1.0'
185
+ version: '2.0'
194
186
  - - ">="
195
187
  - !ruby/object:Gem::Version
196
- version: 1.0.10
188
+ version: 2.0.5
197
189
  - !ruby/object:Gem::Dependency
198
- name: mocha
190
+ name: turbo_tests2
199
191
  requirement: !ruby/object:Gem::Requirement
200
192
  requirements:
201
193
  - - "~>"
202
194
  - !ruby/object:Gem::Version
203
- version: '3.0'
195
+ version: '3.1'
196
+ - - ">="
197
+ - !ruby/object:Gem::Version
198
+ version: 3.1.3
204
199
  type: :development
205
200
  prerelease: false
206
201
  version_requirements: !ruby/object:Gem::Requirement
207
202
  requirements:
208
203
  - - "~>"
209
204
  - !ruby/object:Gem::Version
210
- version: '3.0'
205
+ version: '3.1'
206
+ - - ">="
207
+ - !ruby/object:Gem::Version
208
+ version: 3.1.3
211
209
  - !ruby/object:Gem::Dependency
212
- name: rack
210
+ name: ruby-progressbar
213
211
  requirement: !ruby/object:Gem::Requirement
214
212
  requirements:
215
213
  - - "~>"
216
214
  - !ruby/object:Gem::Version
217
- version: '2.0'
215
+ version: '1.13'
218
216
  type: :development
219
217
  prerelease: false
220
218
  version_requirements: !ruby/object:Gem::Requirement
221
219
  requirements:
222
220
  - - "~>"
223
221
  - !ruby/object:Gem::Version
224
- version: '2.0'
222
+ version: '1.13'
225
223
  - !ruby/object:Gem::Dependency
226
- name: rack-test
224
+ name: stone_checksums
227
225
  requirement: !ruby/object:Gem::Requirement
228
226
  requirements:
229
227
  - - "~>"
230
228
  - !ruby/object:Gem::Version
231
- version: '2.0'
229
+ version: '1.0'
230
+ - - ">="
231
+ - !ruby/object:Gem::Version
232
+ version: 1.0.3
232
233
  type: :development
233
234
  prerelease: false
234
235
  version_requirements: !ruby/object:Gem::Requirement
235
236
  requirements:
236
237
  - - "~>"
237
238
  - !ruby/object:Gem::Version
238
- version: '2.0'
239
+ version: '1.0'
240
+ - - ">="
241
+ - !ruby/object:Gem::Version
242
+ version: 1.0.3
239
243
  - !ruby/object:Gem::Dependency
240
- name: rest-client
244
+ name: gitmoji-regex
241
245
  requirement: !ruby/object:Gem::Requirement
242
246
  requirements:
243
247
  - - "~>"
244
248
  - !ruby/object:Gem::Version
245
- version: '2.1'
249
+ version: '2.0'
250
+ - - ">="
251
+ - !ruby/object:Gem::Version
252
+ version: 2.0.2
246
253
  type: :development
247
254
  prerelease: false
248
255
  version_requirements: !ruby/object:Gem::Requirement
249
256
  requirements:
250
257
  - - "~>"
251
258
  - !ruby/object:Gem::Version
252
- version: '2.1'
259
+ version: '2.0'
260
+ - - ">="
261
+ - !ruby/object:Gem::Version
262
+ version: 2.0.2
253
263
  - !ruby/object:Gem::Dependency
254
- name: rspec-pending_for
264
+ name: backports
255
265
  requirement: !ruby/object:Gem::Requirement
256
266
  requirements:
257
267
  - - "~>"
258
268
  - !ruby/object:Gem::Version
259
- version: '0.1'
269
+ version: '3.25'
260
270
  - - ">="
261
271
  - !ruby/object:Gem::Version
262
- version: 0.1.20
272
+ version: 3.25.1
263
273
  type: :development
264
274
  prerelease: false
265
275
  version_requirements: !ruby/object:Gem::Requirement
266
276
  requirements:
267
277
  - - "~>"
268
278
  - !ruby/object:Gem::Version
269
- version: '0.1'
279
+ version: '3.25'
270
280
  - - ">="
271
281
  - !ruby/object:Gem::Version
272
- version: 0.1.20
282
+ version: 3.25.1
273
283
  - !ruby/object:Gem::Dependency
274
- name: typhoeus
284
+ name: mocha
275
285
  requirement: !ruby/object:Gem::Requirement
276
286
  requirements:
277
- - - ">="
287
+ - - "~>"
278
288
  - !ruby/object:Gem::Version
279
- version: 0.1.13
289
+ version: '3.0'
280
290
  type: :development
281
291
  prerelease: false
282
292
  version_requirements: !ruby/object:Gem::Requirement
283
293
  requirements:
284
- - - ">="
294
+ - - "~>"
285
295
  - !ruby/object:Gem::Version
286
- version: 0.1.13
296
+ version: '3.0'
287
297
  - !ruby/object:Gem::Dependency
288
- name: ruby-progressbar
298
+ name: rack
289
299
  requirement: !ruby/object:Gem::Requirement
290
300
  requirements:
291
301
  - - "~>"
292
302
  - !ruby/object:Gem::Version
293
- version: '1.13'
303
+ version: '2.0'
294
304
  type: :development
295
305
  prerelease: false
296
306
  version_requirements: !ruby/object:Gem::Requirement
297
307
  requirements:
298
308
  - - "~>"
299
309
  - !ruby/object:Gem::Version
300
- version: '1.13'
310
+ version: '2.0'
301
311
  - !ruby/object:Gem::Dependency
302
- name: stone_checksums
312
+ name: rack-test
303
313
  requirement: !ruby/object:Gem::Requirement
304
314
  requirements:
305
315
  - - "~>"
306
316
  - !ruby/object:Gem::Version
307
- version: '1.0'
308
- - - ">="
309
- - !ruby/object:Gem::Version
310
- version: 1.0.3
317
+ version: '2.0'
311
318
  type: :development
312
319
  prerelease: false
313
320
  version_requirements: !ruby/object:Gem::Requirement
314
321
  requirements:
315
322
  - - "~>"
316
323
  - !ruby/object:Gem::Version
317
- version: '1.0'
318
- - - ">="
324
+ version: '2.0'
325
+ - !ruby/object:Gem::Dependency
326
+ name: rest-client
327
+ requirement: !ruby/object:Gem::Requirement
328
+ requirements:
329
+ - - "~>"
319
330
  - !ruby/object:Gem::Version
320
- version: 1.0.3
331
+ version: '2.1'
332
+ type: :development
333
+ prerelease: false
334
+ version_requirements: !ruby/object:Gem::Requirement
335
+ requirements:
336
+ - - "~>"
337
+ - !ruby/object:Gem::Version
338
+ version: '2.1'
321
339
  - !ruby/object:Gem::Dependency
322
- name: gitmoji-regex
340
+ name: rspec-pending_for
323
341
  requirement: !ruby/object:Gem::Requirement
324
342
  requirements:
325
343
  - - "~>"
326
344
  - !ruby/object:Gem::Version
327
- version: '1.0'
345
+ version: '0.1'
328
346
  - - ">="
329
347
  - !ruby/object:Gem::Version
330
- version: 1.0.3
348
+ version: 0.1.20
331
349
  type: :development
332
350
  prerelease: false
333
351
  version_requirements: !ruby/object:Gem::Requirement
334
352
  requirements:
335
353
  - - "~>"
336
354
  - !ruby/object:Gem::Version
337
- version: '1.0'
355
+ version: '0.1'
338
356
  - - ">="
339
357
  - !ruby/object:Gem::Version
340
- version: 1.0.3
358
+ version: 0.1.20
341
359
  - !ruby/object:Gem::Dependency
342
- name: backports
360
+ name: typhoeus
343
361
  requirement: !ruby/object:Gem::Requirement
344
362
  requirements:
345
- - - "~>"
346
- - !ruby/object:Gem::Version
347
- version: '3.25'
348
363
  - - ">="
349
364
  - !ruby/object:Gem::Version
350
- version: 3.25.1
365
+ version: 0.1.13
351
366
  type: :development
352
367
  prerelease: false
353
368
  version_requirements: !ruby/object:Gem::Requirement
354
369
  requirements:
355
- - - "~>"
356
- - !ruby/object:Gem::Version
357
- version: '3.25'
358
370
  - - ">="
359
371
  - !ruby/object:Gem::Version
360
- version: 3.25.1
372
+ version: 0.1.13
361
373
  - !ruby/object:Gem::Dependency
362
374
  name: vcr
363
375
  requirement: !ruby/object:Gem::Requirement
@@ -389,7 +401,6 @@ dependencies:
389
401
  description: "\U0001F5A5️ OAuth 1.0 / 1.0a TTY Command Line Interface"
390
402
  email:
391
403
  - floss@galtzo.com
392
- - oauth-ruby@googlegroups.com
393
404
  executables:
394
405
  - oauth
395
406
  extensions: []
@@ -399,9 +410,8 @@ extra_rdoc_files:
399
410
  - CODE_OF_CONDUCT.md
400
411
  - CONTRIBUTING.md
401
412
  - FUNDING.md
402
- - LICENSE.txt
413
+ - LICENSE.md
403
414
  - README.md
404
- - REEK
405
415
  - RUBOCOP.md
406
416
  - SECURITY.md
407
417
  files:
@@ -410,11 +420,11 @@ files:
410
420
  - CODE_OF_CONDUCT.md
411
421
  - CONTRIBUTING.md
412
422
  - FUNDING.md
413
- - LICENSE.txt
423
+ - LICENSE.md
414
424
  - README.md
415
- - REEK
416
425
  - RUBOCOP.md
417
426
  - SECURITY.md
427
+ - certs/pboling.pem
418
428
  - exe/oauth
419
429
  - lib/oauth/cli.rb
420
430
  - lib/oauth/tty.rb
@@ -434,16 +444,15 @@ homepage: https://github.com/ruby-oauth/oauth-tty
434
444
  licenses:
435
445
  - MIT
436
446
  metadata:
437
- homepage_uri: https://oauth-tty.galtzo.com/
438
- source_code_uri: https://github.com/ruby-oauth/oauth-tty/tree/v1.0.8
439
- changelog_uri: https://github.com/ruby-oauth/oauth-tty/blob/v1.0.8/CHANGELOG.md
447
+ homepage_uri: https://structuredmerge.org
448
+ source_code_uri: https://github.com/ruby-oauth/oauth-tty/tree/v1.0.10
449
+ changelog_uri: https://github.com/ruby-oauth/oauth-tty/blob/v1.0.10/CHANGELOG.md
440
450
  bug_tracker_uri: https://github.com/ruby-oauth/oauth-tty/issues
441
- documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.8
451
+ documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.10
442
452
  funding_uri: https://github.com/sponsors/pboling
443
453
  wiki_uri: https://github.com/ruby-oauth/oauth-tty/wiki
444
454
  news_uri: https://www.railsbling.com/tags/oauth-tty
445
455
  discord_uri: https://discord.gg/3qme4XHNKN
446
- mailing_list_uri: https://groups.google.com/g/oauth-ruby
447
456
  rubygems_mfa_required: 'true'
448
457
  rdoc_options:
449
458
  - "--title"
@@ -468,7 +477,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
468
477
  - !ruby/object:Gem::Version
469
478
  version: '0'
470
479
  requirements: []
471
- rubygems_version: 4.0.11
480
+ rubygems_version: 4.0.10
472
481
  specification_version: 4
473
482
  summary: "\U0001F5A5️ OAuth 1.0 / 1.0a TTY CLI"
474
483
  test_files: []
metadata.gz.sig CHANGED
Binary file
data/LICENSE.txt DELETED
@@ -1,22 +0,0 @@
1
- The MIT License (MIT)
2
-
3
- Copyright (c) 2021-2022, 2025 Peter H. Boling, of Galtzo.com, and oauth-tty contributors
4
- Copyright (c) 2016-2017 Thiago Pinto
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
14
- all 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
22
- THE SOFTWARE.
data/REEK DELETED
@@ -1,2 +0,0 @@
1
- ./reek: 1: Error:: not found
2
- ./reek: 2: Error:: not found