google-cloud-life_sciences 0.1.1 → 0.1.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: 4f8ce9d1a23dff7eef3e5ed7cf180a07a0a0275750754fff00607532fbf39a59
4
- data.tar.gz: 3d8aa5e4f2c2ed2b2ce8e27db00cc4062efb2265d98421be74a157033c1714fc
3
+ metadata.gz: 0d80079d8ee2a91c66f26232633fb43855fc73d1548f53ee47a32e8d5fc61fc9
4
+ data.tar.gz: e4d2536064760acb4d882a71755be5db3d29427ac0f412eb32e90b83301fa0b4
5
5
  SHA512:
6
- metadata.gz: ac8d41b8e401e78c11e0e73e7badcd45476a2455ed329723317d00b88859db65433a4496c2de90e080b97f563d0c881ad463c28b04d6781c131d20187f2229d4
7
- data.tar.gz: 4c199c513135efe33421f074fbc234009435249f205c8a45d8d1531fcc58cb3060dec48ef60578fe0e1836172b26eaf8dc173c2a5da0103f2396b4c6301d9681
6
+ metadata.gz: dc2d58cf4a992e3c8703f08d1dae0a46adaf18cbc2594f8f1ec28044a670f5b451a1851440f93f8d9939d710b48c9079d5c72720613c9f6004071427aa386771
7
+ data.tar.gz: f0e6d894e5438a562aa8e4da46761e8a2fdda468b0806a04cc1ea3ca11542e23cf1297b47b53a450d427aa874382135f6732b290739d4eace81872e211edd211
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-life_sciences
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::LifeSciences::V2beta::WorkflowsService::Credentials`):
68
68
 
69
- 1. `LIFE_SCIENCES_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `LIFE_SCIENCES_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
+ * `LIFE_SCIENCES_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `LIFE_SCIENCES_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/life_sciences"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module LifeSciences
23
- VERSION = "0.1.1"
23
+ VERSION = "0.1.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-life_sciences
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.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-23 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-core
@@ -16,28 +16,34 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-life_sciences-v2beta
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-style
43
49
  requirement: !ruby/object:Gem::Requirement