google-cloud-service_management 1.0.4 → 1.0.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.yardopts +1 -1
- data/README.md +3 -3
- data/lib/google/cloud/service_management/version.rb +1 -1
- data/lib/google/cloud/service_management.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8afcddc6c386fb633cc89071b0da2e096afe4aa45cfd791906b5aa046b35e7df
|
4
|
+
data.tar.gz: 83034f8c85f4a33ae274c9e12d972c4c823c503ec81571bbde834b2510633508
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 900a733ce080963b8e3187169995cd68b4bf083f0ecad69d1b096b96c4e391b4897b389359f0079a6c0da219d60dc676d21e4baa21a81b5267b13e6a91fe5fac
|
7
|
+
data.tar.gz: dcd188ca34bfc4616cc1d9924c2e203d0edfd4a10f3bd13e8334f4c0c08d69c1e572dded3c2c4b7f8c87e077a347cbc2062de61cec005c974c523e02e4e32da5
|
data/.yardopts
CHANGED
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# Ruby Client for the Service Management API
|
1
|
+
# Ruby Client for the Service Management API
|
2
2
|
|
3
|
-
API Client library for the Service Management API
|
3
|
+
API Client library for the Service Management API
|
4
4
|
|
5
5
|
Google Service Management allows service producers to publish their services on Google Cloud Platform so that they can be discovered and used by service consumers.
|
6
6
|
|
@@ -11,7 +11,7 @@ verisoned gems in as dependencies, and provides high-level methods for
|
|
11
11
|
constructing clients. More information on versioned clients can be found below
|
12
12
|
in the section titled *Which client should I use?*.
|
13
13
|
|
14
|
-
View the [Client Library Documentation](https://
|
14
|
+
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-service_management/latest)
|
15
15
|
for this library, google-cloud-service_management, to see the convenience methods for
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
@@ -57,7 +57,7 @@ module Google
|
|
57
57
|
#
|
58
58
|
# ## About ServiceManager
|
59
59
|
#
|
60
|
-
# [Google Service Management API](
|
60
|
+
# [Google Service Management API](/service-management/overview)
|
61
61
|
#
|
62
62
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
63
63
|
# Defaults to `:v1`.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-service_management
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-01
|
11
|
+
date: 2022-04-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|
@@ -189,8 +189,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
189
189
|
- !ruby/object:Gem::Version
|
190
190
|
version: '0'
|
191
191
|
requirements: []
|
192
|
-
rubygems_version: 3.3.
|
192
|
+
rubygems_version: 3.3.5
|
193
193
|
signing_key:
|
194
194
|
specification_version: 4
|
195
|
-
summary: API Client library for the Service Management API
|
195
|
+
summary: API Client library for the Service Management API
|
196
196
|
test_files: []
|