google-cloud-security_center 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: 1d1334e00c5435de9eb8d7e77bb6bf2f45da8683d80b34a65ab652d0fbf80eae
4
- data.tar.gz: 2bbd14632e23358f8985dd559eecddb8ebbc1104ee2777d7b4a1a8ef1c56e83a
3
+ metadata.gz: 031c59b4bbbd27911a765633ea3a188c165adbb6cfa8039a2309dab5571ed6cf
4
+ data.tar.gz: c72c91cfd5ae76ff948632443e38e99bd413985016225c713ff0337038387f0e
5
5
  SHA512:
6
- metadata.gz: a9b6a368c8d243f2705c27402ba5cc50001458addf45db72468cfa6b626dd4a2e155b6adc18ba4e009638bc6ea274da237e11bc581781792fbb6576cc54dada1
7
- data.tar.gz: b9f2697c0241cc9c753bf868f247007e81bf6f6822753005e82a3552d7e796d1a2f789b500d569c196e935d04c917fae3a99a4da61c2154dc77f36e3ae8f801d
6
+ metadata.gz: 8f6287bfe7f48b69408b79cdcd11c63aa329464a53725d2575ecfa1fa58c711abb900e2423c0b6bcf1fc7bf181629fb2e6dcd3d78455903e1e25f5382f6bdb40
7
+ data.tar.gz: 42b7f95e9f0cf8c7daa85836b5572dca9d29f209f85174c71a45ce761483cd7c67ba733e913820fb6c1996d014eb2d9c5c0d9cda95c8db77a36df1745e2b2511
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::SecurityCenter.security_center
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/security_center"
@@ -93,7 +93,7 @@ client = Google::Cloud::SecurityCenter.security_center 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/security_center"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module SecurityCenter
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-security_center
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