google-cloud-dns 0.35.0 → 0.35.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 697c4c37fec5ebcde48f127d92630d4ffe3921d2ac3e319ce2f0642778c4d5af
4
- data.tar.gz: 41782ce61019a4a5ae4888db7a547609c6018cb69ce6d6a209aef82e47830646
3
+ metadata.gz: df50a61b9cfd9a52f220966f2c86b7c2dbc8ead4768365c1f74cde078a3e5286
4
+ data.tar.gz: 8426a3c5519a9be57ee1c1800b1bc1acb71b0e2896784cfbce90c26569bfa6c5
5
5
  SHA512:
6
- metadata.gz: d990f8b29bc5d7ac84a9f1b9e96aa48ab24af1c70b73ec15fdb395027abe41b5fa8b5f56d7ad5ce47e4e2735088d8c193e3d2c43c837126a0e581454464a4fb9
7
- data.tar.gz: 3556c5a65e31579aafe4d909013c77b3e616f3cb64ae5f7e1a62f5c60781f9bc83dffd48f748fbcd088f0ec17481bd706ecc044adb2f5afbebe3cfc6a60a6d78
6
+ metadata.gz: 4b1c2abb5e33df3ad387a1382bf073b01b9efc614aa5c521c1e633a9eb951cddf8c8486cb5ec80ca600adc9bf8cacd50245146249cf2b7a511591485215a7927
7
+ data.tar.gz: 424f4276adb5f7089a9df71a9200f7d2bc7a7bc9b51cf76078d53db70d279eb94c77b0293c43ab881b9789f3aefd3e42f0bdd909bbf89d0c0371d9bdda47cee9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.35.1 / 2021-06-17
4
+
5
+ #### Bug Fixes
6
+
7
+ * Expand googleauth dependency to support future 1.x versions
8
+
3
9
  ### 0.35.0 / 2021-03-10
4
10
 
5
11
  #### Features
data/CONTRIBUTING.md CHANGED
@@ -126,8 +126,7 @@ entire acceptance test suite. However, please ensure that you do successfully
126
126
  run acceptance tests for any code areas covered by your pull request.
127
127
 
128
128
  To run the acceptance tests, first create and configure a project in the Google
129
- Developers Console, as described in the {file:AUTHENTICATION.md Authentication
130
- guide}. Be sure to download the JSON KEY file. Make note of the PROJECT_ID and
129
+ Developers Console, as described in the {file:AUTHENTICATION.md Authentication Guide}. Be sure to download the JSON KEY file. Make note of the PROJECT_ID and
131
130
  the KEYFILE location on your system.
132
131
 
133
132
  Before you can run the DNS acceptance tests, you must first create indexes
data/OVERVIEW.md CHANGED
@@ -250,5 +250,4 @@ dns = Google::Cloud::Dns.new retries: 10, timeout: 120
250
250
 
251
251
  ## Additional information
252
252
 
253
- Google Cloud DNS can be configured to use logging. To learn more, see the
254
- {file:LOGGING.md Logging guide}.
253
+ Google Cloud DNS can be configured to use logging. To learn more, see the {file:LOGGING.md Logging guide}.
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Dns
19
- VERSION = "0.35.0".freeze
19
+ VERSION = "0.35.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.35.0
4
+ version: 0.35.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: 2021-03-10 00:00:00.000000000 Z
12
+ date: 2021-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core
@@ -17,14 +17,14 @@ dependencies:
17
17
  requirements:
18
18
  - - "~>"
19
19
  - !ruby/object:Gem::Version
20
- version: '1.2'
20
+ version: '1.6'
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
25
  - - "~>"
26
26
  - !ruby/object:Gem::Version
27
- version: '1.2'
27
+ version: '1.6'
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: google-apis-dns_v1
30
30
  requirement: !ruby/object:Gem::Requirement
@@ -43,16 +43,22 @@ dependencies:
43
43
  name: googleauth
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - "~>"
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
- version: '0.9'
48
+ version: 0.16.2
49
+ - - "<"
50
+ - !ruby/object:Gem::Version
51
+ version: 2.a
49
52
  type: :runtime
50
53
  prerelease: false
51
54
  version_requirements: !ruby/object:Gem::Requirement
52
55
  requirements:
53
- - - "~>"
56
+ - - ">="
54
57
  - !ruby/object:Gem::Version
55
- version: '0.9'
58
+ version: 0.16.2
59
+ - - "<"
60
+ - !ruby/object:Gem::Version
61
+ version: 2.a
56
62
  - !ruby/object:Gem::Dependency
57
63
  name: zonefile
58
64
  requirement: !ruby/object:Gem::Requirement
@@ -257,7 +263,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
257
263
  - !ruby/object:Gem::Version
258
264
  version: '0'
259
265
  requirements: []
260
- rubygems_version: 3.2.13
266
+ rubygems_version: 3.2.17
261
267
  signing_key:
262
268
  specification_version: 4
263
269
  summary: API Client library for Google Cloud DNS