vsphere-automation-runtime 0.4.3 → 0.4.7
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/LICENSE +20 -0
- data/lib/vsphere-automation-runtime/api_client.rb +5 -3
- data/lib/vsphere-automation-runtime/configuration.rb +7 -3
- data/lib/vsphere-automation-runtime/version.rb +1 -1
- metadata +8 -49
- data/Gemfile +0 -12
- data/Gemfile.lock +0 -71
- data/README.md +0 -44
- data/Rakefile +0 -18
- data/coverage/.last_run.json +0 -5
- data/coverage/.resultset.json +0 -828
- data/coverage/.resultset.json.lock +0 -0
- data/coverage/assets/0.10.2/application.css +0 -799
- data/coverage/assets/0.10.2/application.js +0 -1707
- data/coverage/assets/0.10.2/colorbox/border.png +0 -0
- data/coverage/assets/0.10.2/colorbox/controls.png +0 -0
- data/coverage/assets/0.10.2/colorbox/loading.gif +0 -0
- data/coverage/assets/0.10.2/colorbox/loading_background.png +0 -0
- data/coverage/assets/0.10.2/favicon_green.png +0 -0
- data/coverage/assets/0.10.2/favicon_red.png +0 -0
- data/coverage/assets/0.10.2/favicon_yellow.png +0 -0
- data/coverage/assets/0.10.2/loading.gif +0 -0
- data/coverage/assets/0.10.2/magnify.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/coverage/assets/0.10.2/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/coverage/index.html +0 -5100
- data/git_push.sh +0 -55
- data/pkg/vsphere-automation-runtime-0.4.1.gem +0 -0
- data/pkg/vsphere-automation-runtime-0.4.2.gem +0 -0
- data/spec/api_client_spec.rb +0 -249
- data/spec/configuration_spec.rb +0 -38
- data/spec/spec_helper.rb +0 -110
- data/vsphere-automation-runtime.gemspec +0 -38
@@ -1,38 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
|
3
|
-
# Copyright (c) 2018-2019 VMware, Inc. All Rights Reserved.
|
4
|
-
# SPDX-License-Identifier: MIT
|
5
|
-
|
6
|
-
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
7
|
-
|
8
|
-
# runtime - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
9
|
-
|
10
|
-
|
11
|
-
$:.push File.expand_path("../lib", __FILE__)
|
12
|
-
require "vsphere-automation-runtime/version"
|
13
|
-
|
14
|
-
Gem::Specification.new do |s|
|
15
|
-
s.name = "vsphere-automation-runtime"
|
16
|
-
s.version = VSphereAutomation::Runtime::VERSION
|
17
|
-
s.platform = Gem::Platform::RUBY
|
18
|
-
s.authors = ["J.R. Garcia"]
|
19
|
-
s.email = ["jrg@vmware.com"]
|
20
|
-
s.homepage = "https://github.com/vmware/vsphere-automation-sdk-ruby"
|
21
|
-
s.summary = "A Ruby SDK for the vSphere APIs (Runtime)"
|
22
|
-
s.description = "A Ruby SDK for the vSphere APIs (Runtime)"
|
23
|
-
s.license = 'MIT'
|
24
|
-
s.required_ruby_version = ">= 2.3"
|
25
|
-
|
26
|
-
s.add_development_dependency 'bundler', '~> 2.0'
|
27
|
-
s.add_development_dependency 'pry', '~> 0.12.2'
|
28
|
-
s.add_development_dependency 'rake', '~> 12.3'
|
29
|
-
s.add_development_dependency 'rspec', '~> 3.7'
|
30
|
-
s.add_development_dependency 'rubocop', '~> 0.73.0'
|
31
|
-
s.add_development_dependency 'vcr', '~> 5.0'
|
32
|
-
s.add_development_dependency 'webmock', '~> 3.6'
|
33
|
-
|
34
|
-
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
|
35
|
-
s.test_files = `find spec/*`.split("\n")
|
36
|
-
s.executables = []
|
37
|
-
s.require_paths = ["lib"]
|
38
|
-
end
|