google-cloud-phishing_protection 0.11.1 → 0.11.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: 537a700916784d1186291bbf688fa40766c276e83a35b88c4c18e9e51ce90c64
4
- data.tar.gz: f6bb65b03dfbee6d79f046b6ff51f7f631d587e7088ad91ee6763293660489f1
3
+ metadata.gz: cbbb8712d99f41d2d1fc358ef632b5b21b826a1c9aaa0036a9fcd1d028f0daa9
4
+ data.tar.gz: 8a1734db5617ca36e04e88d108982b44a6ee74d98e257d03c7c28f3fa15d3ecd
5
5
  SHA512:
6
- metadata.gz: fbee8e85419d22a179b045a2702e0ba5ab0294da01931324f239f4cd649b6815cae8c46414b016a93cc968b59fbce82db98436fceda8b794fdba054704cec63c
7
- data.tar.gz: 055b028855b08b99642de7d88ee6cdc3a52510b0df619fd96803d8d9ce11202d1a2478f069fdaa703666006b353c534076451ce6e27debef3d473cc8a43a982e
6
+ metadata.gz: dded4f8ef917c4862af78b9ccbb860b6136c46351ba851b80ffe369d03b452b3606d2ceb0e94cd8f4a0431ce01b057e3e2bac0155df55cf8d41073155ab3ae9c
7
+ data.tar.gz: d74af9b210c95eda6dacfe687f2d6e698e0c18e570ae9f72966622ca1534e2085656b8fd6d330ef47ee2696e6b137bf174366202e39df6175d02bde47e03ca3d
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::PhishingProtection.phishing_protection_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/phishing_protection"
@@ -93,7 +93,7 @@ client = Google::Cloud::PhishingProtection.phishing_protection_service do |confi
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/phishing_protection"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module PhishingProtection
23
- VERSION = "0.11.1"
23
+ VERSION = "0.11.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-phishing_protection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.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