flatiron-video-uploader 0.0.4 → 0.0.5
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 +4 -4
- data/lib/flatiron-video-uploader/runner.rb +1 -3
- data/lib/flatiron-video-uploader/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 94927c84d5cb6ac70d63b7540b1e1c0acd96a98a
|
4
|
+
data.tar.gz: 0cd6d26a77e639a831a3fa0fa09f447b9706f769
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0c7dd727bf77a0ee613592066f4aed699b9b7e1b20e1adf5ba00030d5ef77862ce4842819835c08153db07e07a801b972f9204bc192fa95715d933958ffdd256
|
7
|
+
data.tar.gz: 9cc881381e02e9d43c38e0bf266a0ef0ec0cf4d2373b39c4df7b2e138c76bc0a99e1431bd79a75d2fc7a423a36e8f953f94cbed195dda3db2a3705a08b6d3241
|
@@ -156,9 +156,7 @@ module FlatironVideoUploader
|
|
156
156
|
puts "\n\n"
|
157
157
|
puts "#"*30
|
158
158
|
puts "Place this in todays schedule on github\n\n\n"
|
159
|
-
command = "<iframe width=\"560\" height=\"315\"
|
160
|
-
src=\"https://www.youtube.com/embed/#{videos_insert_response.data.id}?rel=0&modestbranding=1\" frameborder=\"0\"
|
161
|
-
allowfullscreen></iframe><p><a href=\"https://www.youtube.com/watch?v=#{videos_insert_response.data.id}\">#{video_title}</a></p>"
|
159
|
+
command = "<iframe width=\"560\" height=\"315\" src=\"https://www.youtube.com/embed/#{videos_insert_response.data.id}?rel=0&modestbranding=1\" frameborder=\"0\" allowfullscreen></iframe><p><a href=\"https://www.youtube.com/watch?v=#{videos_insert_response.data.id}\">#{video_title}</a></p>"
|
162
160
|
puts command
|
163
161
|
puts "\n\n"
|
164
162
|
puts "#"*30
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flatiron-video-uploader
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joe Burgess
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-09-
|
11
|
+
date: 2015-09-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|