vsphere-automation-sdk 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +22 -22
- data/lib/vsphere-automation-sdk/version.rb +1 -1
- data/pkg/vsphere-automation-sdk-0.4.0.gem +0 -0
- data/vsphere-automation-sdk.gemspec +6 -6
- metadata +13 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc2e3797bdb10f20982a36c45c5c0582d8704af52cb042c161d89bf862d9bd06
|
4
|
+
data.tar.gz: 56671daffd8156547d8f54fcec965cc0b361bb0f4bdf0370f6c9459c67fb0f66
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87692d8c523fede80c2112b197e74760222daa23b001f7a38acc8ef5eaf8a1eaa6829496f419086c0d5b3038ac5c84700618b3bdc908fd1a156a43475edb08d4
|
7
|
+
data.tar.gz: 7a609d2fbfe7d4e0ee201e99aeffacedf884b7db4b9f8a1f73690d4742ef6d551dac8cc082b02a9af85fd398fb7907e37a881e691132e15a2aab0b44239434a7
|
data/Gemfile.lock
CHANGED
@@ -1,52 +1,52 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../appliance
|
3
3
|
specs:
|
4
|
-
vsphere-automation-appliance (0.4.
|
5
|
-
vsphere-automation-cis (~> 0.4.
|
6
|
-
vsphere-automation-runtime (~> 0.4.
|
4
|
+
vsphere-automation-appliance (0.4.1)
|
5
|
+
vsphere-automation-cis (~> 0.4.1)
|
6
|
+
vsphere-automation-runtime (~> 0.4.1)
|
7
7
|
|
8
8
|
PATH
|
9
9
|
remote: ../cis
|
10
10
|
specs:
|
11
|
-
vsphere-automation-cis (0.4.
|
12
|
-
vsphere-automation-runtime (~> 0.4.
|
11
|
+
vsphere-automation-cis (0.4.1)
|
12
|
+
vsphere-automation-runtime (~> 0.4.1)
|
13
13
|
|
14
14
|
PATH
|
15
15
|
remote: ../content
|
16
16
|
specs:
|
17
|
-
vsphere-automation-content (0.4.
|
18
|
-
vsphere-automation-cis (~> 0.4.
|
19
|
-
vsphere-automation-runtime (~> 0.4.
|
17
|
+
vsphere-automation-content (0.4.1)
|
18
|
+
vsphere-automation-cis (~> 0.4.1)
|
19
|
+
vsphere-automation-runtime (~> 0.4.1)
|
20
20
|
|
21
21
|
PATH
|
22
22
|
remote: ../runtime
|
23
23
|
specs:
|
24
|
-
vsphere-automation-runtime (0.4.
|
24
|
+
vsphere-automation-runtime (0.4.1)
|
25
25
|
|
26
26
|
PATH
|
27
27
|
remote: ../vapi
|
28
28
|
specs:
|
29
|
-
vsphere-automation-vapi (0.4.
|
30
|
-
vsphere-automation-cis (~> 0.4.
|
31
|
-
vsphere-automation-runtime (~> 0.4.
|
29
|
+
vsphere-automation-vapi (0.4.1)
|
30
|
+
vsphere-automation-cis (~> 0.4.1)
|
31
|
+
vsphere-automation-runtime (~> 0.4.1)
|
32
32
|
|
33
33
|
PATH
|
34
34
|
remote: ../vcenter
|
35
35
|
specs:
|
36
|
-
vsphere-automation-vcenter (0.4.
|
37
|
-
vsphere-automation-cis (~> 0.4.
|
38
|
-
vsphere-automation-runtime (~> 0.4.
|
36
|
+
vsphere-automation-vcenter (0.4.1)
|
37
|
+
vsphere-automation-cis (~> 0.4.1)
|
38
|
+
vsphere-automation-runtime (~> 0.4.1)
|
39
39
|
|
40
40
|
PATH
|
41
41
|
remote: .
|
42
42
|
specs:
|
43
|
-
vsphere-automation-sdk (0.4.
|
44
|
-
vsphere-automation-appliance (~> 0.4.
|
45
|
-
vsphere-automation-cis (~> 0.4.
|
46
|
-
vsphere-automation-content (~> 0.4.
|
47
|
-
vsphere-automation-runtime (~> 0.4.
|
48
|
-
vsphere-automation-vapi (~> 0.4.
|
49
|
-
vsphere-automation-vcenter (~> 0.4.
|
43
|
+
vsphere-automation-sdk (0.4.1)
|
44
|
+
vsphere-automation-appliance (~> 0.4.1)
|
45
|
+
vsphere-automation-cis (~> 0.4.1)
|
46
|
+
vsphere-automation-content (~> 0.4.1)
|
47
|
+
vsphere-automation-runtime (~> 0.4.1)
|
48
|
+
vsphere-automation-vapi (~> 0.4.1)
|
49
|
+
vsphere-automation-vcenter (~> 0.4.1)
|
50
50
|
|
51
51
|
GEM
|
52
52
|
remote: https://rubygems.org/
|
Binary file
|
@@ -23,12 +23,12 @@ Gem::Specification.new do |s|
|
|
23
23
|
s.license = 'MIT'
|
24
24
|
s.required_ruby_version = ">= 2.3"
|
25
25
|
|
26
|
-
s.add_runtime_dependency 'vsphere-automation-appliance', '~> 0.4.
|
27
|
-
s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.4.
|
28
|
-
s.add_runtime_dependency 'vsphere-automation-content', '~> 0.4.
|
29
|
-
s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.4.
|
30
|
-
s.add_runtime_dependency 'vsphere-automation-vapi', '~> 0.4.
|
31
|
-
s.add_runtime_dependency 'vsphere-automation-vcenter', '~> 0.4.
|
26
|
+
s.add_runtime_dependency 'vsphere-automation-appliance', '~> 0.4.1'
|
27
|
+
s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.4.1'
|
28
|
+
s.add_runtime_dependency 'vsphere-automation-content', '~> 0.4.1'
|
29
|
+
s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.4.1'
|
30
|
+
s.add_runtime_dependency 'vsphere-automation-vapi', '~> 0.4.1'
|
31
|
+
s.add_runtime_dependency 'vsphere-automation-vcenter', '~> 0.4.1'
|
32
32
|
|
33
33
|
s.add_development_dependency 'rake', '~> 12.3'
|
34
34
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vsphere-automation-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- J.R. Garcia
|
@@ -16,84 +16,84 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.4.
|
19
|
+
version: 0.4.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.4.
|
26
|
+
version: 0.4.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: vsphere-automation-cis
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: 0.4.
|
33
|
+
version: 0.4.1
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: 0.4.
|
40
|
+
version: 0.4.1
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: vsphere-automation-content
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: 0.4.
|
47
|
+
version: 0.4.1
|
48
48
|
type: :runtime
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: 0.4.
|
54
|
+
version: 0.4.1
|
55
55
|
- !ruby/object:Gem::Dependency
|
56
56
|
name: vsphere-automation-runtime
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
59
|
- - "~>"
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 0.4.
|
61
|
+
version: 0.4.1
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - "~>"
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.4.
|
68
|
+
version: 0.4.1
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: vsphere-automation-vapi
|
71
71
|
requirement: !ruby/object:Gem::Requirement
|
72
72
|
requirements:
|
73
73
|
- - "~>"
|
74
74
|
- !ruby/object:Gem::Version
|
75
|
-
version: 0.4.
|
75
|
+
version: 0.4.1
|
76
76
|
type: :runtime
|
77
77
|
prerelease: false
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
79
79
|
requirements:
|
80
80
|
- - "~>"
|
81
81
|
- !ruby/object:Gem::Version
|
82
|
-
version: 0.4.
|
82
|
+
version: 0.4.1
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
84
|
name: vsphere-automation-vcenter
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - "~>"
|
88
88
|
- !ruby/object:Gem::Version
|
89
|
-
version: 0.4.
|
89
|
+
version: 0.4.1
|
90
90
|
type: :runtime
|
91
91
|
prerelease: false
|
92
92
|
version_requirements: !ruby/object:Gem::Requirement
|
93
93
|
requirements:
|
94
94
|
- - "~>"
|
95
95
|
- !ruby/object:Gem::Version
|
96
|
-
version: 0.4.
|
96
|
+
version: 0.4.1
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: rake
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|