spud_videos 0.9.2 → 0.9.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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. -->
@@ -1,5 +1,5 @@
1
1
  module Spud
2
2
  module Videos
3
- VERSION = "0.9.2"
3
+ VERSION = "0.9.3"
4
4
  end
5
5
  end
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.2
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: -160147321565832626
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: -160147321565832626
247
+ hash: 118392650101290266
248
248
  requirements: []
249
249
  rubyforge_project:
250
250
  rubygems_version: 1.8.24