animoto 0.0.0.alpha8 → 0.0.0.alpha9

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.
Files changed (3) hide show
  1. data/lib/animoto/client.rb +1 -1
  2. data/lib/animoto.rb +1 -1
  3. metadata +3 -3
@@ -29,7 +29,7 @@ require 'animoto/response_parser'
29
29
 
30
30
  module Animoto
31
31
  class Client
32
- API_ENDPOINT = "https://api2-staging.animoto.com/"
32
+ API_ENDPOINT = "https://api2-sandbox.animoto.com/"
33
33
  API_VERSION = 1
34
34
  BASE_CONTENT_TYPE = "application/vnd.animoto"
35
35
 
data/lib/animoto.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Animoto
2
2
  def self.version
3
- "0.0.0.alpha8"
3
+ "0.0.0.alpha9"
4
4
  end
5
5
  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: -1710980406
4
+ hash: -1710980405
5
5
  prerelease: true
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 0
10
- - alpha8
11
- version: 0.0.0.alpha8
10
+ - alpha9
11
+ version: 0.0.0.alpha9
12
12
  platform: ruby
13
13
  authors:
14
14
  - Animoto