oauth-tty 1.0.8 → 1.0.9

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.9"
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.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thiago Pinto
@@ -39,39 +39,39 @@ cert_chain:
39
39
  date: 1980-01-02 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
- name: cgi
42
+ name: auth-sanitizer
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '0.2'
45
48
  - - ">="
46
49
  - !ruby/object:Gem::Version
47
- version: '0'
50
+ version: 0.2.1
48
51
  type: :runtime
49
52
  prerelease: false
50
53
  version_requirements: !ruby/object:Gem::Requirement
51
54
  requirements:
55
+ - - "~>"
56
+ - !ruby/object:Gem::Version
57
+ version: '0.2'
52
58
  - - ">="
53
59
  - !ruby/object:Gem::Version
54
- version: '0'
60
+ version: 0.2.1
55
61
  - !ruby/object:Gem::Dependency
56
- name: auth-sanitizer
62
+ name: cgi
57
63
  requirement: !ruby/object:Gem::Requirement
58
64
  requirements:
59
- - - "~>"
60
- - !ruby/object:Gem::Version
61
- version: '0.1'
62
65
  - - ">="
63
66
  - !ruby/object:Gem::Version
64
- version: 0.1.3
67
+ version: '0'
65
68
  type: :runtime
66
69
  prerelease: false
67
70
  version_requirements: !ruby/object:Gem::Requirement
68
71
  requirements:
69
- - - "~>"
70
- - !ruby/object:Gem::Version
71
- version: '0.1'
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
- version: 0.1.3
74
+ version: '0'
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: version_gem
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +81,7 @@ dependencies:
81
81
  version: '1.1'
82
82
  - - ">="
83
83
  - !ruby/object:Gem::Version
84
- version: 1.1.9
84
+ version: 1.1.12
85
85
  type: :runtime
86
86
  prerelease: false
87
87
  version_requirements: !ruby/object:Gem::Requirement
@@ -91,21 +91,27 @@ dependencies:
91
91
  version: '1.1'
92
92
  - - ">="
93
93
  - !ruby/object:Gem::Version
94
- version: 1.1.9
94
+ version: 1.1.12
95
95
  - !ruby/object:Gem::Dependency
96
96
  name: kettle-dev
97
97
  requirement: !ruby/object:Gem::Requirement
98
98
  requirements:
99
99
  - - "~>"
100
100
  - !ruby/object:Gem::Version
101
- version: '2.0'
101
+ version: '2.2'
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: 2.2.9
102
105
  type: :development
103
106
  prerelease: false
104
107
  version_requirements: !ruby/object:Gem::Requirement
105
108
  requirements:
106
109
  - - "~>"
107
110
  - !ruby/object:Gem::Version
108
- version: '2.0'
111
+ version: '2.2'
112
+ - - ">="
113
+ - !ruby/object:Gem::Version
114
+ version: 2.2.9
109
115
  - !ruby/object:Gem::Dependency
110
116
  name: bundler-audit
111
117
  requirement: !ruby/object:Gem::Requirement
@@ -160,204 +166,224 @@ dependencies:
160
166
  requirements:
161
167
  - - "~>"
162
168
  - !ruby/object:Gem::Version
163
- version: '3.0'
169
+ version: '3.1'
164
170
  - - ">="
165
171
  - !ruby/object:Gem::Version
166
- version: 3.0.6
172
+ version: 3.1.2
167
173
  type: :development
168
174
  prerelease: false
169
175
  version_requirements: !ruby/object:Gem::Requirement
170
176
  requirements:
171
177
  - - "~>"
172
178
  - !ruby/object:Gem::Version
173
- version: '3.0'
179
+ version: '3.1'
174
180
  - - ">="
175
181
  - !ruby/object:Gem::Version
176
- version: 3.0.6
182
+ version: 3.1.2
177
183
  - !ruby/object:Gem::Dependency
178
184
  name: kettle-test
179
185
  requirement: !ruby/object:Gem::Requirement
180
186
  requirements:
181
187
  - - "~>"
182
188
  - !ruby/object:Gem::Version
183
- version: '1.0'
189
+ version: '2.0'
184
190
  - - ">="
185
191
  - !ruby/object:Gem::Version
186
- version: 1.0.10
192
+ version: 2.0.5
187
193
  type: :development
188
194
  prerelease: false
189
195
  version_requirements: !ruby/object:Gem::Requirement
190
196
  requirements:
191
197
  - - "~>"
192
198
  - !ruby/object:Gem::Version
193
- version: '1.0'
199
+ version: '2.0'
194
200
  - - ">="
195
201
  - !ruby/object:Gem::Version
196
- version: 1.0.10
202
+ version: 2.0.5
197
203
  - !ruby/object:Gem::Dependency
198
- name: mocha
204
+ name: turbo_tests2
199
205
  requirement: !ruby/object:Gem::Requirement
200
206
  requirements:
201
207
  - - "~>"
202
208
  - !ruby/object:Gem::Version
203
- version: '3.0'
209
+ version: '3.1'
210
+ - - ">="
211
+ - !ruby/object:Gem::Version
212
+ version: 3.1.3
204
213
  type: :development
205
214
  prerelease: false
206
215
  version_requirements: !ruby/object:Gem::Requirement
207
216
  requirements:
208
217
  - - "~>"
209
218
  - !ruby/object:Gem::Version
210
- version: '3.0'
219
+ version: '3.1'
220
+ - - ">="
221
+ - !ruby/object:Gem::Version
222
+ version: 3.1.3
211
223
  - !ruby/object:Gem::Dependency
212
- name: rack
224
+ name: ruby-progressbar
213
225
  requirement: !ruby/object:Gem::Requirement
214
226
  requirements:
215
227
  - - "~>"
216
228
  - !ruby/object:Gem::Version
217
- version: '2.0'
229
+ version: '1.13'
218
230
  type: :development
219
231
  prerelease: false
220
232
  version_requirements: !ruby/object:Gem::Requirement
221
233
  requirements:
222
234
  - - "~>"
223
235
  - !ruby/object:Gem::Version
224
- version: '2.0'
236
+ version: '1.13'
225
237
  - !ruby/object:Gem::Dependency
226
- name: rack-test
238
+ name: stone_checksums
227
239
  requirement: !ruby/object:Gem::Requirement
228
240
  requirements:
229
241
  - - "~>"
230
242
  - !ruby/object:Gem::Version
231
- version: '2.0'
243
+ version: '1.0'
244
+ - - ">="
245
+ - !ruby/object:Gem::Version
246
+ version: 1.0.3
232
247
  type: :development
233
248
  prerelease: false
234
249
  version_requirements: !ruby/object:Gem::Requirement
235
250
  requirements:
236
251
  - - "~>"
237
252
  - !ruby/object:Gem::Version
238
- version: '2.0'
253
+ version: '1.0'
254
+ - - ">="
255
+ - !ruby/object:Gem::Version
256
+ version: 1.0.3
239
257
  - !ruby/object:Gem::Dependency
240
- name: rest-client
258
+ name: gitmoji-regex
241
259
  requirement: !ruby/object:Gem::Requirement
242
260
  requirements:
243
261
  - - "~>"
244
262
  - !ruby/object:Gem::Version
245
- version: '2.1'
263
+ version: '2.0'
264
+ - - ">="
265
+ - !ruby/object:Gem::Version
266
+ version: 2.0.2
246
267
  type: :development
247
268
  prerelease: false
248
269
  version_requirements: !ruby/object:Gem::Requirement
249
270
  requirements:
250
271
  - - "~>"
251
272
  - !ruby/object:Gem::Version
252
- version: '2.1'
273
+ version: '2.0'
274
+ - - ">="
275
+ - !ruby/object:Gem::Version
276
+ version: 2.0.2
253
277
  - !ruby/object:Gem::Dependency
254
- name: rspec-pending_for
278
+ name: backports
255
279
  requirement: !ruby/object:Gem::Requirement
256
280
  requirements:
257
281
  - - "~>"
258
282
  - !ruby/object:Gem::Version
259
- version: '0.1'
283
+ version: '3.25'
260
284
  - - ">="
261
285
  - !ruby/object:Gem::Version
262
- version: 0.1.20
286
+ version: 3.25.1
263
287
  type: :development
264
288
  prerelease: false
265
289
  version_requirements: !ruby/object:Gem::Requirement
266
290
  requirements:
267
291
  - - "~>"
268
292
  - !ruby/object:Gem::Version
269
- version: '0.1'
293
+ version: '3.25'
270
294
  - - ">="
271
295
  - !ruby/object:Gem::Version
272
- version: 0.1.20
296
+ version: 3.25.1
273
297
  - !ruby/object:Gem::Dependency
274
- name: typhoeus
298
+ name: mocha
275
299
  requirement: !ruby/object:Gem::Requirement
276
300
  requirements:
277
- - - ">="
301
+ - - "~>"
278
302
  - !ruby/object:Gem::Version
279
- version: 0.1.13
303
+ version: '3.0'
280
304
  type: :development
281
305
  prerelease: false
282
306
  version_requirements: !ruby/object:Gem::Requirement
283
307
  requirements:
284
- - - ">="
308
+ - - "~>"
285
309
  - !ruby/object:Gem::Version
286
- version: 0.1.13
310
+ version: '3.0'
287
311
  - !ruby/object:Gem::Dependency
288
- name: ruby-progressbar
312
+ name: rack
289
313
  requirement: !ruby/object:Gem::Requirement
290
314
  requirements:
291
315
  - - "~>"
292
316
  - !ruby/object:Gem::Version
293
- version: '1.13'
317
+ version: '2.0'
294
318
  type: :development
295
319
  prerelease: false
296
320
  version_requirements: !ruby/object:Gem::Requirement
297
321
  requirements:
298
322
  - - "~>"
299
323
  - !ruby/object:Gem::Version
300
- version: '1.13'
324
+ version: '2.0'
301
325
  - !ruby/object:Gem::Dependency
302
- name: stone_checksums
326
+ name: rack-test
303
327
  requirement: !ruby/object:Gem::Requirement
304
328
  requirements:
305
329
  - - "~>"
306
330
  - !ruby/object:Gem::Version
307
- version: '1.0'
308
- - - ">="
309
- - !ruby/object:Gem::Version
310
- version: 1.0.3
331
+ version: '2.0'
311
332
  type: :development
312
333
  prerelease: false
313
334
  version_requirements: !ruby/object:Gem::Requirement
314
335
  requirements:
315
336
  - - "~>"
316
337
  - !ruby/object:Gem::Version
317
- version: '1.0'
318
- - - ">="
338
+ version: '2.0'
339
+ - !ruby/object:Gem::Dependency
340
+ name: rest-client
341
+ requirement: !ruby/object:Gem::Requirement
342
+ requirements:
343
+ - - "~>"
319
344
  - !ruby/object:Gem::Version
320
- version: 1.0.3
345
+ version: '2.1'
346
+ type: :development
347
+ prerelease: false
348
+ version_requirements: !ruby/object:Gem::Requirement
349
+ requirements:
350
+ - - "~>"
351
+ - !ruby/object:Gem::Version
352
+ version: '2.1'
321
353
  - !ruby/object:Gem::Dependency
322
- name: gitmoji-regex
354
+ name: rspec-pending_for
323
355
  requirement: !ruby/object:Gem::Requirement
324
356
  requirements:
325
357
  - - "~>"
326
358
  - !ruby/object:Gem::Version
327
- version: '1.0'
359
+ version: '0.1'
328
360
  - - ">="
329
361
  - !ruby/object:Gem::Version
330
- version: 1.0.3
362
+ version: 0.1.20
331
363
  type: :development
332
364
  prerelease: false
333
365
  version_requirements: !ruby/object:Gem::Requirement
334
366
  requirements:
335
367
  - - "~>"
336
368
  - !ruby/object:Gem::Version
337
- version: '1.0'
369
+ version: '0.1'
338
370
  - - ">="
339
371
  - !ruby/object:Gem::Version
340
- version: 1.0.3
372
+ version: 0.1.20
341
373
  - !ruby/object:Gem::Dependency
342
- name: backports
374
+ name: typhoeus
343
375
  requirement: !ruby/object:Gem::Requirement
344
376
  requirements:
345
- - - "~>"
346
- - !ruby/object:Gem::Version
347
- version: '3.25'
348
377
  - - ">="
349
378
  - !ruby/object:Gem::Version
350
- version: 3.25.1
379
+ version: 0.1.13
351
380
  type: :development
352
381
  prerelease: false
353
382
  version_requirements: !ruby/object:Gem::Requirement
354
383
  requirements:
355
- - - "~>"
356
- - !ruby/object:Gem::Version
357
- version: '3.25'
358
384
  - - ">="
359
385
  - !ruby/object:Gem::Version
360
- version: 3.25.1
386
+ version: 0.1.13
361
387
  - !ruby/object:Gem::Dependency
362
388
  name: vcr
363
389
  requirement: !ruby/object:Gem::Requirement
@@ -389,7 +415,6 @@ dependencies:
389
415
  description: "\U0001F5A5️ OAuth 1.0 / 1.0a TTY Command Line Interface"
390
416
  email:
391
417
  - floss@galtzo.com
392
- - oauth-ruby@googlegroups.com
393
418
  executables:
394
419
  - oauth
395
420
  extensions: []
@@ -399,9 +424,8 @@ extra_rdoc_files:
399
424
  - CODE_OF_CONDUCT.md
400
425
  - CONTRIBUTING.md
401
426
  - FUNDING.md
402
- - LICENSE.txt
427
+ - LICENSE.md
403
428
  - README.md
404
- - REEK
405
429
  - RUBOCOP.md
406
430
  - SECURITY.md
407
431
  files:
@@ -410,11 +434,11 @@ files:
410
434
  - CODE_OF_CONDUCT.md
411
435
  - CONTRIBUTING.md
412
436
  - FUNDING.md
413
- - LICENSE.txt
437
+ - LICENSE.md
414
438
  - README.md
415
- - REEK
416
439
  - RUBOCOP.md
417
440
  - SECURITY.md
441
+ - certs/pboling.pem
418
442
  - exe/oauth
419
443
  - lib/oauth/cli.rb
420
444
  - lib/oauth/tty.rb
@@ -434,16 +458,15 @@ homepage: https://github.com/ruby-oauth/oauth-tty
434
458
  licenses:
435
459
  - MIT
436
460
  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
461
+ homepage_uri: https://structuredmerge.org
462
+ source_code_uri: https://github.com/ruby-oauth/oauth-tty/tree/v1.0.9
463
+ changelog_uri: https://github.com/ruby-oauth/oauth-tty/blob/v1.0.9/CHANGELOG.md
440
464
  bug_tracker_uri: https://github.com/ruby-oauth/oauth-tty/issues
441
- documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.8
465
+ documentation_uri: https://www.rubydoc.info/gems/oauth-tty/1.0.9
442
466
  funding_uri: https://github.com/sponsors/pboling
443
467
  wiki_uri: https://github.com/ruby-oauth/oauth-tty/wiki
444
468
  news_uri: https://www.railsbling.com/tags/oauth-tty
445
469
  discord_uri: https://discord.gg/3qme4XHNKN
446
- mailing_list_uri: https://groups.google.com/g/oauth-ruby
447
470
  rubygems_mfa_required: 'true'
448
471
  rdoc_options:
449
472
  - "--title"
@@ -468,7 +491,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
468
491
  - !ruby/object:Gem::Version
469
492
  version: '0'
470
493
  requirements: []
471
- rubygems_version: 4.0.11
494
+ rubygems_version: 4.0.10
472
495
  specification_version: 4
473
496
  summary: "\U0001F5A5️ OAuth 1.0 / 1.0a TTY CLI"
474
497
  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