google-cloud-dns 0.32.0 → 0.32.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e77150fff3a7245a9735d39000f396495047d3baf1370c4eabdea0012d39bab
4
- data.tar.gz: 174d908b6e611e3c984e765ca87a16424b5aa18692c2f42e84e8b438681d44a2
3
+ metadata.gz: be5ff667872b4eb2cc744f059ea546eb227260645a0ddacc01c7473668af0007
4
+ data.tar.gz: a84d0b209261fc68349bd7396f4966829fd023489914f20998964b24c024ed5e
5
5
  SHA512:
6
- metadata.gz: e8681e4ef2743ebd1d2f2d6d6ffb05240397fb6aeb03680c9cd567dec47bdca25ec05a5fc27e2dc2a8674eb15979265e9b355f371ced99a7237764ffd184efe8
7
- data.tar.gz: ba11480040bb67d8f1a1af12e7189a9958ca20d2e99df7d362cef2e4d00669690c47b34f0a76c60098ef2b9f680b84c44c9de702d55db845dfc5b71cd770ea21
6
+ metadata.gz: 635a2bede07e63fa69d3677da8d601d56bfe3786e7499150dd7aa9d80439d28cb3af4764f58e7025d462e98c2fc5ce503972896778d88383b33f5654c77cbab7
7
+ data.tar.gz: 573b1a47063ebe1dafa2293e0c9af61397ff900f783ed2aa1698cd400fa492b835d664131bbf7a193b5b22d47bb21dd2b9ddeefd31ff5caa59550f09353b621e
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.32.1 / 2020-05-28
4
+
5
+ #### Documentation
6
+
7
+ * Fix a few broken links
8
+
3
9
  ### 0.32.0 / 2019-10-29
4
10
 
5
11
  This release requires Ruby 2.4 or later.
@@ -24,14 +24,8 @@ improved, *please* create a new issue on GitHub so we can talk about it.
24
24
 
25
25
  - [New issue][gh-ruby]
26
26
 
27
- Or, you can ask questions on the [Google Cloud Platform Slack][slack-ruby]. You
28
- can use the "ruby" channel for general Ruby questions, or use the
29
- "google-cloud-ruby" channel if you have questions about this gem in particular.
30
-
31
27
  [so-ruby]: http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby+dns
32
28
 
33
- [gh-search-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues?q=label%3A%22api%3A+dns%22
34
-
35
- [gh-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues/new
29
+ [gh-search-ruby]: https://github.com/googleapis/google-cloud-ruby/issues?q=label%3A%22api%3A+dns%22
36
30
 
37
- [slack-ruby]: https://gcp-slack.appspot.com/
31
+ [gh-ruby]: https://github.com/googleapis/google-cloud-ruby/issues/new
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dns
19
- VERSION = "0.32.0".freeze
19
+ VERSION = "0.32.1".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.32.0
4
+ version: 0.32.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: 2019-10-30 00:00:00.000000000 Z
12
+ date: 2020-05-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core
@@ -87,14 +87,14 @@ dependencies:
87
87
  requirements:
88
88
  - - "~>"
89
89
  - !ruby/object:Gem::Version
90
- version: '5.10'
90
+ version: '5.14'
91
91
  type: :development
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
95
  - - "~>"
96
96
  - !ruby/object:Gem::Version
97
- version: '5.10'
97
+ version: '5.14'
98
98
  - !ruby/object:Gem::Dependency
99
99
  name: minitest-autotest
100
100
  requirement: !ruby/object:Gem::Requirement