spud_videos 0.9.2 → 0.9.3
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/app/helpers/spud_videos_helper.rb +1 -1
- data/lib/spud_videos/version.rb +1 -1
- metadata +3 -3
|
@@ -36,7 +36,7 @@ module SpudVideosHelper
|
|
|
36
36
|
<param name=\"dynamicStreaming\" value=\"true\" />
|
|
37
37
|
"
|
|
38
38
|
parameters.each do |key,value|
|
|
39
|
-
content += "<param name=\"#{key}\" value=\"#{value}\" />"
|
|
39
|
+
content += "<param name=\"#{key}\" value=\"#{value.join(",")}\" />"
|
|
40
40
|
end
|
|
41
41
|
content += "</object></p>
|
|
42
42
|
<!-- This script tag will cause the Brightcove Players defined above it to be created as soon as the line is read by the browser. If you wish to have the player instantiated only after the rest of the HTML is processed and the page load is complete, remove the line. -->
|
data/lib/spud_videos/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: spud_videos
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -235,7 +235,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
235
235
|
version: '0'
|
|
236
236
|
segments:
|
|
237
237
|
- 0
|
|
238
|
-
hash:
|
|
238
|
+
hash: 118392650101290266
|
|
239
239
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
240
240
|
none: false
|
|
241
241
|
requirements:
|
|
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
244
244
|
version: '0'
|
|
245
245
|
segments:
|
|
246
246
|
- 0
|
|
247
|
-
hash:
|
|
247
|
+
hash: 118392650101290266
|
|
248
248
|
requirements: []
|
|
249
249
|
rubyforge_project:
|
|
250
250
|
rubygems_version: 1.8.24
|