google-cloud-life_sciences 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d80079d8ee2a91c66f26232633fb43855fc73d1548f53ee47a32e8d5fc61fc9
4
- data.tar.gz: e4d2536064760acb4d882a71755be5db3d29427ac0f412eb32e90b83301fa0b4
3
+ metadata.gz: b402f3edee918baa2896da713145ffb8448286e52aeefc0ec61854283f812e9b
4
+ data.tar.gz: 4d7723ea7fa7a6d70cc511e910b4c0da8d34685134daee3d3181b42c306e4289
5
5
  SHA512:
6
- metadata.gz: dc2d58cf4a992e3c8703f08d1dae0a46adaf18cbc2594f8f1ec28044a670f5b451a1851440f93f8d9939d710b48c9079d5c72720613c9f6004071427aa386771
7
- data.tar.gz: f0e6d894e5438a562aa8e4da46761e8a2fdda468b0806a04cc1ea3ca11542e23cf1297b47b53a450d427aa874382135f6732b290739d4eace81872e211edd211
6
+ metadata.gz: 17039ffe83563c5c6fb8fadb73cafa97f3e039695406660a8a90b81e8f534e4a8e25017483f449fef8b937a9c5397ee1da1e848b37ab8809033547334fdf210b
7
+ data.tar.gz: ebd0dfee9d7cb645e31a7db526b34ce07af1318f2311b9af6db1d798078a4b0e0fd74f104174724d0bac39d1df4372110f8c36ff1df48b86b662362f74a3f0b6
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::LifeSciences.workflows_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/life_sciences"
@@ -93,7 +93,7 @@ client = Google::Cloud::LifeSciences.workflows_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/life_sciences"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module LifeSciences
23
- VERSION = "0.1.2"
23
+ VERSION = "0.1.3"
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-life_sciences
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
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-core