rbvmomi 1.11.5 → 1.11.6
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/lib/rbvmomi/version.rb +1 -1
- data/lib/rbvmomi/vim/OvfManager.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a310c27e7855b5778803e949255bc9df2ed71e69
|
|
4
|
+
data.tar.gz: f6906366d2ca2020e8a2a923e01a4bf6b53f6a36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7465b5a959c45eef7e87cba3da7f0b60cceb3c8b26b292af2f810eda98fa87bf5665650e2128658552c0d110dae10da81d3bfe31b7256caeb3a360958ef5ece
|
|
7
|
+
data.tar.gz: 56d8159713739fcc43aac9887747b0e8eea3ca3496c22db6a20b96a4044a06337a48807fdfa0e48693698db14772b9a594fec7de8f3b7386dbffa5bf1447b14b
|
data/lib/rbvmomi/version.rb
CHANGED
|
@@ -139,7 +139,7 @@ class RbVmomi::VIM::OvfManager
|
|
|
139
139
|
# to the uploadCmd. It is not clear to me why, but that leads to
|
|
140
140
|
# trucation of the uploaded disk. Without this option curl can't tell
|
|
141
141
|
# the progress, but who cares
|
|
142
|
-
system("#{downloadCmd} | #{uploadCmd}",
|
|
142
|
+
system("#{downloadCmd} | #{uploadCmd}", :out => "/dev/null")
|
|
143
143
|
|
|
144
144
|
keepAliveThread.kill
|
|
145
145
|
keepAliveThread.join
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rbvmomi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.11.
|
|
4
|
+
version: 1.11.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rich Lane
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-12-
|
|
12
|
+
date: 2017-12-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: builder
|