google-cloud-scheduler-v1beta1 0.2.1 → 0.2.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: af1a3b0f6b94758ac4de986690172706b8ccf9d0b42675b5c4d7f5db68b807f7
|
4
|
+
data.tar.gz: 17551e0a95f3f91c9a9bd70c699905ccfbdac27df413ab78e3e0e7eccd5410c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e414a1a954de8e5f8a63bef853d192bb807a0ea93e8aa37033bd793bc0829f80b60319cde05a5ce65ab899e9c338a461baf2f6c4a707b682ec51610f5844eb23
|
7
|
+
data.tar.gz: a3d6f11fb54aea80e10b24d594de321ae4387d5f3ec2e73c3bcca0a015dda5a9f0c490707d9ec5f861e4c5d11d94b46bb25b9d4a6fda0336cb3f53d1c4663e14
|
@@ -888,7 +888,7 @@ module Google
|
|
888
888
|
def rpcs
|
889
889
|
@rpcs ||= begin
|
890
890
|
parent_rpcs = nil
|
891
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
891
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
892
892
|
Rpcs.new parent_rpcs
|
893
893
|
end
|
894
894
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-scheduler-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.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
|
11
|
+
date: 2020-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -207,7 +207,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
207
207
|
- !ruby/object:Gem::Version
|
208
208
|
version: '0'
|
209
209
|
requirements: []
|
210
|
-
rubygems_version: 3.
|
210
|
+
rubygems_version: 3.1.3
|
211
211
|
signing_key:
|
212
212
|
specification_version: 4
|
213
213
|
summary: API Client library for the Cloud Scheduler V1beta1 API
|