google-cloud-shell 0.1.2 → 0.1.3

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: 4186ce54cf33b41af94ef99e750775b31596459c1e4c0ff4370481e796e9612f
4
- data.tar.gz: 9919e90ec7c2c1f2d6ff5f5fa08d351c07a68d127b259f7ee420f6f830ace3a9
3
+ metadata.gz: 6d1618992d04c3eff4fa1a7253f1e34fe4a84b841782280d802cecee4b2a85ef
4
+ data.tar.gz: 4115e126fb2299ea5a90ad1edc4438ce4f62a66d882eef28c8ec9105ad1c31bc
5
5
  SHA512:
6
- metadata.gz: b926922155a1596e8dae7f9f580b9842cf580ce79678aa6a067c7010d82f70de0519d42b49bb43a2970178bb827ae43929b376d04efeb4e01025e4ab956f60ff
7
- data.tar.gz: 8ed93c06b2fc9f4963819edaafe643fbe6569b19f4b7033d02d3b5b01f9ae812eff858558b96975cad0dd0e261f4f662b0f319597f80f79716e8e54edf985a71
6
+ metadata.gz: 9708206f7c7bfd3f476258afad109d23a8891d93b4df57346c6826d9fe1413ab49a616616df089fc8cc6809ced9cc052b23ae5d0848760b8f8ed128988a3bdae
7
+ data.tar.gz: 2e96a316aaba7b7a9dfbc768de5ddcceddc36698b9927469752b4581bc9f5cd0341d2eb002300477349369633fb28e3ced75088dfb0d53e146988166065bc615
data/AUTHENTICATION.md CHANGED
@@ -82,8 +82,8 @@ client = Google::Cloud::Shell.cloud_shell_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/shell"
@@ -93,7 +93,7 @@ client = Google::Cloud::Shell.cloud_shell_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/shell"
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Shell
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-shell
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