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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 224fe324a63598c4950b706395b9630cdc7161d8
4
- data.tar.gz: ea163311a55a8d57191c38ce4cccc9bad87f9d22
3
+ metadata.gz: 94927c84d5cb6ac70d63b7540b1e1c0acd96a98a
4
+ data.tar.gz: 0cd6d26a77e639a831a3fa0fa09f447b9706f769
5
5
  SHA512:
6
- metadata.gz: 28e60b10d6d7dbe5e94fd48dc0f044a96bc258a3b9117f6b7e1f024aedf2168d0d2406c784fe90a8988014a72e7dfe5487c3027bfef2ad107d1bdb1c2ca87925
7
- data.tar.gz: f8a3afbc1b682bbb0a8ac366c7772b8e455938cf146ab094e5824d1c5c54c3a4587308780ea30c99b00b6949f9b2190f20de1ed673a77645c2df628355775f5c
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
@@ -1,3 +1,3 @@
1
1
  module FlatironVideoUploader
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
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
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-23 00:00:00.000000000 Z
11
+ date: 2015-09-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler