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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0b9dacdb07e681dedc6295c697827b9e4ed00a732af88711dcd4f325dcc5dc5
4
- data.tar.gz: 7f4c754bab6c18a84780d1f925246f461b29c46feecda08e49816d6e85c1be99
3
+ metadata.gz: 595489857ccfc57ee754e666f9feac8fb28f93122b3fb07ad065af95a6e7f7aa
4
+ data.tar.gz: f00d600df85a0a0fc78c37d153c6e91ba0109749e6e613d9575af3be91756d54
5
5
  SHA512:
6
- metadata.gz: fd47beb7e4bcfcff6cc86d27c496b0f8b7cb13c5e6bdab3bdd1a87d8d660d92fdab64e6eb8e24e91bcd443686ebd032e64e0162253e275c5a65d7c3ac5af7441
7
- data.tar.gz: 26107a630899883320fbf570d1234d2ffcd9a1c6f9a94327900d0e20e673f532124cafef14b42759cd95595075deb4539e005932d62631410a6044c137b13753
6
+ metadata.gz: ddd01191f73978160528a4c239897dca2dbc9419a88d4f563ee9175706b6a808f237442f6a49366ac11666167da9ba0ad85d9568abd8092c57a02b9d825963d8
7
+ data.tar.gz: 791d85c38cbc463cca62e2fde0125c41f034b59d54b4a14c6234d31f1e81a25ce10e75e3438752ac4e3fce7809059a3a4ebe417a347c5a5cd6a6e44c5c43a9a6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.30.2 / 2019-08-23
4
+
5
+ #### Documentation
6
+
7
+ * Update documentation
8
+
3
9
  ### 0.30.1 / 2019-07-15
4
10
 
5
11
  * Ensure use of a sufficiently recent REST client with the correct endpoint.
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.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/Google/Cloud/Logging/Logger)
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
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dns
19
- VERSION = "0.30.1".freeze
19
+ VERSION = "0.30.2".freeze
20
20
  end
21
21
  end
22
22
  end
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.1
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-07-16 00:00:00.000000000 Z
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.3
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