google-cloud-dns 0.35.0 → 0.35.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 +4 -4
- data/CHANGELOG.md +6 -0
- data/CONTRIBUTING.md +1 -2
- data/OVERVIEW.md +1 -2
- data/lib/google/cloud/dns/version.rb +1 -1
- metadata +15 -9
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df50a61b9cfd9a52f220966f2c86b7c2dbc8ead4768365c1f74cde078a3e5286
|
|
4
|
+
data.tar.gz: 8426a3c5519a9be57ee1c1800b1bc1acb71b0e2896784cfbce90c26569bfa6c5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b1c2abb5e33df3ad387a1382bf073b01b9efc614aa5c521c1e633a9eb951cddf8c8486cb5ec80ca600adc9bf8cacd50245146249cf2b7a511591485215a7927
|
|
7
|
+
data.tar.gz: 424f4276adb5f7089a9df71a9200f7d2bc7a7bc9b51cf76078d53db70d279eb94c77b0293c43ab881b9789f3aefd3e42f0bdd909bbf89d0c0371d9bdda47cee9
|
data/CHANGELOG.md
CHANGED
data/CONTRIBUTING.md
CHANGED
|
@@ -126,8 +126,7 @@ entire acceptance test suite. However, please ensure that you do successfully
|
|
|
126
126
|
run acceptance tests for any code areas covered by your pull request.
|
|
127
127
|
|
|
128
128
|
To run the acceptance tests, first create and configure a project in the Google
|
|
129
|
-
Developers Console, as described in the {file:AUTHENTICATION.md Authentication
|
|
130
|
-
guide}. Be sure to download the JSON KEY file. Make note of the PROJECT_ID and
|
|
129
|
+
Developers Console, as described in the {file:AUTHENTICATION.md Authentication Guide}. Be sure to download the JSON KEY file. Make note of the PROJECT_ID and
|
|
131
130
|
the KEYFILE location on your system.
|
|
132
131
|
|
|
133
132
|
Before you can run the DNS acceptance tests, you must first create indexes
|
data/OVERVIEW.md
CHANGED
|
@@ -250,5 +250,4 @@ dns = Google::Cloud::Dns.new retries: 10, timeout: 120
|
|
|
250
250
|
|
|
251
251
|
## Additional information
|
|
252
252
|
|
|
253
|
-
Google Cloud DNS can be configured to use logging. To learn more, see the
|
|
254
|
-
{file:LOGGING.md Logging guide}.
|
|
253
|
+
Google Cloud DNS can be configured to use logging. To learn more, see the {file:LOGGING.md Logging guide}.
|
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.35.
|
|
4
|
+
version: 0.35.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: 2021-
|
|
12
|
+
date: 2021-06-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|
|
@@ -17,14 +17,14 @@ dependencies:
|
|
|
17
17
|
requirements:
|
|
18
18
|
- - "~>"
|
|
19
19
|
- !ruby/object:Gem::Version
|
|
20
|
-
version: '1.
|
|
20
|
+
version: '1.6'
|
|
21
21
|
type: :runtime
|
|
22
22
|
prerelease: false
|
|
23
23
|
version_requirements: !ruby/object:Gem::Requirement
|
|
24
24
|
requirements:
|
|
25
25
|
- - "~>"
|
|
26
26
|
- !ruby/object:Gem::Version
|
|
27
|
-
version: '1.
|
|
27
|
+
version: '1.6'
|
|
28
28
|
- !ruby/object:Gem::Dependency
|
|
29
29
|
name: google-apis-dns_v1
|
|
30
30
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -43,16 +43,22 @@ dependencies:
|
|
|
43
43
|
name: googleauth
|
|
44
44
|
requirement: !ruby/object:Gem::Requirement
|
|
45
45
|
requirements:
|
|
46
|
-
- - "
|
|
46
|
+
- - ">="
|
|
47
47
|
- !ruby/object:Gem::Version
|
|
48
|
-
version:
|
|
48
|
+
version: 0.16.2
|
|
49
|
+
- - "<"
|
|
50
|
+
- !ruby/object:Gem::Version
|
|
51
|
+
version: 2.a
|
|
49
52
|
type: :runtime
|
|
50
53
|
prerelease: false
|
|
51
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
52
55
|
requirements:
|
|
53
|
-
- - "
|
|
56
|
+
- - ">="
|
|
54
57
|
- !ruby/object:Gem::Version
|
|
55
|
-
version:
|
|
58
|
+
version: 0.16.2
|
|
59
|
+
- - "<"
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
version: 2.a
|
|
56
62
|
- !ruby/object:Gem::Dependency
|
|
57
63
|
name: zonefile
|
|
58
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -257,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
257
263
|
- !ruby/object:Gem::Version
|
|
258
264
|
version: '0'
|
|
259
265
|
requirements: []
|
|
260
|
-
rubygems_version: 3.2.
|
|
266
|
+
rubygems_version: 3.2.17
|
|
261
267
|
signing_key:
|
|
262
268
|
specification_version: 4
|
|
263
269
|
summary: API Client library for Google Cloud DNS
|