google-cloud-shell 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: acbc81821891f28b34621fa3d9156ec869e4da05ba372b3ad4881447b01528d5
4
- data.tar.gz: 42692c1c0432d71f5f00657728b42ffd74a9fa45df3cc9175cdcafcf1b0b8c3d
3
+ metadata.gz: 4186ce54cf33b41af94ef99e750775b31596459c1e4c0ff4370481e796e9612f
4
+ data.tar.gz: 9919e90ec7c2c1f2d6ff5f5fa08d351c07a68d127b259f7ee420f6f830ace3a9
5
5
  SHA512:
6
- metadata.gz: 004b133de00dafadea4a69b268daf77af2717588d7fcd7be2af238053bc94427c5e0d37c398007aec30962af28433051ae7cbe67bb718c097811b69d2b9a7d91
7
- data.tar.gz: 8a3bde772ef214ae253f10639cda3db2b15126167ba9928907ff70b4b5c9ea5a764663a73007251eff56ec2d1e86b43364d58a82d21a3e2519bb63bfabd11a94
6
+ metadata.gz: b926922155a1596e8dae7f9f580b9842cf580ce79678aa6a067c7010d82f70de0519d42b49bb43a2970178bb827ae43929b376d04efeb4e01025e4ab956f60ff
7
+ data.tar.gz: 8ed93c06b2fc9f4963819edaafe643fbe6569b19f4b7033d02d3b5b01f9ae812eff858558b96975cad0dd0e261f4f662b0f319597f80f79716e8e54edf985a71
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-shell
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::Shell::V1::CloudShellService::Credentials`):
68
68
 
69
- 1. `CLOUD_SHELL_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `CLOUD_SHELL_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
+ * `CLOUD_SHELL_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `CLOUD_SHELL_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/shell"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Shell
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-shell
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-shell-v1
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