td-client 0.8.33 → 0.8.34

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,8 +1,13 @@
1
1
 
2
+ == 2012-10-16 version 0.8.34
3
+
4
+ * Set Net::HTTP#open_timeout = 60
5
+
6
+
2
7
  == 2012-10-10 version 0.8.33
3
8
 
4
- * supports import_with_id API
5
- * supports deflate and gzip Content-Encodings and sends Accept-Encoding header
9
+ * Supports import_with_id API
10
+ * Supports deflate and gzip Content-Encodings and sends Accept-Encoding header
6
11
 
7
12
 
8
13
  == 2012-10-09 version 0.8.32
@@ -1329,6 +1329,7 @@ class API
1329
1329
 
1330
1330
  def new_http
1331
1331
  http = @http_class.new(@host, @port)
1332
+ http.open_timeout = 60
1332
1333
  if @ssl
1333
1334
  http.use_ssl = true
1334
1335
  http.verify_mode = OpenSSL::SSL::VERIFY_PEER
@@ -1,5 +1,5 @@
1
1
  module TreasureData
2
2
 
3
- VERSION = '0.8.33'
3
+ VERSION = '0.8.34'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: td-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.33
4
+ version: 0.8.34
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-10-11 00:00:00.000000000 Z
12
+ date: 2012-10-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: msgpack