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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: be4b25685e3ae6cefb7c36cded81c5a6ae3f71e284add2a9f93d73b4ddeb6457
4
- data.tar.gz: a6f41e044cbcaecc6f4828e79f0605c69823e3e4fa9bbb3df4f4784450cdc4a3
3
+ metadata.gz: 4fa4a9aaded6bffe7ff377dd607f4c2fde72c1f74deb02462b2565f058aa9098
4
+ data.tar.gz: 24f7ddd743d1f48e13470bfc799cd5d83f7b10074f247faa358138adb6510a34
5
5
  SHA512:
6
- metadata.gz: 830b6ed9e1fab0cf7d67df07434495caf2d64b7a4a4e89aa252f6f926da0526f4ccd54d8ed009851ccb0a771f11264ac51c80ca3f039b9b17a8e2e67ff2d8c91
7
- data.tar.gz: e1f92e514ee988222889c046dd495a47b62459b18ff1e1b31683a131526cc542f844117aaf8e61bcca77cdf9ec1d93cffae5e5e959406e210401b54da976c395
6
+ metadata.gz: 69b1ffbdf946409289765e2d415058b54fb11b658ccf3577eb2967c54942e2a0a9d4bc4716506e2069c39e2b14e09e692cc608c67e24efc68ed9771cf31436b7
7
+ data.tar.gz: bd69cd78d288e77dcb64f69110bd2c188d372ac2bc5758146995b49fc345437d3cd2da829cf4c0bafe029ae2d171cfd0395a9010f5cd8ee73f089fc78f2048b4
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.29.4 / 2018-09-20
4
+
5
+ * Update documentation.
6
+ * Change documentation URL to googleapis GitHub org.
7
+ * Fix circular require warning.
8
+
3
9
  ### 0.29.3 / 2018-09-12
4
10
 
5
11
  * Add missing documentation files to package.
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://googlecloudplatform.github.io/google-cloud-ruby/docs/google-cloud-logging/latest/Google/Cloud/Logging/Logger)
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
 
@@ -19,7 +19,7 @@
19
19
 
20
20
 
21
21
  gem "google-cloud-core"
22
- require "google/cloud"
22
+ require "google/cloud" unless defined? Google::Cloud.new
23
23
  require "google/cloud/config"
24
24
  require "googleauth"
25
25
 
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dns
19
- VERSION = "0.29.3".freeze
19
+ VERSION = "0.29.4".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.29.3
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 00:00:00.000000000 Z
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/GoogleCloudPlatform/google-cloud-ruby/tree/master/google-cloud-dns
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: {}