google-cloud-shell 0.1.0 → 1.0.0

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: 6c1ab384f16a1ed03b217680de635e418616471748f3d33fe250dce0a5c58cf5
4
- data.tar.gz: 687131976cf813d57cbf40d73f58aeab7a2b412babec18edb74668031a82fcb8
3
+ metadata.gz: 8747984ff664e711472ceed23de02fe9a145059c13fdce0548e232335e5ef29d
4
+ data.tar.gz: 9af8a94301db19cc98584512f0a98afe810abd9d38c333ed43a19265f417218a
5
5
  SHA512:
6
- metadata.gz: 5ec823409768ef99fbdb340bbaa7b1dfa9dfba6e27a4b454110f30a1bdddaee111a15f85179ce07d99526d9eb811572dbb2c1ff24d10d9d6cadc3823cd807170
7
- data.tar.gz: 771e1552179126d854b0fcabda0d9f3e8f9ce9e2df9245a4e73c8454b87c78248fad9b8f69226f9f251af36ea8ec9b126defab1b9b8e6df60e2b6609e3ee5810
6
+ metadata.gz: 34a2e3832eebeda217d4fef1b0dd04d9a65fd1243463e49af402feee758771ca10e8b686fa47793b2ab08d0c8d7f4fe64b9e6842203584ac29a3124697ebe4d3
7
+ data.tar.gz: b8bf2230e3ca5120ac756d46bf66dc83aa870d13af84f3b88f8d5d24c91e1f082c3969a04af7dbaeb4cd8e83ddd87fef4c506cefde1bde85d6917e8fef3b7aca
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"
@@ -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"
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Cloud Shell API
4
4
 
5
- Cloud Shell is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser. Note that google-cloud-shell-v1 is a version-specific client library. For most uses, we recommend installing the main client library google-cloud-shell instead. See the readme for more details.
5
+ Cloud Shell is an interactive shell environment for Google Cloud that makes it easy for you to learn and experiment with Google Cloud and manage your projects and resources from your web browser.
6
6
 
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-shell-v*`.
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Shell
23
- VERSION = "0.1.0"
23
+ VERSION = "1.0.0"
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.0
4
+ version: 1.0.0
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-22 00:00:00.000000000 Z
11
+ date: 2021-08-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
@@ -152,9 +158,7 @@ dependencies:
152
158
  version: '0.9'
153
159
  description: Cloud Shell is an interactive shell environment for Google Cloud that
154
160
  makes it easy for you to learn and experiment with Google Cloud and manage your
155
- projects and resources from your web browser. Note that google-cloud-shell-v1 is
156
- a version-specific client library. For most uses, we recommend installing the main
157
- client library google-cloud-shell instead. See the readme for more details.
161
+ projects and resources from your web browser.
158
162
  email: googleapis-packages@google.com
159
163
  executables: []
160
164
  extensions: []