google-cloud-dns 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 +4 -4
- data/lib/google/cloud/dns/service.rb +2 -1
- data/lib/google/cloud/dns/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6bc8ee7d827d05ab7ac61c69bad8a8f1ad5443e4
|
4
|
+
data.tar.gz: 5820927b008a9d4220c66f2112a64dbd19112a54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79793315dae6b2af0df9662e3fda61c73a0688d49e1b0e8e9805e3076537ab66369f6faa4b2321c79e54239fcbcf763d586e1ea23ff38d640e0c90e40e04d1ff
|
7
|
+
data.tar.gz: 0d299c9084d6a8369a0d9e66baa03e1a4f1ea42d6208bc0f0fe2964604d7e1da1cc2d5b75bc9b61a3410757fa9b44486db2973d067cb5b7b4d4c0dbcf0113b1c
|
@@ -41,7 +41,8 @@ module Google
|
|
41
41
|
@service.client_options.application_version = \
|
42
42
|
Google::Cloud::Dns::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-dns
|
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
|