vsphere-automation-sdk 0.1.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d21c731c0be211a081d00b518ce1e6e9adc0c621ca47821ead636b756aec22b
4
- data.tar.gz: 4682f6dbe1383460bfb9fbd7bc005eb2da41838727a04c7bb2f95dd00a959cb5
3
+ metadata.gz: 595211deeb618c841405665ba390148b136d4f07e82a18751167b2a8b69b9981
4
+ data.tar.gz: 5978032e92b465fdcf5be3416043b08b9d93270ae7cc6190f5140081a033f6b8
5
5
  SHA512:
6
- metadata.gz: e4ca962de8cd74cff09ae44375a4e42f19ce465dee3edc5fe20d1402d9e6f2daf3c9d24a4c8ef445f66df036262f4bb37fba56d7e273fea506e6d5d683979048
7
- data.tar.gz: 3513afb65e4a8b713ac8152f2796a05579859ec5a7ed15ec2014469f4aa992b1f81f026f3973b4d5d3a43da57fd9418311d4924a60f81687fce642871d2f4819
6
+ metadata.gz: 897e818fc4067b55d701f59dc4aae4c397a5aae3718b5c491276fc558566d2ae6fff53c34ce05255c7075590150b8f6ff1042554b41df4f33ef64d06298b2a0f
7
+ data.tar.gz: cef0ebeb9391a611384ca57f69205ee7201b775e2ec93da58b6057bbf54bad886a715826ef0925d125139be8dc40fdd61bac55592fce58bf76664f6a677d18ba
data/Gemfile CHANGED
@@ -1,3 +1,15 @@
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
3
+
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
5
+
6
+ # vSphere Automation - VMware vSphere Automation does fantastic things.
7
+
8
+
1
9
  source 'https://rubygems.org'
2
10
 
3
- gemspec
11
+ %i[appliance cis content runtime vapi vcenter].each do |component|
12
+ gem "vsphere-automation-#{component}", path: "../#{component}"
13
+ end
14
+
15
+ gemspec
data/Gemfile.lock CHANGED
@@ -1,79 +1,76 @@
1
+ PATH
2
+ remote: ../appliance
3
+ specs:
4
+ vsphere-automation-appliance (0.2.0)
5
+ vsphere-automation-cis (~> 0.2.0)
6
+ vsphere-automation-runtime (~> 0.2.0)
7
+
8
+ PATH
9
+ remote: ../cis
10
+ specs:
11
+ vsphere-automation-cis (0.2.0)
12
+ vsphere-automation-runtime (~> 0.2.0)
13
+
14
+ PATH
15
+ remote: ../content
16
+ specs:
17
+ vsphere-automation-content (0.2.0)
18
+ vsphere-automation-cis (~> 0.2.0)
19
+ vsphere-automation-runtime (~> 0.2.0)
20
+
21
+ PATH
22
+ remote: ../runtime
23
+ specs:
24
+ vsphere-automation-runtime (0.2.0)
25
+ typhoeus (~> 1.3)
26
+
27
+ PATH
28
+ remote: ../vapi
29
+ specs:
30
+ vsphere-automation-vapi (0.2.0)
31
+ vsphere-automation-cis (~> 0.2.0)
32
+ vsphere-automation-runtime (~> 0.2.0)
33
+
34
+ PATH
35
+ remote: ../vcenter
36
+ specs:
37
+ vsphere-automation-vcenter (0.2.0)
38
+ vsphere-automation-cis (~> 0.2.0)
39
+ vsphere-automation-runtime (~> 0.2.0)
40
+
1
41
  PATH
2
42
  remote: .
3
43
  specs:
4
- vsphere-automation-sdk (0.1.0)
5
- json (~> 2.1, >= 2.1.0)
6
- typhoeus (~> 1.0, >= 1.0.1)
44
+ vsphere-automation-sdk (0.2.0)
45
+ vsphere-automation-appliance (~> 0.2.0)
46
+ vsphere-automation-cis (~> 0.2.0)
47
+ vsphere-automation-content (~> 0.2.0)
48
+ vsphere-automation-runtime (~> 0.2.0)
49
+ vsphere-automation-vapi (~> 0.2.0)
50
+ vsphere-automation-vcenter (~> 0.2.0)
7
51
 
8
52
  GEM
9
53
  remote: https://rubygems.org/
10
54
  specs:
11
- ZenTest (4.11.1)
12
- addressable (2.5.2)
13
- public_suffix (>= 2.0.2, < 4.0)
14
- autotest (4.4.6)
15
- ZenTest (>= 4.4.1)
16
- autotest-fsevent (0.2.14)
17
- sys-uname
18
- autotest-growl (0.2.16)
19
- autotest-rails-pure (4.1.2)
20
- byebug (10.0.2)
21
- coderay (1.1.2)
22
- crack (0.4.3)
23
- safe_yaml (~> 1.0.0)
24
- diff-lcs (1.3)
25
- ethon (0.11.0)
55
+ ethon (0.12.0)
26
56
  ffi (>= 1.3.0)
27
- ffi (1.9.25)
28
- hashdiff (0.3.7)
29
- json (2.1.0)
30
- method_source (0.9.0)
31
- pry (0.11.3)
32
- coderay (~> 1.1.0)
33
- method_source (~> 0.9.0)
34
- pry-byebug (3.6.0)
35
- byebug (~> 10.0)
36
- pry (~> 0.10)
37
- public_suffix (3.0.3)
38
- rake (12.0.0)
39
- rspec (3.8.0)
40
- rspec-core (~> 3.8.0)
41
- rspec-expectations (~> 3.8.0)
42
- rspec-mocks (~> 3.8.0)
43
- rspec-core (3.8.0)
44
- rspec-support (~> 3.8.0)
45
- rspec-expectations (3.8.1)
46
- diff-lcs (>= 1.2.0, < 2.0)
47
- rspec-support (~> 3.8.0)
48
- rspec-mocks (3.8.0)
49
- diff-lcs (>= 1.2.0, < 2.0)
50
- rspec-support (~> 3.8.0)
51
- rspec-support (3.8.0)
52
- safe_yaml (1.0.4)
53
- sys-uname (1.0.3)
54
- ffi (>= 1.0.0)
55
- typhoeus (1.3.0)
57
+ ffi (1.11.1)
58
+ rake (12.3.3)
59
+ typhoeus (1.3.1)
56
60
  ethon (>= 0.9.0)
57
- vcr (3.0.3)
58
- webmock (1.24.6)
59
- addressable (>= 2.3.6)
60
- crack (>= 0.3.2)
61
- hashdiff
62
61
 
63
62
  PLATFORMS
64
63
  ruby
65
64
 
66
65
  DEPENDENCIES
67
- autotest (~> 4.4, >= 4.4.6)
68
- autotest-fsevent (~> 0.2, >= 0.2.12)
69
- autotest-growl (~> 0.2, >= 0.2.16)
70
- autotest-rails-pure (~> 4.1, >= 4.1.2)
66
+ rake (~> 12.3)
67
+ vsphere-automation-appliance!
68
+ vsphere-automation-cis!
69
+ vsphere-automation-content!
70
+ vsphere-automation-runtime!
71
71
  vsphere-automation-sdk!
72
- pry-byebug
73
- rake (~> 12.0.0)
74
- rspec (~> 3.6, >= 3.6.0)
75
- vcr (~> 3.0, >= 3.0.1)
76
- webmock (~> 1.24, >= 1.24.3)
72
+ vsphere-automation-vapi!
73
+ vsphere-automation-vcenter!
77
74
 
78
75
  BUNDLED WITH
79
- 1.16.1
76
+ 2.0.2
data/Rakefile CHANGED
@@ -1,3 +1,11 @@
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
3
+
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
5
+
6
+ # vSphere Automation - VMware vSphere Automation does fantastic things.
7
+
8
+
1
9
  require "bundler/gem_tasks"
2
10
 
3
11
  begin
@@ -1,37 +1,7 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # vSphere Automation
5
-
6
- # VMware vSphere Automation does fantastic things.
7
-
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
8
3
 
9
- =end
10
-
11
- # Common files
12
- require 'vsphere-automation-sdk/api_client'
13
- require 'vsphere-automation-sdk/api_error'
14
- require 'vsphere-automation-sdk/version'
15
- require 'vsphere-automation-sdk/configuration'
16
-
17
- # Models
18
-
19
- # APIs
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
20
5
 
21
6
  module VSphereAutomation
22
- class << self
23
- # Customize default settings for the SDK using block.
24
- # VSphereAutomation.configure do |config|
25
- # config.username = "xxx"
26
- # config.password = "xxx"
27
- # end
28
- # If no block given, return the default Configuration object.
29
- def configure
30
- if block_given?
31
- yield(Configuration.default)
32
- else
33
- Configuration.default
34
- end
35
- end
36
- end
37
7
  end
@@ -1,15 +1,11 @@
1
- =begin
2
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
3
-
4
- # vSphere Automation
1
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
2
+ # SPDX-License-Identifier: MIT
5
3
 
6
- # VMware vSphere Automation does fantastic things.
4
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
7
5
 
6
+ # vSphere Automation - VMware vSphere Automation does fantastic things.
8
7
 
9
- =end
10
8
 
11
9
  module VSphereAutomation
12
-
13
- VERSION = '0.1.0'
14
-
10
+ VERSION = '0.2.0'
15
11
  end
@@ -1,14 +1,12 @@
1
1
  # -*- encoding: utf-8 -*-
2
2
 
3
- =begin
4
- # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
5
-
6
- # vSphere Automation
3
+ # Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
4
+ # SPDX-License-Identifier: MIT
7
5
 
8
- # VMware vSphere Automation does fantastic things.
6
+ # DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
9
7
 
8
+ # vSphere Automation - VMware vSphere Automation does fantastic things.
10
9
 
11
- =end
12
10
 
13
11
  $:.push File.expand_path("../lib", __FILE__)
14
12
  require "vsphere-automation-sdk/version"
@@ -25,24 +23,16 @@ Gem::Specification.new do |s|
25
23
  s.license = 'MIT'
26
24
  s.required_ruby_version = ">= 2.3"
27
25
 
28
- s.add_runtime_dependency 'typhoeus', '~> 1.3'
29
- s.add_runtime_dependency 'json', '~> 2.1'
30
- s.add_runtime_dependency 'vsphere-automation-appliance', '~> 0.1'
31
- s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.1'
32
- s.add_runtime_dependency 'vsphere-automation-content', '~> 0.1'
33
- s.add_runtime_dependency 'vsphere-automation-vapi', '~> 0.1'
34
- s.add_runtime_dependency 'vsphere-automation-vcenter', '~> 0.1'
26
+ s.add_runtime_dependency 'vsphere-automation-appliance', '~> 0.2.0'
27
+ s.add_runtime_dependency 'vsphere-automation-cis', '~> 0.2.0'
28
+ s.add_runtime_dependency 'vsphere-automation-content', '~> 0.2.0'
29
+ s.add_runtime_dependency 'vsphere-automation-runtime', '~> 0.2.0'
30
+ s.add_runtime_dependency 'vsphere-automation-vapi', '~> 0.2.0'
31
+ s.add_runtime_dependency 'vsphere-automation-vcenter', '~> 0.2.0'
35
32
 
36
- s.add_development_dependency 'bundler', '~> 1.16'
37
- s.add_development_dependency 'pry', '~> 0.11.3'
38
33
  s.add_development_dependency 'rake', '~> 12.3'
39
- s.add_development_dependency 'rspec', '~> 3.7'
40
- s.add_development_dependency 'rubocop', '~> 0.58.2'
41
- s.add_development_dependency 'vcr', '~> 4.0'
42
- s.add_development_dependency 'webmock', '~> 3.4'
43
34
 
44
35
  s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
45
- s.test_files = `find spec/*`.split("\n")
46
36
  s.executables = []
47
37
  s.require_paths = ["lib"]
48
38
  end
metadata CHANGED
@@ -1,141 +1,99 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vsphere-automation-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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-01-10 00:00:00.000000000 Z
11
+ date: 2019-08-05 00:00:00.000000000 Z
12
12
  dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: typhoeus
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - "~>"
18
- - !ruby/object:Gem::Version
19
- version: '1.3'
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - "~>"
25
- - !ruby/object:Gem::Version
26
- version: '1.3'
27
- - !ruby/object:Gem::Dependency
28
- name: json
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '2.1'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '2.1'
41
13
  - !ruby/object:Gem::Dependency
42
14
  name: vsphere-automation-appliance
43
15
  requirement: !ruby/object:Gem::Requirement
44
16
  requirements:
45
17
  - - "~>"
46
18
  - !ruby/object:Gem::Version
47
- version: '0.1'
19
+ version: 0.2.0
48
20
  type: :runtime
49
21
  prerelease: false
50
22
  version_requirements: !ruby/object:Gem::Requirement
51
23
  requirements:
52
24
  - - "~>"
53
25
  - !ruby/object:Gem::Version
54
- version: '0.1'
26
+ version: 0.2.0
55
27
  - !ruby/object:Gem::Dependency
56
28
  name: vsphere-automation-cis
57
29
  requirement: !ruby/object:Gem::Requirement
58
30
  requirements:
59
31
  - - "~>"
60
32
  - !ruby/object:Gem::Version
61
- version: '0.1'
33
+ version: 0.2.0
62
34
  type: :runtime
63
35
  prerelease: false
64
36
  version_requirements: !ruby/object:Gem::Requirement
65
37
  requirements:
66
38
  - - "~>"
67
39
  - !ruby/object:Gem::Version
68
- version: '0.1'
40
+ version: 0.2.0
69
41
  - !ruby/object:Gem::Dependency
70
42
  name: vsphere-automation-content
71
43
  requirement: !ruby/object:Gem::Requirement
72
44
  requirements:
73
45
  - - "~>"
74
46
  - !ruby/object:Gem::Version
75
- version: '0.1'
47
+ version: 0.2.0
76
48
  type: :runtime
77
49
  prerelease: false
78
50
  version_requirements: !ruby/object:Gem::Requirement
79
51
  requirements:
80
52
  - - "~>"
81
53
  - !ruby/object:Gem::Version
82
- version: '0.1'
54
+ version: 0.2.0
83
55
  - !ruby/object:Gem::Dependency
84
- name: vsphere-automation-vapi
56
+ name: vsphere-automation-runtime
85
57
  requirement: !ruby/object:Gem::Requirement
86
58
  requirements:
87
59
  - - "~>"
88
60
  - !ruby/object:Gem::Version
89
- version: '0.1'
61
+ version: 0.2.0
90
62
  type: :runtime
91
63
  prerelease: false
92
64
  version_requirements: !ruby/object:Gem::Requirement
93
65
  requirements:
94
66
  - - "~>"
95
67
  - !ruby/object:Gem::Version
96
- version: '0.1'
68
+ version: 0.2.0
97
69
  - !ruby/object:Gem::Dependency
98
- name: vsphere-automation-vcenter
70
+ name: vsphere-automation-vapi
99
71
  requirement: !ruby/object:Gem::Requirement
100
72
  requirements:
101
73
  - - "~>"
102
74
  - !ruby/object:Gem::Version
103
- version: '0.1'
75
+ version: 0.2.0
104
76
  type: :runtime
105
77
  prerelease: false
106
78
  version_requirements: !ruby/object:Gem::Requirement
107
79
  requirements:
108
80
  - - "~>"
109
81
  - !ruby/object:Gem::Version
110
- version: '0.1'
82
+ version: 0.2.0
111
83
  - !ruby/object:Gem::Dependency
112
- name: bundler
113
- requirement: !ruby/object:Gem::Requirement
114
- requirements:
115
- - - "~>"
116
- - !ruby/object:Gem::Version
117
- version: '1.16'
118
- type: :development
119
- prerelease: false
120
- version_requirements: !ruby/object:Gem::Requirement
121
- requirements:
122
- - - "~>"
123
- - !ruby/object:Gem::Version
124
- version: '1.16'
125
- - !ruby/object:Gem::Dependency
126
- name: pry
84
+ name: vsphere-automation-vcenter
127
85
  requirement: !ruby/object:Gem::Requirement
128
86
  requirements:
129
87
  - - "~>"
130
88
  - !ruby/object:Gem::Version
131
- version: 0.11.3
132
- type: :development
89
+ version: 0.2.0
90
+ type: :runtime
133
91
  prerelease: false
134
92
  version_requirements: !ruby/object:Gem::Requirement
135
93
  requirements:
136
94
  - - "~>"
137
95
  - !ruby/object:Gem::Version
138
- version: 0.11.3
96
+ version: 0.2.0
139
97
  - !ruby/object:Gem::Dependency
140
98
  name: rake
141
99
  requirement: !ruby/object:Gem::Requirement
@@ -150,62 +108,6 @@ dependencies:
150
108
  - - "~>"
151
109
  - !ruby/object:Gem::Version
152
110
  version: '12.3'
153
- - !ruby/object:Gem::Dependency
154
- name: rspec
155
- requirement: !ruby/object:Gem::Requirement
156
- requirements:
157
- - - "~>"
158
- - !ruby/object:Gem::Version
159
- version: '3.7'
160
- type: :development
161
- prerelease: false
162
- version_requirements: !ruby/object:Gem::Requirement
163
- requirements:
164
- - - "~>"
165
- - !ruby/object:Gem::Version
166
- version: '3.7'
167
- - !ruby/object:Gem::Dependency
168
- name: rubocop
169
- requirement: !ruby/object:Gem::Requirement
170
- requirements:
171
- - - "~>"
172
- - !ruby/object:Gem::Version
173
- version: 0.58.2
174
- type: :development
175
- prerelease: false
176
- version_requirements: !ruby/object:Gem::Requirement
177
- requirements:
178
- - - "~>"
179
- - !ruby/object:Gem::Version
180
- version: 0.58.2
181
- - !ruby/object:Gem::Dependency
182
- name: vcr
183
- requirement: !ruby/object:Gem::Requirement
184
- requirements:
185
- - - "~>"
186
- - !ruby/object:Gem::Version
187
- version: '4.0'
188
- type: :development
189
- prerelease: false
190
- version_requirements: !ruby/object:Gem::Requirement
191
- requirements:
192
- - - "~>"
193
- - !ruby/object:Gem::Version
194
- version: '4.0'
195
- - !ruby/object:Gem::Dependency
196
- name: webmock
197
- requirement: !ruby/object:Gem::Requirement
198
- requirements:
199
- - - "~>"
200
- - !ruby/object:Gem::Version
201
- version: '3.4'
202
- type: :development
203
- prerelease: false
204
- version_requirements: !ruby/object:Gem::Requirement
205
- requirements:
206
- - - "~>"
207
- - !ruby/object:Gem::Version
208
- version: '3.4'
209
111
  description: A Ruby SDK for the vSphere APIs
210
112
  email:
211
113
  - jrg@vmware.com
@@ -219,13 +121,8 @@ files:
219
121
  - Rakefile
220
122
  - git_push.sh
221
123
  - lib/vsphere-automation-sdk.rb
222
- - lib/vsphere-automation-sdk/api_client.rb
223
- - lib/vsphere-automation-sdk/api_error.rb
224
- - lib/vsphere-automation-sdk/configuration.rb
225
124
  - lib/vsphere-automation-sdk/version.rb
226
- - spec/api_client_spec.rb
227
- - spec/configuration_spec.rb
228
- - spec/spec_helper.rb
125
+ - pkg/vsphere-automation-sdk-0.2.0.gem
229
126
  - vsphere-automation-sdk.gemspec
230
127
  homepage: https://github.com/vmware/vsphere-automation-sdk-ruby
231
128
  licenses:
@@ -246,12 +143,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
246
143
  - !ruby/object:Gem::Version
247
144
  version: '0'
248
145
  requirements: []
249
- rubyforge_project:
250
- rubygems_version: 2.7.6
146
+ rubygems_version: 3.0.3
251
147
  signing_key:
252
148
  specification_version: 4
253
149
  summary: A Ruby SDK for the vSphere APIs
254
- test_files:
255
- - spec/api_client_spec.rb
256
- - spec/configuration_spec.rb
257
- - spec/spec_helper.rb
150
+ test_files: []