google-cloud-recaptcha_enterprise-v1beta1 0.17.2 → 0.17.3
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 +4 -4
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/client.rb +2 -2
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb +1 -1
- data/lib/google/cloud/recaptcha_enterprise/v1beta1/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ed219307ef5d395e05543f3755a7a1f24ddbfa9cadfad59348a2a01a70cc5eb
|
4
|
+
data.tar.gz: 8461fce811dd119da5bfee820c8f51d5e22b26e42de8f7f88361d8710c2f85f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73a5ed10306e13cc22dc28c18c86ebbef0e495f456e0b198654e18bdef286847a822a474938f0a67b1217d3e144bacec2a3e36b3ef8f6f84489ef5f40c91bc0d
|
7
|
+
data.tar.gz: eda9ca672f461b8ef9884dcd1c8adcb961724b5b00e5d72d36d823c8412cef3d06609fac8f12584987a229f55c71649e16633e142bcc43614962492886301525
|
@@ -482,8 +482,8 @@ module Google
|
|
482
482
|
|
483
483
|
config_attr :endpoint, nil, ::String, nil
|
484
484
|
config_attr :credentials, nil do |value|
|
485
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
486
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
485
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
486
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
487
487
|
allowed.any? { |klass| klass === value }
|
488
488
|
end
|
489
489
|
config_attr :scope, nil, ::String, ::Array, nil
|
data/lib/google/cloud/recaptcha_enterprise/v1beta1/recaptcha_enterprise_service/rest/client.rb
CHANGED
@@ -452,7 +452,7 @@ module Google
|
|
452
452
|
|
453
453
|
config_attr :endpoint, nil, ::String, nil
|
454
454
|
config_attr :credentials, nil do |value|
|
455
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
455
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
456
456
|
allowed.any? { |klass| klass === value }
|
457
457
|
end
|
458
458
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-recaptcha_enterprise-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.6.
|
98
|
+
rubygems_version: 3.6.8
|
99
99
|
specification_version: 4
|
100
100
|
summary: Help protect your website from fraudulent activity, spam, and abuse without
|
101
101
|
creating friction.
|