google-cloud-tasks-v2 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: 8a6fc1cfb392a1ac362dc26dec564a2e502678d0eda9e82f6d135b0957ddeae3
4
- data.tar.gz: 35893d17d12498d4f5a9fd4ff3f40482b04ae818941a28a5e754141d6c5f4544
3
+ metadata.gz: e2b3062477b50fc3adb3bf1692b4b3a788eb43328711114c71300d185401ef49
4
+ data.tar.gz: e154f0279e6ff5c03b813260b7d5a54f050afc5fc223f5ad58f060680952883b
5
5
  SHA512:
6
- metadata.gz: bfc7eb1436b9ac28c029045e96dffa525716ad1a4cf2a415121f5523453b03cb6e9961b8b13b62e540676ae1ea8fd4c8ad5aac5c4915bfde23fd8a681e8ebbfc
7
- data.tar.gz: 41624fc4eb4195da991a8bf34a460b6b217e28c5cf9db87aff967f174b3997a7a70c2b59bd717f8d03fd701a45ebbe7dad465b2699589af65bd5308fdbce9fad
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? :rpcs
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Tasks
23
23
  module V2
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  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.1
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-26 00:00:00.000000000 Z
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.0.6
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