google-cloud-vmware_engine 1.3.0 → 2.0.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/lib/google/cloud/vmware_engine/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: 7465e3c1fbe2adbe566411c20aa4087fe94d89017100fea4862c2701aa7ba438
|
4
|
+
data.tar.gz: f540f61344caed7367f4ec48a5ae70638ec19921b93231984b8403c792eb2f74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 98488c9ef4f87d6a430989689fb6f7c46a44b6302508c77ec7c4118e260d769ec2a0d882486a8d731e612b5cbf047f24155ede337c93e03394a09d19adacc890
|
7
|
+
data.tar.gz: 980c9841e4015b573deafda89d8483760b87b2fd31f0b58787b03425c8acbf61feb63e6ea2c42602b1e6476b7cb91119dda6ff4d4fa1ac42a6fe4ee5ad477be1
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-vmware_engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-13 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-vmware_engine-v1
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '0.6'
|
33
|
-
- - "<"
|
30
|
+
- - "~>"
|
34
31
|
- !ruby/object:Gem::Version
|
35
|
-
version:
|
32
|
+
version: '1.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.6'
|
43
|
-
- - "<"
|
37
|
+
- - "~>"
|
44
38
|
- !ruby/object:Gem::Version
|
45
|
-
version:
|
39
|
+
version: '1.0'
|
46
40
|
description: Google Cloud VMware Engine is a fully managed service that lets you run
|
47
41
|
the VMware platform in Google Cloud. VMware Engine provides you with VMware operational
|
48
42
|
continuity so you can benefit from a cloud consumption model and lower your total
|
@@ -78,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
72
|
- !ruby/object:Gem::Version
|
79
73
|
version: '0'
|
80
74
|
requirements: []
|
81
|
-
rubygems_version: 3.6.
|
75
|
+
rubygems_version: 3.6.3
|
82
76
|
specification_version: 4
|
83
77
|
summary: API Client library for the Google Cloud VMware Engine API
|
84
78
|
test_files: []
|