mooktakim-acts_as_video_fu 1.3.1 → 1.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/you_tube.rb +1 -1
  2. metadata +1 -1
data/lib/you_tube.rb CHANGED
@@ -21,7 +21,7 @@ class YouTube
21
21
  <object width="#{width}" height="#{height}">
22
22
  <param name="movie" value="#{@embed_url}" />
23
23
  <param name="allowFullScreen" value="true" />
24
- <embed src="#{@embed_url}" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344" />
24
+ <embed src="#{@embed_url}" type="application/x-shockwave-flash" allowfullscreen="true" width="#{width}" height="#{height}" />
25
25
  </object>
26
26
  END
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mooktakim-acts_as_video_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Darby