google-cloud-recaptcha_enterprise 1.1.1 → 1.1.2
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: 2ac0c39158c36bf70648f3833967cc31e4f4e8dad25e923e020ace4acb06decb
|
4
|
+
data.tar.gz: 29464bf2ebd7636e9b0839c2c477a0be31781d6d7b64a6cfa13331fc6830dfa6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79b13f2f6054a29a8e1b99e7636494d8cfb6e2b4e86698d68670cd23eda8657250e3c39fdbbcb1c632e1beb928b116e69aa41db8f74f74f95fd834450fcf5320
|
7
|
+
data.tar.gz: 34c0d01d28c60a3d51912b9a244ef4f44c6868d7fd163641bc2230f3b685be5a0056de576aaa02f1fee9837b4d83eb08728041ac565bfb844820b9d65196b107
|
@@ -88,8 +88,8 @@ module Google
|
|
88
88
|
# The library version as recorded in instrumentation and logging.
|
89
89
|
# * `interceptors` (*type:* `Array<GRPC::ClientInterceptor>`) -
|
90
90
|
# An array of interceptors that are run before calls are executed.
|
91
|
-
# * `timeout` (*type:* `
|
92
|
-
# Default timeout in
|
91
|
+
# * `timeout` (*type:* `Numeric`) -
|
92
|
+
# Default timeout in seconds.
|
93
93
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) -
|
94
94
|
# Additional gRPC headers to be sent with the call.
|
95
95
|
# * `retry_policy` (*type:* `Hash`) -
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-recaptcha_enterprise
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-01-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
198
198
|
- !ruby/object:Gem::Version
|
199
199
|
version: '0'
|
200
200
|
requirements: []
|
201
|
-
rubygems_version: 3.
|
201
|
+
rubygems_version: 3.2.6
|
202
202
|
signing_key:
|
203
203
|
specification_version: 4
|
204
204
|
summary: API Client library for the reCAPTCHA Enterprise API
|