vsphere-automation-sdk 0.3.0 → 0.4.0
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 -28
- 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 +15 -17
- data/pkg/vsphere-automation-sdk-0.2.0.gem +0 -0
- data/pkg/vsphere-automation-sdk-0.2.1.gem +0 -0
- data/pkg/vsphere-automation-sdk-0.2.2.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8231501283c0170a9551b4b1d5ec78275d2d21c3ccb5209686f9ad9ce57e8a98
|
4
|
+
data.tar.gz: 0b14f0770ea0094ac036bdfee32073ac39eeea69ce7a243fed698034c62a0869
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 868a1017988ba252e3e2d76647a5652860c288ce34847efd45cf7267a551bab97b91e973f5df7848828fa97cee49b27565472274fc303c105b4b8f63d6f3ddbb
|
7
|
+
data.tar.gz: 7b6ee40a7a05c7297fdeb696893e14ff5973ad9787cb552d63cb718664b5a175142ea422aa3cdd0a632f2fc6ad3d39c92e17e42ad9f2ba6d389010d2417e8e19
|
data/Gemfile.lock
CHANGED
@@ -1,63 +1,57 @@
|
|
1
1
|
PATH
|
2
2
|
remote: ../appliance
|
3
3
|
specs:
|
4
|
-
vsphere-automation-appliance (0.
|
5
|
-
vsphere-automation-cis (~> 0.
|
6
|
-
vsphere-automation-runtime (~> 0.
|
4
|
+
vsphere-automation-appliance (0.4.0)
|
5
|
+
vsphere-automation-cis (~> 0.4.0)
|
6
|
+
vsphere-automation-runtime (~> 0.4.0)
|
7
7
|
|
8
8
|
PATH
|
9
9
|
remote: ../cis
|
10
10
|
specs:
|
11
|
-
vsphere-automation-cis (0.
|
12
|
-
vsphere-automation-runtime (~> 0.
|
11
|
+
vsphere-automation-cis (0.4.0)
|
12
|
+
vsphere-automation-runtime (~> 0.4.0)
|
13
13
|
|
14
14
|
PATH
|
15
15
|
remote: ../content
|
16
16
|
specs:
|
17
|
-
vsphere-automation-content (0.
|
18
|
-
vsphere-automation-cis (~> 0.
|
19
|
-
vsphere-automation-runtime (~> 0.
|
17
|
+
vsphere-automation-content (0.4.0)
|
18
|
+
vsphere-automation-cis (~> 0.4.0)
|
19
|
+
vsphere-automation-runtime (~> 0.4.0)
|
20
20
|
|
21
21
|
PATH
|
22
22
|
remote: ../runtime
|
23
23
|
specs:
|
24
|
-
vsphere-automation-runtime (0.
|
25
|
-
typhoeus (~> 1.3)
|
24
|
+
vsphere-automation-runtime (0.4.0)
|
26
25
|
|
27
26
|
PATH
|
28
27
|
remote: ../vapi
|
29
28
|
specs:
|
30
|
-
vsphere-automation-vapi (0.
|
31
|
-
vsphere-automation-cis (~> 0.
|
32
|
-
vsphere-automation-runtime (~> 0.
|
29
|
+
vsphere-automation-vapi (0.4.0)
|
30
|
+
vsphere-automation-cis (~> 0.4.0)
|
31
|
+
vsphere-automation-runtime (~> 0.4.0)
|
33
32
|
|
34
33
|
PATH
|
35
34
|
remote: ../vcenter
|
36
35
|
specs:
|
37
|
-
vsphere-automation-vcenter (0.
|
38
|
-
vsphere-automation-cis (~> 0.
|
39
|
-
vsphere-automation-runtime (~> 0.
|
36
|
+
vsphere-automation-vcenter (0.4.0)
|
37
|
+
vsphere-automation-cis (~> 0.4.0)
|
38
|
+
vsphere-automation-runtime (~> 0.4.0)
|
40
39
|
|
41
40
|
PATH
|
42
41
|
remote: .
|
43
42
|
specs:
|
44
|
-
vsphere-automation-sdk (0.
|
45
|
-
vsphere-automation-appliance (~> 0.
|
46
|
-
vsphere-automation-cis (~> 0.
|
47
|
-
vsphere-automation-content (~> 0.
|
48
|
-
vsphere-automation-runtime (~> 0.
|
49
|
-
vsphere-automation-vapi (~> 0.
|
50
|
-
vsphere-automation-vcenter (~> 0.
|
43
|
+
vsphere-automation-sdk (0.4.0)
|
44
|
+
vsphere-automation-appliance (~> 0.4.0)
|
45
|
+
vsphere-automation-cis (~> 0.4.0)
|
46
|
+
vsphere-automation-content (~> 0.4.0)
|
47
|
+
vsphere-automation-runtime (~> 0.4.0)
|
48
|
+
vsphere-automation-vapi (~> 0.4.0)
|
49
|
+
vsphere-automation-vcenter (~> 0.4.0)
|
51
50
|
|
52
51
|
GEM
|
53
52
|
remote: https://rubygems.org/
|
54
53
|
specs:
|
55
|
-
ethon (0.12.0)
|
56
|
-
ffi (>= 1.3.0)
|
57
|
-
ffi (1.11.1)
|
58
54
|
rake (12.3.3)
|
59
|
-
typhoeus (1.3.1)
|
60
|
-
ethon (>= 0.9.0)
|
61
55
|
|
62
56
|
PLATFORMS
|
63
57
|
ruby
|
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.
|
27
|
-
s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.
|
28
|
-
s.add_runtime_dependency 'vsphere-automation-content', '~> 0.
|
29
|
-
s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.
|
30
|
-
s.add_runtime_dependency 'vsphere-automation-vapi', '~> 0.
|
31
|
-
s.add_runtime_dependency 'vsphere-automation-vcenter', '~> 0.
|
26
|
+
s.add_runtime_dependency 'vsphere-automation-appliance', '~> 0.4.0'
|
27
|
+
s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.4.0'
|
28
|
+
s.add_runtime_dependency 'vsphere-automation-content', '~> 0.4.0'
|
29
|
+
s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.4.0'
|
30
|
+
s.add_runtime_dependency 'vsphere-automation-vapi', '~> 0.4.0'
|
31
|
+
s.add_runtime_dependency 'vsphere-automation-vcenter', '~> 0.4.0'
|
32
32
|
|
33
33
|
s.add_development_dependency 'rake', '~> 12.3'
|
34
34
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vsphere-automation-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- J.R. Garcia
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: vsphere-automation-appliance
|
@@ -16,84 +16,84 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.4.0
|
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.
|
26
|
+
version: 0.4.0
|
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.
|
33
|
+
version: 0.4.0
|
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.
|
40
|
+
version: 0.4.0
|
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.
|
47
|
+
version: 0.4.0
|
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.
|
54
|
+
version: 0.4.0
|
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.
|
61
|
+
version: 0.4.0
|
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.
|
68
|
+
version: 0.4.0
|
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.
|
75
|
+
version: 0.4.0
|
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.
|
82
|
+
version: 0.4.0
|
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.
|
89
|
+
version: 0.4.0
|
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.
|
96
|
+
version: 0.4.0
|
97
97
|
- !ruby/object:Gem::Dependency
|
98
98
|
name: rake
|
99
99
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,9 +122,7 @@ files:
|
|
122
122
|
- git_push.sh
|
123
123
|
- lib/vsphere-automation-sdk.rb
|
124
124
|
- lib/vsphere-automation-sdk/version.rb
|
125
|
-
- pkg/vsphere-automation-sdk-0.
|
126
|
-
- pkg/vsphere-automation-sdk-0.2.1.gem
|
127
|
-
- pkg/vsphere-automation-sdk-0.2.2.gem
|
125
|
+
- pkg/vsphere-automation-sdk-0.4.0.gem
|
128
126
|
- vsphere-automation-sdk.gemspec
|
129
127
|
homepage: https://github.com/vmware/vsphere-automation-sdk-ruby
|
130
128
|
licenses:
|
Binary file
|
Binary file
|
Binary file
|