flatiron-video-uploader 0.0.8 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 39fdeb2b91bd28c83a84c418649b1a176771d294
4
- data.tar.gz: 26eaeadf25edc23746d8b78db5111e55f9b94e90
3
+ metadata.gz: d2e572cfbc5f094e3fd4605b31b36bf7b7627fa6
4
+ data.tar.gz: 9ee5f78e3cd085b72cf78254c4067a052febcf35
5
5
  SHA512:
6
- metadata.gz: d20ce970bc317cb5fcd997b239a8f95034e29f24b772bbd758aafda5c7758b415d2ff3ef3c658c0b4eb6879d5a8fdb549a6e4b836d5a2c0e33c4410e87078431
7
- data.tar.gz: 6bbdb635e373e27b5122dcd515bcff7f0b9005de3652040e627af1f2724ec9a8af72bb0002aacb931cacc5d4a141f1da53a3b92fe52b5b5547bc0f48be094b82
6
+ metadata.gz: c487439fc13d20165d53e8b744be1d34092f9bc60b03e58fa6dd11e3e95d42018c4f0ebc084beb427ac3da3556412fc37ad01bc0b7ef0378dd1365594c7e3f47
7
+ data.tar.gz: 6a02f167c771063fa1a0858d54c56ad1f4bf11711cc90c93186c672e2662759b694274dd689317eda998fbb8f4e2aa000dda9c55aa38967a46cb10461589f07a
@@ -151,7 +151,7 @@ module FlatironVideoUploader
151
151
  :api_method => youtube.videos.insert,
152
152
  :body_object => body,
153
153
  :media => video_to_upload,
154
- :retries => 1,
154
+ :retries => 0,
155
155
  :parameters => {
156
156
  :uploadType => 'resumable',
157
157
  :part => body.keys.join(','),
@@ -170,7 +170,6 @@ module FlatironVideoUploader
170
170
  puts command
171
171
  puts "\n\n"
172
172
  puts "#"*30
173
-
174
173
  TerminalNotifier.notify("Finished Uploading Video to Youtube. Click to copy embed ", :title => "Video Uploader", :execute => `echo '#{command}' | pbcopy`)
175
174
  # rescue Google::APIClient::TransmissionError => e
176
175
  # binding.pry
@@ -1,3 +1,3 @@
1
1
  module FlatironVideoUploader
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flatiron-video-uploader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Burgess