google-cloud-dns 0.30.1 → 0.30.2
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/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: 595489857ccfc57ee754e666f9feac8fb28f93122b3fb07ad065af95a6e7f7aa
|
|
4
|
+
data.tar.gz: f00d600df85a0a0fc78c37d153c6e91ba0109749e6e613d9575af3be91756d54
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ddd01191f73978160528a4c239897dca2dbc9419a88d4f563ee9175706b6a808f237442f6a49366ac11666167da9ba0ad85d9568abd8092c57a02b9d825963d8
|
|
7
|
+
data.tar.gz: 791d85c38cbc463cca62e2fde0125c41f034b59d54b4a14c6234d31f1e81a25ce10e75e3438752ac4e3fce7809059a3a4ebe417a347c5a5cd6a6e44c5c43a9a6
|
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://googleapis.
|
|
9
|
+
[`Google::Cloud::Logging::Logger`](https://googleapis.dev/ruby/google-cloud-logging/latest)
|
|
10
10
|
that will write logs to [Stackdriver
|
|
11
11
|
Logging](https://cloud.google.com/logging/).
|
|
12
12
|
|
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.30.
|
|
4
|
+
version: 0.30.2
|
|
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: 2019-
|
|
12
|
+
date: 2019-08-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|
|
@@ -269,7 +269,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
269
269
|
- !ruby/object:Gem::Version
|
|
270
270
|
version: '0'
|
|
271
271
|
requirements: []
|
|
272
|
-
rubygems_version: 3.0.
|
|
272
|
+
rubygems_version: 3.0.4
|
|
273
273
|
signing_key:
|
|
274
274
|
specification_version: 4
|
|
275
275
|
summary: API Client library for Google Cloud DNS
|