google-cloud-binary_authorization 0.2.1 → 0.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: a737db61e49e19e4ce44c2978216d407332ef5d0c106b579c5bc4d2e97c7603d
4
- data.tar.gz: d45e5cd78d8da42d50d748d607c6fcacf941aced1dfff2299254040270cf3a36
3
+ metadata.gz: 0d9c6aee8e161e6562f3edf112ee12dc6aed66c79aa49ad34e45b45e12f0f050
4
+ data.tar.gz: 3a9f27d43cf4510960c55c67585f958456e868285e7931cb9a066a7ad4f96d67
5
5
  SHA512:
6
- metadata.gz: f8db04ec763ae264b244343d8fb8f69cd4ab59218efcc627a128a902a0a9500a4593032e265a7bca0c098b73ea012ed30f059928aad1d791f73abf970e4a5836
7
- data.tar.gz: 87241d182fb0c1d08a7bbca724e1f5fd1dd7564fab90a1ed53fdc572d46ad91087dec62ba9c314722617081b63b9ae294b6c49888c690e6f3a2277b48d9853c6
6
+ metadata.gz: 976452f943b697eb3bb108f86438fe93d6466bd86c06a887f97025943df8407eb4dc8ae06832439c2a25bee79e116dbe5fbc86cdb42fa1eea57f81ac6c6b38ba
7
+ data.tar.gz: c1156bca4ed52fe5df45a9be0088112a1860d9b41bbbc9ccb86913417aec8d0e91656f305605361a067dc71eefe1b6a89e7df89b36bc0e345a56ec12725c6389
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::BinaryAuthorization.binauthz_management_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/binary_authorization"
@@ -93,7 +93,7 @@ client = Google::Cloud::BinaryAuthorization.binauthz_management_service do |conf
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/binary_authorization"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module BinaryAuthorization
23
- VERSION = "0.2.1"
23
+ VERSION = "0.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-binary_authorization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.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-binary_authorization-v1beta1