google-cloud-recaptcha_enterprise-v1 1.7.0 → 1.7.1
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78cbba5e149055c35b7c0c80b291329625bd3396b9fe331c2b14437b45e0690c
|
4
|
+
data.tar.gz: 13e3636961aee77b6578ce73654a1bb21dcd01f975c1bc59eeb2de2dbe5b61ec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3627e00f0cd98fd8b21d75cf1c977ba19f291bc7e5ee4b810ccfea0ad7bca4ae2f21cbd4a547d2b8dcaecf7b5577979cb8652b357e256121adb6a50218cfbeb1
|
7
|
+
data.tar.gz: 1f499d64f27db4030c861334b757c9d37d357e4963bc098bbad8d6b4fb65fcd501a0a401966600bf071ae89bfc75d70a322ec8048770177db0e6cc70347aa010
|
@@ -2358,8 +2358,8 @@ module Google
|
|
2358
2358
|
|
2359
2359
|
config_attr :endpoint, nil, ::String, nil
|
2360
2360
|
config_attr :credentials, nil do |value|
|
2361
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
2362
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
2361
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
2362
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
2363
2363
|
allowed.any? { |klass| klass === value }
|
2364
2364
|
end
|
2365
2365
|
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-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.1
|
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
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
96
96
|
- !ruby/object:Gem::Version
|
97
97
|
version: '0'
|
98
98
|
requirements: []
|
99
|
-
rubygems_version: 3.6.
|
99
|
+
rubygems_version: 3.6.8
|
100
100
|
specification_version: 4
|
101
101
|
summary: Help protect your website from fraudulent activity, spam, and abuse without
|
102
102
|
creating friction.
|