google-cloud-phishing_protection-v1beta1 0.1.0 → 0.1.1

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: dd04ad80a6d72630bc28b2ba4ae2ba1700ec814c457d97ed894b2a3a128a118e
4
- data.tar.gz: cde8a8760b612499f5beaa6a3184f16120ef23a19915eea2909f09489e17e894
3
+ metadata.gz: d2d8387460e849068f5a263a1a16b7dc356bf6044e58cdfe3634d36e439f209a
4
+ data.tar.gz: f8f2715b3a45a38eee0646e4fc824a202028e6b37d71ed4234b212ad422121ef
5
5
  SHA512:
6
- metadata.gz: 163e9f0618d0ff3d5245ef840c358369cc1bd9e542985a88b4eef60715ec85b37eac7caaa5f5b3a254c62d276375de2f8464860a41c3777a48c2457adfacce4a
7
- data.tar.gz: 4345ca0b61600e81a25e25c3846cfbb7b0a4ac1305be544903c822936a9a69599cda1e95b8ab1e535f14df09f2ca4ff8170d06fab5e3c881b23b1a56e82e8274
6
+ metadata.gz: 6cc8c889909327397996c4ef00089eaa578e2a70565f1b20bf408773f14dc85e356649bb385e4e6472c9eed257484dc63722c9508d30849c5c383c9020519899
7
+ data.tar.gz: 2e0f50138e3017dff6281277102c8c13ac87b0f47aa27bb3da9679fedbc02b10c8b28b4a4ca54c105aa6ab8f60e209872e11ee2a7a8bd0844ad60e85ff96c06f
@@ -334,7 +334,7 @@ module Google
334
334
  def rpcs
335
335
  @rpcs ||= begin
336
336
  parent_rpcs = nil
337
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
337
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
338
338
  Rpcs.new parent_rpcs
339
339
  end
340
340
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PhishingProtection
23
23
  module V1beta1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
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-phishing_protection-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
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
@@ -195,7 +195,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  - !ruby/object:Gem::Version
196
196
  version: '0'
197
197
  requirements: []
198
- rubygems_version: 3.0.6
198
+ rubygems_version: 3.1.3
199
199
  signing_key:
200
200
  specification_version: 4
201
201
  summary: API Client library for the Phishing Protection V1beta1 API