google-cloud-recaptcha_enterprise 1.2.1 → 1.2.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: 1d2237a0007435391ab67f12afd1c7e88eea919c083a6a92be6e770c9f2660d6
4
- data.tar.gz: 3ca463195ce9ff4ee0e4b27f788b56c284da4ba3f623c865332d4c419df9c5ef
3
+ metadata.gz: 323f75440d4f0d4a7222c2cdd2641db20dfad4d88b99c97a9ad79b050b3e09b9
4
+ data.tar.gz: 0bb45709b3bd064f5a402c32cf6f7ab3575680ee00bbfc6f6eb5200e7b370591
5
5
  SHA512:
6
- metadata.gz: af1c239f0705fbd9f546c5dc798ec640615c83ecdad2607d06c9ba11728f1842799e0d8a77f103295431d148ef904f433be60a750ed0f25386d79960313930b8
7
- data.tar.gz: 19c7abb074305f870d1ce59209e08262118f00fa5653f54af45dcc6fce7218df5db602790bf2ba341badf5ff13e8e2700930f279125dd5cb9c560ca1b29761db
6
+ metadata.gz: 9514159682e571a79bfecdffef14558775f778c36092763e56f8a7101682aae1cf159fcd717d253c359d9f12cf63ed6d3f67d4fd4225a5e4885f6cd09eeb99a2
7
+ data.tar.gz: 923917ad647bae26029086f4ce530e389ee8a1693a9fce0dab58eb0432788f1fe10c5f80085960d89d7c432737f5a8e176f361a913b11b618507cb751054a8ea
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::RecaptchaEnterprise.recaptcha_enterprise_service
82
82
 
83
83
  ### Configuration
84
84
 
85
- The **Credentials JSON** can be configured instead of placing them in
86
- environment variables. Either on an individual client initialization:
85
+ The path to the **Credentials JSON** file can be configured instead of storing
86
+ it in an environment variable. Either on an individual client initialization:
87
87
 
88
88
  ```ruby
89
89
  require "google/cloud/recaptcha_enterprise"
@@ -93,7 +93,7 @@ client = Google::Cloud::RecaptchaEnterprise.recaptcha_enterprise_service do |con
93
93
  end
94
94
  ```
95
95
 
96
- Or configured globally for all clients:
96
+ Or globally for all clients:
97
97
 
98
98
  ```ruby
99
99
  require "google/cloud/recaptcha_enterprise"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module RecaptchaEnterprise
23
- VERSION = "1.2.1"
23
+ VERSION = "1.2.2"
24
24
  end
25
25
  end
26
26
  end
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.2.1
4
+ version: 1.2.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: 2021-06-30 00:00:00.000000000 Z
11
+ date: 2021-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core