google-cloud-container_analysis 1.1.1 → 1.1.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: 4cac060779bd1f2a157a7401c4c9d6261663a1e905f49239c29b83ed1776e273
4
- data.tar.gz: bfde79633032f8414cfcc771732d5000c6e7ec8805f3cd01df925c811e846047
3
+ metadata.gz: 88ad0f71ef81b700e21fd6324af254282b96fe64f3834d8d3dcb1ab4586822be
4
+ data.tar.gz: 7cdacb1880fcfa2d0a156210cba2efc49607f0a14ec244c26f7a97da88208a72
5
5
  SHA512:
6
- metadata.gz: 823b0dd55aaf8e0ce6a5cc4616b248b96b6445f267b17d6a51a29b11c1412767febb3e4539f805142efd0a75e0112995dc194dce74d94e8fbc02e5ef07c4a5e4
7
- data.tar.gz: 99d36b3a820735c27b5f260c120c2c51e4ff337aea5df1393c774bfcbce9688636e1c0b7053ec3bff26c511ead675bed292d9e5b58c35aeb97a2c81fc6e55b0e
6
+ metadata.gz: 146bd10baa5f4aa7e873a5e589ca9454a039a82bc2d65e34deced55108ed0a55c7dc7d5f5a0eebe747eb149b439d9ab7f76ce46edb559d4672b380d39365e3a6
7
+ data.tar.gz: 3b80302e55c07393f4089a5b71c4c39c338fa708db094b61ae8070604662946aede53f7bb7c0e71626429d5dc3f29474f2501cdf50612bd6aacb0b48ae9d9d70
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::ContainerAnalysis.container_analysis
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/container_analysis"
@@ -93,7 +93,7 @@ client = Google::Cloud::ContainerAnalysis.container_analysis 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/container_analysis"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module ContainerAnalysis
23
- VERSION = "1.1.1"
23
+ VERSION = "1.1.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-container_analysis
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.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-container_analysis-v1