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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d2d8387460e849068f5a263a1a16b7dc356bf6044e58cdfe3634d36e439f209a
|
4
|
+
data.tar.gz: f8f2715b3a45a38eee0646e4fc824a202028e6b37d71ed4234b212ad422121ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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?
|
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
|
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.
|
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
|
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.
|
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
|