google-cloud-private_catalog 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/private_catalog/version.rb +1 -1
- metadata +3 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 053ecb6ecfb036a08b2552a9036aa6196afdefa0efbca1689f898a934f14e751
|
|
4
|
+
data.tar.gz: c8221e05ad2dd910f5cfe942d130b2ff43614e2930187c0215c2ec1cd2293fe7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0e7be6e2b78cb958afbcc1c56b7007dd9d2418fa1f93045559b0561ca6fb356ebc9afc9a70191ae4c6bf3f3e55058dd5599403132718a3d4e820eb3c0d6f6786
|
|
7
|
+
data.tar.gz: 4c6883f2ed784238eb17f85107132638d57bcf40a3ec0574bd8a6f0ab9e26933ef37dbbe7ebd2c2bc60e3d6ef986640f3f5600962c6040c4a86266f796568ce8
|
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
API Client library for the Private Catalog API
|
|
4
4
|
|
|
5
|
-
With Private Catalog, developers and cloud admins can make their solutions discoverable to their internal enterprise users. Cloud admins can manage their solutions and ensure their users are always launching the latest versions.
|
|
5
|
+
With Private Catalog, developers and cloud admins can make their solutions discoverable to their internal enterprise users. Cloud admins can manage their solutions and ensure their users are always launching the latest versions.
|
|
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-private_catalog-v*`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-private_catalog
|
|
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,10 +152,7 @@ dependencies:
|
|
|
152
152
|
version: '0.9'
|
|
153
153
|
description: With Private Catalog, developers and cloud admins can make their solutions
|
|
154
154
|
discoverable to their internal enterprise users. Cloud admins can manage their solutions
|
|
155
|
-
and ensure their users are always launching the latest versions.
|
|
156
|
-
is a version-specific client library. For most uses, we recommend installing the
|
|
157
|
-
main client library google-cloud-private_catalog instead. See the readme for more
|
|
158
|
-
details.
|
|
155
|
+
and ensure their users are always launching the latest versions.
|
|
159
156
|
email: googleapis-packages@google.com
|
|
160
157
|
executables: []
|
|
161
158
|
extensions: []
|