google-cloud-vm_migration 1.3.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/vm_migration/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: 0262ee0a3f00b8404d61eef943e7ba127a0b515a76605b6f659ccdcd29bc42eb
|
4
|
+
data.tar.gz: 03e50172fafbed542fd24863b1f2e210ab2517193a5c93826e4974983cc02210
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df2cc6c6a424004a8bdbad57895fd10de1f0403e68822af70165a09b11424cba12602fca1b6b2f1aca6b0ef2d60dff8e0df641dd1982aba5066c1c46cea38c46
|
7
|
+
data.tar.gz: 6979d08cf18fda76a196d2513f2d3c3950ab3d9b6c1574230f6b8067fb49b3d61ce9d4db8527bbecc1bb74713de0d3a43cf8b26b0bdae6bc42140bbbabf76cc3
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-vm_migration
|
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-vm_migration-v1
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
29
29
|
requirements:
|
30
|
-
- - "
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: '0.8'
|
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.8'
|
43
|
-
- - "<"
|
37
|
+
- - "~>"
|
44
38
|
- !ruby/object:Gem::Version
|
45
|
-
version: 2.
|
39
|
+
version: '2.0'
|
46
40
|
description: Migrate for Compute Engine enables you to migrate (Lift and Shift) your
|
47
41
|
virtual machines (VMs), with minor automatic modifications, from your source environment
|
48
42
|
to Google Compute Engine.
|
@@ -76,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
70
|
- !ruby/object:Gem::Version
|
77
71
|
version: '0'
|
78
72
|
requirements: []
|
79
|
-
rubygems_version: 3.6.
|
73
|
+
rubygems_version: 3.6.3
|
80
74
|
specification_version: 4
|
81
75
|
summary: API Client library for the Migrate for Compute Engine API
|
82
76
|
test_files: []
|