google-cloud-web_security_scanner 1.0.1 → 1.0.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: a83f63ac09eb5010b0e2633a278592a993de6b1bb9262177a4d149556b6b7e0a
4
- data.tar.gz: 39302f589e1130dfc3aa3058ec207959c2cfde884b81b7ce3ba5e6031f3c86c4
3
+ metadata.gz: f64f171ab934fb61420c93670c7a3d771c5ed2292e5e1eee8bfe015067eefeb5
4
+ data.tar.gz: 64192c6c92986a337bfa7089a14e3f72fe8778b80d53f893cef91391420ced11
5
5
  SHA512:
6
- metadata.gz: 611edc8f8883acbab5224df692febd8118e929ec6b808236dc3e62ce566d8692c1469ff64fee0c53db63ef6f717e0d9ab109ff5dce149e4a453d7bfbf1806603
7
- data.tar.gz: b4e70160e84adab2febf32862ca214f05baa4ccffa6df4c96e2a7e7897e042369f3dff71f363c2f489de05a355abd868d2d47f6c47310f1862c1a75894c00da4
6
+ metadata.gz: 4b7c32a81ddab3c3177f6fbac56953bb40f6cf231bb410c86ff6ee9ad6eee356374465784b845ee186b1be2e4b062996e6208cd6ff50e65535d1e36c0302c6f5
7
+ data.tar.gz: f80ff8f6e52951e355ca73634e9f0495303f5868caaba80a6ca5133ae6d11afb2e540c720d707bdd6649e20b23e6c97213e532a3bfefb9168a30295d38efa6bb
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::WebSecurityScanner.web_security_scanner
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/web_security_scanner"
@@ -93,7 +93,7 @@ client = Google::Cloud::WebSecurityScanner.web_security_scanner do |config|
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/web_security_scanner"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module WebSecurityScanner
23
- VERSION = "1.0.1"
23
+ VERSION = "1.0.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-web_security_scanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.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