google-cloud-assured_workloads 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: 5e44c33f82448a2e938b24c2062e4e56d7eca3eb96b1ad3e6f102c2b29d1454a
4
- data.tar.gz: 7dc81406d92e450110e8bcdc1e5a4820a77d964deb4787a7de0575007f6b85d2
3
+ metadata.gz: d4889de09aacdfd3dc2bcfcd85394009d4dffcf7288a7cec1ff815a81df80ccb
4
+ data.tar.gz: 251692d5e9c2163b78061f55e2913a60f9cb190c2ba64434ea9019f3b616da0b
5
5
  SHA512:
6
- metadata.gz: 46c8d3718cf350c30b0246e8f655e151abd51c06b11ea6234a2cc1803475985b2029377394f49027c8483909247ddea7c1cf5aef4d8315e4d47409224ec6b0b1
7
- data.tar.gz: 44394cf7c184225ea07d607fde98c88177674fc7d5d7d3d606dab8efa9e6f4948a22198164e7d42ab788068a175d462d490660e191aeb5d029cc99869e7e99f4
6
+ metadata.gz: 88c4fb1aece65c798dc617df28caf8f7b0548f345755552d5563956e54974306b54c328f4000859571cad91b2f2228431be1d1c0a7e405ea3c3807bb0b789de5
7
+ data.tar.gz: 5978ad3f69a92a4a51edd839068d248eb25a7d9379bdaebf6d13b4222b15d2f22275457b2de2231167f90eeb3b0b215c2a2fad971d500ddb9d59e4ea1a14bf44
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::AssuredWorkloads.assured_workloads_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/assured_workloads"
@@ -93,7 +93,7 @@ client = Google::Cloud::AssuredWorkloads.assured_workloads_service 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/assured_workloads"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module AssuredWorkloads
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-assured_workloads
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-assured_workloads-v1beta1