google-cloud-dns 0.23.0 → 0.24.0
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 +3 -2
- data/lib/google/cloud/dns/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9795fec2f3c07b427e4ca29cac6b840dc8c75428
|
4
|
+
data.tar.gz: 4fd86a89a95038309a6dc714ae1c7be2baeaf840
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c0cce761a1dacf98de291715a1fb1157221524c7d61c881c212c5a6f3d7b43666b7411240bf869cea1b34ba7f85413188a8c6cd84c32f3b475b4e5c0e9d932c
|
7
|
+
data.tar.gz: ec1216e2c978e52b267604e6b5a4858a4fc1cfcaf29c12e78a3fe7df38c4816b588e478255de55c1cd4739de5d27267a61b43af6ab138eb0f241b91c3f82ba08
|
@@ -40,9 +40,10 @@ module Google
|
|
40
40
|
@service.client_options.application_name = "gcloud-ruby"
|
41
41
|
@service.client_options.application_version = \
|
42
42
|
Google::Cloud::Dns::VERSION
|
43
|
+
@service.client_options.open_timeout_sec = timeout
|
44
|
+
@service.client_options.read_timeout_sec = timeout
|
45
|
+
@service.client_options.send_timeout_sec = timeout
|
43
46
|
@service.request_options.retries = retries || 3
|
44
|
-
@service.request_options.timeout_sec = timeout
|
45
|
-
@service.request_options.open_timeout_sec = timeout
|
46
47
|
@service.request_options.header ||= {}
|
47
48
|
@service.request_options.header["x-goog-api-client"] = \
|
48
49
|
"gl-ruby/#{RUBY_VERSION} gccl/#{Google::Cloud::Dns::VERSION}"
|
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.
|
4
|
+
version: 0.24.0
|
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: 2017-04-
|
12
|
+
date: 2017-04-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|
@@ -31,14 +31,14 @@ dependencies:
|
|
31
31
|
requirements:
|
32
32
|
- - "~>"
|
33
33
|
- !ruby/object:Gem::Version
|
34
|
-
version: 0.
|
34
|
+
version: 0.11.0
|
35
35
|
type: :runtime
|
36
36
|
prerelease: false
|
37
37
|
version_requirements: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - "~>"
|
40
40
|
- !ruby/object:Gem::Version
|
41
|
-
version: 0.
|
41
|
+
version: 0.11.0
|
42
42
|
- !ruby/object:Gem::Dependency
|
43
43
|
name: zonefile
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|