image_builder 0.0.9 → 0.0.10

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
  SHA1:
3
- metadata.gz: c076dc7e5e4320113bec0ce82b53fcec8002ae27
4
- data.tar.gz: 9bd05d5459f560cc94e16019e8e72e9a0538197f
3
+ metadata.gz: 4b2463f606b3ccf00cf2d74b75194b598f836e83
4
+ data.tar.gz: 68748f932594bf39ad12cdc4a78f679f9f01176e
5
5
  SHA512:
6
- metadata.gz: c42e8773beedd7438cc73339eadf0b2688d838b8689a3ed41cf2eb5afe2a32d2da43e2777bfb1b2b4901a8ee5d01b5d76345827ca02b3ce746f264ad1fed07ae
7
- data.tar.gz: 6c905f1c8247edd709d4d972896e4a89f0173f2eff53ecc61a7ef23103951f59d54793555e2686b9b1acca475218affe58571b75234e36d933cb3ec5a5b01000
6
+ metadata.gz: 8a8df915997bfd052aaf99633b8c84ca53183f783285707d61c23775a252a666ae655f7da239f49061d1862eba6c70a9c3fedb01e0f2c3bc7d8fd67435d34043
7
+ data.tar.gz: e9d094257a4481c96c8154c7534c3f6f412f9c7550a2300e39846a2dfe9fa99508c7d151af73d83f1ccc8d08ea99f11df7dc9015c293d15fc63c3983357cd4c9
data/bin/image_builder CHANGED
@@ -177,7 +177,7 @@ Commander.configure do
177
177
  c.option '--ami-description DESC', String, 'A description of the ami'
178
178
  c.option '--cleanup-run-list RUN_LIST', Array, 'A run-list used to clean up the provisioned node before AMI creation'
179
179
  c.option '--[no-]vagrant-box', 'Create a Vagrant box defintion after the build completes'
180
- c.option '--chef-version', String, 'chef-client version to download and install. If not given, will download the latest version'
180
+ c.option '--chef-version VERSION', String, 'chef-client version to install. If not given, will use the latest version'
181
181
 
182
182
  c.action do |_args, options|
183
183
  options.default vagrant_box: false
@@ -1,4 +1,4 @@
1
1
  # Generic top-level module comment
2
2
  module ImageBuilder
3
- VERSION = '0.0.9'
3
+ VERSION = '0.0.10'
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: image_builder
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Morris