google-cloud-storage 0.20.0 → 0.20.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6a1c76520a0d11fc1c5c1eab6e2d1f1b4ff91722
4
- data.tar.gz: 13c3e68262197af5291c8ad83176390781a4fcad
3
+ metadata.gz: b4f6031422be80063150ddc34a7abcba8ab50d61
4
+ data.tar.gz: 89080a3f47af90202f083dd6d9883c0ac2703864
5
5
  SHA512:
6
- metadata.gz: 3a72a3dc3325b969ecb69737731f794e5115a3691d3d2194858df9358a3384a5cb3f21e6cc54c0a67f14bd5004e05131acd1d636385df8a07543348bc93eb9d9
7
- data.tar.gz: 24acdbc0c2ebf827a4f6a2a64457f1b45719d8222df10612054e0579b3fea5719f97a8ef845470e884dc9c334ec508b8f9c7d751147753da555304166b8d66a6
6
+ metadata.gz: 5b391bdcaeb51b45f9c8a5d53e8f09e548a295ddd4becc209c8aeab6a268cb31f45531880c3ce4e55041671e33844ec6f79eac108f77fc61b53b1f75a1a2688a
7
+ data.tar.gz: 24b3a46a4eac17f27cd7f210fdc0adf9592f077cd22c0ff6dec77f5db5925793e0e1e49e1efbc644f83d092681d31b228930c6eebe81c621aadc8863475f8931
@@ -48,7 +48,8 @@ module Google
48
48
  @service.client_options.application_version = \
49
49
  Google::Cloud::Storage::VERSION
50
50
  @service.request_options.retries = retries || 3
51
- @service.request_options.timeout_sec = timeout if timeout
51
+ @service.request_options.timeout_sec = timeout
52
+ @service.request_options.open_timeout_sec = timeout
52
53
  @service.authorization = @credentials.client
53
54
  end
54
55
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Storage
19
- VERSION = "0.20.0"
19
+ VERSION = "0.20.1"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-storage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.20.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-27 00:00:00.000000000 Z
12
+ date: 2016-09-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core