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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3de4377e3e60c98a103ee09acf624cd9e1b72b81beb8682930aa188e9078622a
|
4
|
+
data.tar.gz: 6635f21a630edcf744ecf34b95473bc6a14bfe5ffc07a73466fb72ff077fd020
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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?
|
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
|
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.
|
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-
|
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.
|
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
|