google-cloud-tasks-v2 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: e2b3062477b50fc3adb3bf1692b4b3a788eb43328711114c71300d185401ef49
|
|
4
|
+
data.tar.gz: e154f0279e6ff5c03b813260b7d5a54f050afc5fc223f5ad58f060680952883b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a0554305c081ab02328b0df8b67f862cd617643fb7c88258510c979b7fd424faecb544415790d9f678bf1b075991b4376539c2f9a9a4c799f0461e99369ec8a6
|
|
7
|
+
data.tar.gz: 5c5e6f0530c13396c7a15c5b92f0d2658db901a3d25f91325dace67a40b8b85be63f846ecf7e88817887d4bc3ca887b116c850b22f3c666d47b5c1e1bd3b3bf0
|
|
@@ -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-v2
|
|
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 V2 API
|