miggy-acts_as_video_fu 1.3.2 → 1.3.3

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/vimeo.rb +1 -1
  2. metadata +1 -1
data/lib/vimeo.rb CHANGED
@@ -8,7 +8,7 @@ class Vimeo
8
8
 
9
9
  def initialize(obj)
10
10
  @clip_id = obj.video_url.split('/').last
11
- @response = self.class.get('/api/oembed.json', :query => { :url => "http://vimeo.com/#{@clip_id}", :maxwidth => 320, :maxheight => 480})
11
+ @response = self.class.get('/api/oembed.json', :query => { :url => "http://vimeo.com/#{@clip_id}", :maxwidth => 480, :maxheight => 350})
12
12
 
13
13
  raise blank_error(obj) if @response.blank?
14
14
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: miggy-acts_as_video_fu
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Darby