google-cloud-tasks-v2beta3 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: a1da8fed76646740b7b0f81dd48bf94796c5c40449671aee2db449dfed6ac287
|
4
|
+
data.tar.gz: 25f75de6285eb18006bdf79759fe4970707b716bd6e76cb2944ba369c9f3be24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ca87d6c51117548954f13d2aac5f5c83401f90c8d95683255692b46745501e04bf670de6a85eab2d0cd3c51f2dc7798ef354c86e70cb3477f3b6db3310fcc34
|
7
|
+
data.tar.gz: f3ee655a01746d9e609a195580da35015d72e16f68452c9090f1a5fe9c00a8806190408bfd0c87e1406603a2e9fb098a7af526b6214fc078a654fe290443e180
|
@@ -1703,7 +1703,7 @@ module Google
|
|
1703
1703
|
def rpcs
|
1704
1704
|
@rpcs ||= begin
|
1705
1705
|
parent_rpcs = nil
|
1706
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
1706
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
1707
1707
|
Rpcs.new parent_rpcs
|
1708
1708
|
end
|
1709
1709
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-tasks-v2beta3
|
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
|
@@ -231,7 +231,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
231
231
|
- !ruby/object:Gem::Version
|
232
232
|
version: '0'
|
233
233
|
requirements: []
|
234
|
-
rubygems_version: 3.
|
234
|
+
rubygems_version: 3.1.3
|
235
235
|
signing_key:
|
236
236
|
specification_version: 4
|
237
237
|
summary: API Client library for the Cloud Tasks V2beta3 API
|