google-cloud-binary_authorization 0.2.0 → 0.2.1

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: 93a7ae470dd32b773a44c57296e57a65aedaf2be2f6092c196374788a8a4adde
4
- data.tar.gz: def29d8708de67639ad61709305d651847b7dddc3e2c5d4591f7b55e10b456a2
3
+ metadata.gz: a737db61e49e19e4ce44c2978216d407332ef5d0c106b579c5bc4d2e97c7603d
4
+ data.tar.gz: d45e5cd78d8da42d50d748d607c6fcacf941aced1dfff2299254040270cf3a36
5
5
  SHA512:
6
- metadata.gz: b1be9ea9e1daf9ddc0fd2e3ef1589b7991c17f39cb2b70a9c1fb35412b7d5a2637a7e271a195af3f1fcb779950db77ab3f2faeebd72d2ed8d745731bcf56b69a
7
- data.tar.gz: 643a4ad446724e7ee1c8827908f3f4a1b661cbe80618d6d66d66ca6b3796338209eb2c217f2de16051f9de724f957eef4625c227bd2e597a694d6d93b24dd255
6
+ metadata.gz: f8db04ec763ae264b244343d8fb8f69cd4ab59218efcc627a128a902a0a9500a4593032e265a7bca0c098b73ea012ed30f059928aad1d791f73abf970e4a5836
7
+ data.tar.gz: 87241d182fb0c1d08a7bbca724e1f5fd1dd7564fab90a1ed53fdc572d46ad91087dec62ba9c314722617081b63b9ae294b6c49888c690e6f3a2277b48d9853c6
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-binary_authorization
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::BinaryAuthorization::V1beta1::BinauthzManagementService::Credentials`):
68
68
 
69
- 1. `BINARY_AUTHORIZATION_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `BINARY_AUTHORIZATION_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `BINARY_AUTHORIZATION_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `BINARY_AUTHORIZATION_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  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.0"
23
+ VERSION = "0.2.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,43 +1,49 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-binary_authorization
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
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-03-09 00:00:00.000000000 Z
11
+ date: 2021-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-binary_authorization-v1beta1
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0.0'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0.0'
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
27
33
  - !ruby/object:Gem::Dependency
28
34
  name: google-cloud-core
29
35
  requirement: !ruby/object:Gem::Requirement
30
36
  requirements:
31
37
  - - "~>"
32
38
  - !ruby/object:Gem::Version
33
- version: '1.5'
39
+ version: '1.6'
34
40
  type: :runtime
35
41
  prerelease: false
36
42
  version_requirements: !ruby/object:Gem::Requirement
37
43
  requirements:
38
44
  - - "~>"
39
45
  - !ruby/object:Gem::Version
40
- version: '1.5'
46
+ version: '1.6'
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement
@@ -184,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
184
190
  - !ruby/object:Gem::Version
185
191
  version: '0'
186
192
  requirements: []
187
- rubygems_version: 3.2.13
193
+ rubygems_version: 3.2.17
188
194
  signing_key:
189
195
  specification_version: 4
190
196
  summary: API Client library for the Binary Authorization API