google-cloud-telco_automation 0.2.0 → 0.3.0
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 +2 -2
- data/lib/google/cloud/telco_automation/version.rb +1 -1
- metadata +4 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 504837da65fc5c679f7d8715e15c30e53ce0779518787b4555e70ed8c346cf94
|
|
4
|
+
data.tar.gz: 4bc8a2d5fd7edaf292e9b88bb5bce2b85f953b4456fbee3eb31721092740369a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff5c0618b885f1f53543bf430e03442034b23ba41027b3498a8242766818041a243c2c342a7e172e633edd194e06b08536e43bda3b96751a351401a79c91772a
|
|
7
|
+
data.tar.gz: 6b2c7dfb7c3cb935fa15c69e3aadce6fff93670922794c12166a8d03d4ccf8db31cd5e7f15751e971f59b2298ad0c991ae32ebb49a624c099c67d656fb430ba6
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# Ruby Client for the Telco Automation API
|
|
2
2
|
|
|
3
|
-
APIs to automate
|
|
3
|
+
APIs to automate management of cloud infrastructure for network functions.
|
|
4
4
|
|
|
5
|
-
APIs to automate
|
|
5
|
+
APIs to automate management of cloud infrastructure for network functions.
|
|
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-telco_automation-v*`.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-telco_automation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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: 2024-
|
|
11
|
+
date: 2024-02-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|
|
@@ -156,8 +156,7 @@ dependencies:
|
|
|
156
156
|
- - "~>"
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
158
|
version: '0.9'
|
|
159
|
-
description: APIs to automate
|
|
160
|
-
and network functions.
|
|
159
|
+
description: APIs to automate management of cloud infrastructure for network functions.
|
|
161
160
|
email: googleapis-packages@google.com
|
|
162
161
|
executables: []
|
|
163
162
|
extensions: []
|
|
@@ -192,6 +191,5 @@ requirements: []
|
|
|
192
191
|
rubygems_version: 3.5.3
|
|
193
192
|
signing_key:
|
|
194
193
|
specification_version: 4
|
|
195
|
-
summary: APIs to automate
|
|
196
|
-
network functions.
|
|
194
|
+
summary: APIs to automate management of cloud infrastructure for network functions.
|
|
197
195
|
test_files: []
|