google-cloud-dns 0.29.3 → 0.29.4
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/LOGGING.md +1 -1
- data/lib/google-cloud-dns.rb +1 -1
- data/lib/google/cloud/dns/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4fa4a9aaded6bffe7ff377dd607f4c2fde72c1f74deb02462b2565f058aa9098
|
|
4
|
+
data.tar.gz: 24f7ddd743d1f48e13470bfc799cd5d83f7b10074f247faa358138adb6510a34
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 69b1ffbdf946409289765e2d415058b54fb11b658ccf3577eb2967c54942e2a0a9d4bc4716506e2069c39e2b14e09e692cc608c67e24efc68ed9771cf31436b7
|
|
7
|
+
data.tar.gz: bd69cd78d288e77dcb64f69110bd2c188d372ac2bc5758146995b49fc345437d3cd2da829cf4c0bafe029ae2d171cfd0395a9010f5cd8ee73f089fc78f2048b4
|
data/CHANGELOG.md
CHANGED
data/LOGGING.md
CHANGED
|
@@ -6,7 +6,7 @@ Client](https://github.com/google/google-api-ruby-client/blob/master/README.md#l
|
|
|
6
6
|
library. The logger that you set may be a Ruby stdlib
|
|
7
7
|
[`Logger`](https://ruby-doc.org/stdlib-2.4.0/libdoc/logger/rdoc/Logger.html) as
|
|
8
8
|
shown below, or a
|
|
9
|
-
[`Google::Cloud::Logging::Logger`](https://
|
|
9
|
+
[`Google::Cloud::Logging::Logger`](https://googleapis.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/Google/Cloud/Logging/Logger)
|
|
10
10
|
that will write logs to [Stackdriver
|
|
11
11
|
Logging](https://cloud.google.com/logging/).
|
|
12
12
|
|
data/lib/google-cloud-dns.rb
CHANGED
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.29.
|
|
4
|
+
version: 0.29.4
|
|
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: 2018-09-
|
|
12
|
+
date: 2018-09-21 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|
|
@@ -238,7 +238,7 @@ files:
|
|
|
238
238
|
- lib/google/cloud/dns/zone.rb
|
|
239
239
|
- lib/google/cloud/dns/zone/list.rb
|
|
240
240
|
- lib/google/cloud/dns/zone/transaction.rb
|
|
241
|
-
homepage: https://github.com/
|
|
241
|
+
homepage: https://github.com/googleapis/google-cloud-ruby/tree/master/google-cloud-dns
|
|
242
242
|
licenses:
|
|
243
243
|
- Apache-2.0
|
|
244
244
|
metadata: {}
|