google-cloud-tasks-v2beta2 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c4455f8400956b2938daa38228109362e25c97b4d1ed7d9d0f224078878a8a29
|
|
4
|
+
data.tar.gz: 70be65ba9665e674f4018f0f18359c4a74d816df0678a8ddaf8c829808805661
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b53c4a5a0c29884d6164d22c6ae9ff274ebdd49a416fd8f5446d562675a6f6d1a2791c6b710073a0647975f75b05c81b7155729c99047d3cc1c587d05617c3e
|
|
7
|
+
data.tar.gz: 83b1e4356608dc020b053d5dbf067e42793d04c765348a17a805d637da047764491b2a40bc5ec6701fe19ce76347d8e93024be06421f6b4001e5551631975ed5
|
|
@@ -2150,7 +2150,7 @@ module Google
|
|
|
2150
2150
|
def rpcs
|
|
2151
2151
|
@rpcs ||= begin
|
|
2152
2152
|
parent_rpcs = nil
|
|
2153
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
2153
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
2154
2154
|
Rpcs.new parent_rpcs
|
|
2155
2155
|
end
|
|
2156
2156
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-tasks-v2beta2
|
|
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-
|
|
11
|
+
date: 2020-06-06 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 V2beta2 API
|