google-cloud-recaptcha_enterprise 0.5.0 → 0.5.1

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: d343f8592e18d5eb2ddf0a5ca46c8f9a8e84db7802f13e06096ecdfdafec5d4d
4
- data.tar.gz: 72b9d97b62dad046b05d6d00bf64f41d21cf7d782c3ce7bfa3f6d30cb1b8203a
3
+ metadata.gz: 6d5edebe55fac41b99d68b7adcceeb799c4f9148d6c731470609896c49525ba5
4
+ data.tar.gz: 190f41ad01c2b3a7bfab787918b87cf4a0927efa3c979cd6077e928566e6a253
5
5
  SHA512:
6
- metadata.gz: d7bd5f29ffd7179081e5a856b05ac3c45ff301c4b469cf981e0e7741148a255931f5811ed0b21563d6f808d82a66bdf9a577b6db635c569125fffa2fe4d94bce
7
- data.tar.gz: 6c77e67694373f671a35fddfa5ef7fcd2849f5fcbc20f4154121366b20498f256c1953691cb76187efc5a212b17bf1fae9c621908858c6a63b918706c2b21148
6
+ metadata.gz: 8a140f39326a604695e6e989d24ef7b84c5859354bdccde34df64901ca0156befe765a19196b410cf4918cbc36d177846ab644ab12bf49bc5a2f614f61ec6b47
7
+ data.tar.gz: 5a5db4002c9b9f53b06bac4740bc2153e7e1be549ab87ce761fd1b7d9d248c00a72e2f01830ffe7ee66add7d6d7fd54f7cf18190f51c0fb1e83bf706e28e0068
data/AUTHENTICATION.md CHANGED
@@ -170,8 +170,3 @@ Developers service account.
170
170
 
171
171
  The key file you download will be used by this library to authenticate API
172
172
  requests and should be stored in a secure location.
173
-
174
- ## Troubleshooting
175
-
176
- If you're having trouble authenticating you can ask for help by following the
177
- {file:TROUBLESHOOTING.md Troubleshooting Guide}.
@@ -47,7 +47,7 @@ module Google
47
47
  # - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
48
48
  # to see the full list of Cloud APIs that we cover.
49
49
  #
50
- # [Product Documentation]: https://cloud.google.com/recaptchaenterprise
50
+ # [Product Documentation]: https://cloud.google.com/recaptcha-enterprise
51
51
  #
52
52
  # ## Enabling Logging
53
53
  #
@@ -48,7 +48,7 @@ module Google
48
48
  # - View this [repository's main README](https://github.com/googleapis/google-cloud-ruby/blob/master/README.md)
49
49
  # to see the full list of Cloud APIs that we cover.
50
50
  #
51
- # [Product Documentation]: https://cloud.google.com/recaptchaenterprise
51
+ # [Product Documentation]: https://cloud.google.com/recaptcha-enterprise
52
52
  #
53
53
  # ## Enabling Logging
54
54
  #
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module RecaptchaEnterprise
19
- VERSION = "0.5.0".freeze
19
+ VERSION = "0.5.1".freeze
20
20
  end
21
21
  end
22
22
  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: 0.5.0
4
+ version: 0.5.1
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-03-11 00:00:00.000000000 Z
11
+ date: 2020-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax