google-cloud-shell 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/shell/version.rb +1 -1
- metadata +3 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acbc81821891f28b34621fa3d9156ec869e4da05ba372b3ad4881447b01528d5
|
4
|
+
data.tar.gz: 42692c1c0432d71f5f00657728b42ffd74a9fa45df3cc9175cdcafcf1b0b8c3d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 004b133de00dafadea4a69b268daf77af2717588d7fcd7be2af238053bc94427c5e0d37c398007aec30962af28433051ae7cbe67bb718c097811b69d2b9a7d91
|
7
|
+
data.tar.gz: 8a3bde772ef214ae253f10639cda3db2b15126167ba9928907ff70b4b5c9ea5a764663a73007251eff56ec2d1e86b43364d58a82d21a3e2519bb63bfabd11a94
|
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.
|
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*`.
|
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.
|
4
|
+
version: 0.1.1
|
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-
|
11
|
+
date: 2021-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -152,9 +152,7 @@ dependencies:
|
|
152
152
|
version: '0.9'
|
153
153
|
description: Cloud Shell is an interactive shell environment for Google Cloud that
|
154
154
|
makes it easy for you to learn and experiment with Google Cloud and manage your
|
155
|
-
projects and resources from your web browser.
|
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.
|
155
|
+
projects and resources from your web browser.
|
158
156
|
email: googleapis-packages@google.com
|
159
157
|
executables: []
|
160
158
|
extensions: []
|