animoto 0.1.0.beta0 → 0.1.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,8 +2,8 @@ module Animoto
2
2
  module Manifests
3
3
  class DirectingAndRendering < Animoto::Manifests::Directing
4
4
 
5
- # The vertical resolution of the rendered video. Valid values are '180p', '240p',
6
- # '360p', '480p', '720p' or '1080p'.
5
+ # The vertical resolution of the rendered video. Valid values are '180p', '270p',
6
+ # '360p', '480p', '576p', '720p' or '1080p'.
7
7
  # @return [String]
8
8
  attr_accessor :resolution
9
9
 
@@ -2,8 +2,8 @@ module Animoto
2
2
  module Manifests
3
3
  class Rendering < Animoto::Manifests::Base
4
4
 
5
- # The vertical resolution of the rendered video. Valid values are '180p', '240p',
6
- # '360p', '480p', '720p' or '1080p'.
5
+ # The vertical resolution of the rendered video. Valid values are '180p', '270p',
6
+ # '360p', '480p', '576p', '720p' or '1080p'.
7
7
  # @return [String]
8
8
  attr_accessor :resolution
9
9
 
data/lib/animoto.rb CHANGED
@@ -6,6 +6,6 @@ module Animoto
6
6
  #
7
7
  # @return [String]
8
8
  def self.version
9
- "0.1.0.beta0"
9
+ "0.1.0.beta1"
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: animoto
3
3
  version: !ruby/object:Gem::Version
4
- hash: -1848230076
4
+ hash: -1848230075
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 0
10
- - beta0
11
- version: 0.1.0.beta0
10
+ - beta1
11
+ version: 0.1.0.beta1
12
12
  platform: ruby
13
13
  authors:
14
14
  - Animoto
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-05 00:00:00 -04:00
19
+ date: 2010-10-12 00:00:00 -04:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency