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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 88668e9b1a57d200327ce478251848b90f9d1a4322be63d6f781ccff4ffcad33
4
- data.tar.gz: a936407b7c544de20b6d70282be028030dc9e99e7559aa46f50af9b243d06bb8
3
+ metadata.gz: 6ed219307ef5d395e05543f3755a7a1f24ddbfa9cadfad59348a2a01a70cc5eb
4
+ data.tar.gz: 8461fce811dd119da5bfee820c8f51d5e22b26e42de8f7f88361d8710c2f85f6
5
5
  SHA512:
6
- metadata.gz: 49229a19b8053539b43af2239b71c7d89ac85ca795fcd6a2bb920f966652ebc95c127137e0b6d43975de58b7b4a5c9163ca41e3f409cb392148f22ac65d8f434
7
- data.tar.gz: ce2f8c214308547f45a165eac84cf4f85836c4a2d8b5be25a0c616751f3478768412826162ae79decc3f82eb547e79a3d1092bdb297b12867ddd427cc27b5763
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
@@ -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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1beta1
24
- VERSION = "0.17.2"
24
+ VERSION = "0.17.3"
25
25
  end
26
26
  end
27
27
  end
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.2
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: 2025-04-18 00:00:00.000000000 Z
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.5
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.