vmc_knife 0.0.63 → 0.0.64
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.
- data/lib/vmc_knife/version.rb +1 -1
- data/lib/vmc_knife/vmc_knife.rb +3 -0
- metadata +2 -2
data/lib/vmc_knife/version.rb
CHANGED
data/lib/vmc_knife/vmc_knife.rb
CHANGED
|
@@ -981,6 +981,9 @@ wget #{wget_args()} --output-document=$version_built_download #{version_availabl
|
|
|
981
981
|
else
|
|
982
982
|
`unzip #{tmp_download_filename}`
|
|
983
983
|
end
|
|
984
|
+
|
|
985
|
+
# also download the version file
|
|
986
|
+
`wget -N #{File.dirname(url)}/version_built.properties`
|
|
984
987
|
ensure
|
|
985
988
|
`[ -f #{tmp_download_filename} ] && rm #{tmp_download_filename}`
|
|
986
989
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vmc_knife
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.64
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-05-
|
|
12
|
+
date: 2014-05-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: vmc
|