google-cloud-secret_manager-v1beta1 0.6.1 → 0.6.2

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: d98cfc50bd03021887e0498cbec22fca0a09f62ffc0e1d4799b1b5ccf9da7b05
4
- data.tar.gz: af4a10639b18ded2582281027021bd856591cb4b5f40f3ad46683ffa7b1610be
3
+ metadata.gz: 3de4377e3e60c98a103ee09acf624cd9e1b72b81beb8682930aa188e9078622a
4
+ data.tar.gz: 6635f21a630edcf744ecf34b95473bc6a14bfe5ffc07a73466fb72ff077fd020
5
5
  SHA512:
6
- metadata.gz: 3a17a46b66e833c567a31e0bf43632c621d548de9099581b61f76008b8a46255efac2e40d55341fbd735c3e32f99fcba4ad54b87cfff1782a996471f6062b155
7
- data.tar.gz: d51aa66e17ed29203fe907604e3ec3f5436aa51891096e7d40da1392013bea1721fde519c549489fff7431437d5a0ee7159d29a25c492ef54ae0a8c58d3dd004
6
+ metadata.gz: 3f279d4a41f89d48e053c035c65bfc8296b88d3bfb024e6ba6caa9bd8ee58fff5ef92eafba071857afddc9f1fbadafbfb71d90d7c510e269cf0f9f4b8a2c63b2
7
+ data.tar.gz: f011beb44d7b756559231928d57a4de02d54a9b860455cbef14de8b9f0901ebf2bc005969e33647aa2d159b9deca3e6e22a38268bb2388efd903dfbf5ca26652
@@ -1375,7 +1375,7 @@ module Google
1375
1375
  def rpcs
1376
1376
  @rpcs ||= begin
1377
1377
  parent_rpcs = nil
1378
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
1378
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
1379
1379
  Rpcs.new parent_rpcs
1380
1380
  end
1381
1381
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1beta1
24
- VERSION = "0.6.1"
24
+ VERSION = "0.6.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secret_manager-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  - !ruby/object:Gem::Version
225
225
  version: '0'
226
226
  requirements: []
227
- rubygems_version: 3.0.6
227
+ rubygems_version: 3.1.3
228
228
  signing_key:
229
229
  specification_version: 4
230
230
  summary: API Client library for the Secret Manager V1beta1 API