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.
@@ -2,7 +2,7 @@ module VMC
2
2
  module KNIFE
3
3
  module Cli
4
4
  # This version number is used as the RubyGem release version.
5
- VERSION = '0.0.63'
5
+ VERSION = '0.0.64'
6
6
  end
7
7
  end
8
8
  end
@@ -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.63
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-15 00:00:00.000000000 Z
12
+ date: 2014-05-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: vmc