google-cloud-access_approval-v1 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: b744f41cfece9def1a5fa5ddbb74f0379893578fee58149d75691a597d32f07f
4
- data.tar.gz: 9e8bace6854244a882706b0f807df96a336ed7a851e50267e4ada9020c7bdce9
3
+ metadata.gz: b2e9de46447cfd503fd2b1529800835b8d32d4d6df7dc81527cfe27380160bb9
4
+ data.tar.gz: 1c77b7a5d6c0766069cce483288e5b795c110fc786d3d178241fa63b2679b026
5
5
  SHA512:
6
- metadata.gz: ec021a7fe20652f00919f016f90a476d0fe61ab5934b74c6a7214a5ce5738746ec1e0bd5e1787d75e99fc4b7e6dad14bba75931e4deb6541b80b9cec083e01f1
7
- data.tar.gz: d09f33553a79be468d1aa658000ca78c9b095c37956ef9520a6e76ba9f1495037892f89563122f0e5b6b2dee31ad6283cee2684d4571da4e1b907fe6857398d1
6
+ metadata.gz: f6d336a91191bb0a1c373732f967352cdba3a32a154fc61ee454a1cead28009811e8cc47d95c4102111f580ad7656c6a7cb6ef232b50b53d9d246d671e0e3389
7
+ data.tar.gz: d7c3c5ccef2c824fce1b93c60940bcfd974ba55879c8f8c99c93a0f7356df5c4e737b08cb2659ca1c3a8eea7734210fd7ba13172dd346bc68f7b490de7f0cf51
@@ -798,7 +798,7 @@ module Google
798
798
  def rpcs
799
799
  @rpcs ||= begin
800
800
  parent_rpcs = nil
801
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
801
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
802
802
  Rpcs.new parent_rpcs
803
803
  end
804
804
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AccessApproval
23
23
  module V1
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-access_approval-v1
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-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  - !ruby/object:Gem::Version
195
195
  version: '0'
196
196
  requirements: []
197
- rubygems_version: 3.0.6
197
+ rubygems_version: 3.1.3
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: API Client library for the Access Approval API V1 API