google-cloud-telco_automation 1.1.0 → 2.0.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/telco_automation/version.rb +1 -1
- metadata +7 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a471f6862e7ab1480669430097bfdd798310a4810f88601620c3e909a91d8c10
|
4
|
+
data.tar.gz: e0c1c269081925aad5d45d85e30c7b6061e5465985f6e0afc0c601ca99221700
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9973da26b58dfef3a3547152cc644a649522aed5c3cd82fad874a92f773748dde48c8c1f462671a8da3e2bb0103db34364402e63015540725814f5da90b9ad84
|
7
|
+
data.tar.gz: b56611da6825e51be1fece8bbe6309ab915b80b0c5f5211dbc1822355f25d0194a78a342d32d6d36ef7ce79c95cf749d1bdf1098c218b66dac76e5ba38ae20cb
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ APIs to automate management of cloud infrastructure for network functions.
|
|
6
6
|
Actual client classes for the various versions of this API are defined in
|
7
7
|
_versioned_ client gems, with names of the form `google-cloud-telco_automation-v*`.
|
8
8
|
The gem `google-cloud-telco_automation` is the main client library that brings the
|
9
|
-
|
9
|
+
versioned gems in as dependencies, and provides high-level methods for
|
10
10
|
constructing clients. More information on versioned clients can be found below
|
11
11
|
in the section titled *Which client should I use?*.
|
12
12
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-telco_automation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-cloud-core
|
@@ -27,22 +27,16 @@ dependencies:
|
|
27
27
|
name: google-cloud-telco_automation-v1
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '0.2'
|
33
|
-
- - "<"
|
30
|
+
- - "~>"
|
34
31
|
- !ruby/object:Gem::Version
|
35
|
-
version: 2.
|
32
|
+
version: '2.0'
|
36
33
|
type: :runtime
|
37
34
|
prerelease: false
|
38
35
|
version_requirements: !ruby/object:Gem::Requirement
|
39
36
|
requirements:
|
40
|
-
- - "
|
41
|
-
- !ruby/object:Gem::Version
|
42
|
-
version: '0.2'
|
43
|
-
- - "<"
|
37
|
+
- - "~>"
|
44
38
|
- !ruby/object:Gem::Version
|
45
|
-
version: 2.
|
39
|
+
version: '2.0'
|
46
40
|
description: APIs to automate management of cloud infrastructure for network functions.
|
47
41
|
email: googleapis-packages@google.com
|
48
42
|
executables: []
|
@@ -74,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
68
|
- !ruby/object:Gem::Version
|
75
69
|
version: '0'
|
76
70
|
requirements: []
|
77
|
-
rubygems_version: 3.6.
|
71
|
+
rubygems_version: 3.6.8
|
78
72
|
specification_version: 4
|
79
73
|
summary: APIs to automate management of cloud infrastructure for network functions.
|
80
74
|
test_files: []
|