zencoder 2.4.2 → 2.4.3

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.
data/README.markdown CHANGED
@@ -36,7 +36,7 @@ With the release of version two of the Zencoder API, there are some new methods
36
36
  * Zencoder::Output.details(output\_id)
37
37
  * Zencoder::Report.minutes(:from => "2011-01-01", :to => "2011-03-01")
38
38
 
39
- These new methods will not work with newer versions of the API. Please see the [Zencoder documentation](https://app.zencoder.com/docs) and our [blog post on the subject](http://blog.zencoder.com/2012/01/05/announcing-zencoder-api-v2/) for more information on APIv2.
39
+ These new methods will not work with older versions of the API. Please see the [Zencoder documentation](https://app.zencoder.com/docs) and our [blog post on the subject](http://blog.zencoder.com/2012/01/05/announcing-zencoder-api-v2/) for more information on APIv2.
40
40
 
41
41
  If you'd like to use the new version of the library but continue using APIv1 until you work through any integration troubles, you can do the following:
42
42
 
data/lib/zencoder/http.rb CHANGED
@@ -13,7 +13,7 @@ module Zencoder
13
13
 
14
14
  self.http_backend = NetHTTP
15
15
 
16
- self.default_options = {:timeout => 10000,
16
+ self.default_options = {:timeout => 60000,
17
17
  :headers => {'Accept' => 'application/json',
18
18
  'Content-Type' => 'application/json',
19
19
  'User-Agent' => "Zencoder-rb v#{Zencoder::GEM_VERSION}"}}
@@ -1,3 +1,3 @@
1
1
  module Zencoder
2
- GEM_VERSION = '2.4.2'
2
+ GEM_VERSION = '2.4.3'
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 4
9
- - 2
10
- version: 2.4.2
9
+ - 3
10
+ version: 2.4.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Nathan Sutton
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-05-07 00:00:00 Z
19
+ date: 2012-09-14 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: multi_json
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
132
132
  requirements: []
133
133
 
134
134
  rubyforge_project: zencoder
135
- rubygems_version: 1.8.17
135
+ rubygems_version: 1.8.24
136
136
  signing_key:
137
137
  specification_version: 3
138
138
  summary: Zencoder <http://zencoder.com> integration library.