zencoder 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,7 +37,7 @@ class Zencoder
37
37
  end
38
38
 
39
39
  def self.put(url, options={})
40
- new(:get, url, options).perform
40
+ new(:put, url, options).perform
41
41
  end
42
42
 
43
43
  def self.get(url, options={})
@@ -1,3 +1,3 @@
1
1
  class Zencoder
2
- GEM_VERSION = '2.2.0'
2
+ GEM_VERSION = '2.2.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zencoder
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 2
9
- - 0
10
- version: 2.2.0
9
+ - 1
10
+ version: 2.2.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Sutton