google-cloud-assured_workloads 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: 1fd754c264c4850a27f303c7f398706c8b25ad0badbf87739cfb054c0b5fb885
4
- data.tar.gz: f2b94ea7c1d88b7c5b2b79472c67d92faaa018061c2118b8bfffd22ebf2458ae
3
+ metadata.gz: 5e44c33f82448a2e938b24c2062e4e56d7eca3eb96b1ad3e6f102c2b29d1454a
4
+ data.tar.gz: 7dc81406d92e450110e8bcdc1e5a4820a77d964deb4787a7de0575007f6b85d2
5
5
  SHA512:
6
- metadata.gz: 7f7352dcd37a88a6d5e8a0ba84ed33872138b80e782fc1477d7e7d92ced1b2b9ee37992612f270ba4b95eb9341bb4d796968ca12ea3eccfd8deb1fd36f9361b0
7
- data.tar.gz: 890fa04cd4311e25ca1790a9f1fb00d04bb479887d90b7f274c30ae4859d653a0b0e95ff7833eea5409998f4d278987b33cf827e752162128464aca5f4322291
6
+ metadata.gz: 46c8d3718cf350c30b0246e8f655e151abd51c06b11ea6234a2cc1803475985b2029377394f49027c8483909247ddea7c1cf5aef4d8315e4d47409224ec6b0b1
7
+ data.tar.gz: 44394cf7c184225ea07d607fde98c88177674fc7d5d7d3d606dab8efa9e6f4948a22198164e7d42ab788068a175d462d490660e191aeb5d029cc99869e7e99f4
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-assured_workloads
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::AssuredWorkloads::V1beta1::AssuredWorkloadsService::Credentials`):
68
68
 
69
- 1. `ASSURED_WORKLOADS_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `ASSURED_WORKLOADS_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
+ * `ASSURED_WORKLOADS_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `ASSURED_WORKLOADS_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/assured_workloads"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AssuredWorkloads
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-assured_workloads
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-assured_workloads-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
@@ -183,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
189
  - !ruby/object:Gem::Version
184
190
  version: '0'
185
191
  requirements: []
186
- rubygems_version: 3.2.13
192
+ rubygems_version: 3.2.17
187
193
  signing_key:
188
194
  specification_version: 4
189
195
  summary: API Client library for the Assured Workloads for Government API