google-cloud-recaptcha_enterprise-v1beta1 0.17.2 → 0.18.0

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: 58a628864d58cee6aabbec58b06970029b2b325a212f376647cfe2b5ff298cf2
4
+ data.tar.gz: 2b103a63ff3f5550ef483d40eba3866333cf5c7819dc03c2dcdec5eeaab0851e
5
5
  SHA512:
6
- metadata.gz: 49229a19b8053539b43af2239b71c7d89ac85ca795fcd6a2bb920f966652ebc95c127137e0b6d43975de58b7b4a5c9163ca41e3f409cb392148f22ac65d8f434
7
- data.tar.gz: ce2f8c214308547f45a165eac84cf4f85836c4a2d8b5be25a0c616751f3478768412826162ae79decc3f82eb547e79a3d1092bdb297b12867ddd427cc27b5763
6
+ metadata.gz: 3251d690414b29515f57f48d36309040dcc7b0ac2363a316fe4e9629984d79f1e36d948adc2a5f1d13e74cff12a08f635ee147026f805c6ca4eeec7fc41b4e7c
7
+ data.tar.gz: 6b6b4954d2221d366b4fa1c82ccf98e1fbc28e94f279772fc3e00bfbcd6a8a4703ed0643e9a085424a0961249dc61adbaa04f46ed52fefba6a3bedb530c832e2
@@ -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.18.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,34 +1,28 @@
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.18.0
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
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -88,14 +82,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
88
82
  requirements:
89
83
  - - ">="
90
84
  - !ruby/object:Gem::Version
91
- version: '3.0'
85
+ version: '3.1'
92
86
  required_rubygems_version: !ruby/object:Gem::Requirement
93
87
  requirements:
94
88
  - - ">="
95
89
  - !ruby/object:Gem::Version
96
90
  version: '0'
97
91
  requirements: []
98
- rubygems_version: 3.6.5
92
+ rubygems_version: 3.6.8
99
93
  specification_version: 4
100
94
  summary: Help protect your website from fraudulent activity, spam, and abuse without
101
95
  creating friction.