google-cloud-resource_manager 0.20.0 → 0.20.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 41fc6c1e4e4e8af2963be56fd2063d4e659b4a8f
|
4
|
+
data.tar.gz: ba88a1a1c5c060bce2cc9ec6b7117bb3dbe6c35a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4c80341fa2da6204da9d9493dc2594cdaca73b7407f9ea1dfb858541a68aef5ca1d53330c516ffaf540782ff4e7e682d0410cd2f73c4e26fa9a4b7bf7e33ce98
|
7
|
+
data.tar.gz: ffd3bfe1e1efd30e9ae458d51f9415c4b964ef18d61b441a7dab41249d7f3981671be38533b978dae1f5e8edc9e46e70ee3415750773462135ebc9d8e028fad9
|
@@ -41,7 +41,8 @@ module Google
|
|
41
41
|
@service.client_options.application_version = \
|
42
42
|
Google::Cloud::ResourceManager::VERSION
|
43
43
|
@service.request_options.retries = retries || 3
|
44
|
-
@service.request_options.timeout_sec
|
44
|
+
@service.request_options.timeout_sec = timeout
|
45
|
+
@service.request_options.open_timeout_sec = timeout
|
45
46
|
@service.authorization = @credentials.client
|
46
47
|
end
|
47
48
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-resource_manager
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.20.
|
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-
|
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
|