google-cloud-recaptcha_enterprise-v1 0.2.2 → 0.2.3

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: 6bd7609fa1bba5821cad0fc0b88e079cc31dd8022c14d20e0c2fcb9d5a1ef68d
4
- data.tar.gz: 6481dc12451afcca950eefe799adfc4d0356a04ab9f3da997ed919829643332e
3
+ metadata.gz: 20120c42f77e6e91a4b5a54179a28a59e6c0043f43e1c9e15362e9d4409086d5
4
+ data.tar.gz: 1aa294e2203615356590ede4d2974ce993f8b1038fbda243538f899befc41952
5
5
  SHA512:
6
- metadata.gz: a15f16be9924028e4648e6d384886c4f14f62da89b5267ce60b8774f82b501012112974c5e63288600b0294aa5296695ac6e7b2e011015098adbd6ecddb3eed6
7
- data.tar.gz: 85e21af9ac10a5f2497cb43723a25cbcf9ababdc670e4f3f5bc5bfde59c27e5bc6909d5fef7976371b94314e59fbce3554b7db8d100fadcf0a082d18402bd7f0
6
+ metadata.gz: 2a1dea358fb4ec20be2d1fe2a62b0298a80ef6bec41eec123ec3893ba19c3b79ed440910e56ca1b63d8884950c0f70ae6712462cbbe625304a8cab9136bf63e0
7
+ data.tar.gz: 5a456b08a03314f8c30e07f56cb2b8848e2c891de3da2c1b109d2c8a5b6b23679b0341a9eacf0c58edc9c74a8dc6fe35b56ff496bddba91d94d92e1e8157bfcc
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/recaptchaenterprise.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.create_assessment request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-recaptcha_enterprise-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/recaptcha-enterprise)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-recaptcha_enterprise-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common