racker 0.1.2 → 0.1.3
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/CHANGELOG.md +4 -0
- data/lib/racker/builders/virtualbox.rb +1 -1
- data/lib/racker/builders/vmware.rb +1 -1
- data/lib/racker/version.rb +1 -1
- metadata +4 -4
data/CHANGELOG.md
CHANGED
|
@@ -10,7 +10,7 @@ module Racker
|
|
|
10
10
|
log.debug("Entering #{self.class}.#{__method__}")
|
|
11
11
|
config = super(name, config)
|
|
12
12
|
|
|
13
|
-
%w(boot_command floppy_files iso_urls vboxmanage).each do |key|
|
|
13
|
+
%w(boot_command export_opts floppy_files iso_urls vboxmanage vboxmanage_post).each do |key|
|
|
14
14
|
if config.key? key
|
|
15
15
|
log.info("Converting #{key} to packer value...")
|
|
16
16
|
config[key] = convert_hash_to_packer_value(config[key])
|
|
@@ -10,7 +10,7 @@ module Racker
|
|
|
10
10
|
log.debug("Entering #{self.class}.#{__method__}")
|
|
11
11
|
config = super(name, config)
|
|
12
12
|
|
|
13
|
-
%w(boot_command floppy_files iso_urls
|
|
13
|
+
%w(boot_command floppy_files iso_urls).each do |key|
|
|
14
14
|
if config.key? key
|
|
15
15
|
log.info("Converting #{key} to packer value...")
|
|
16
16
|
config[key] = convert_hash_to_packer_value(config[key])
|
data/lib/racker/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: racker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
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-
|
|
12
|
+
date: 2014-05-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: multi_json
|
|
@@ -319,10 +319,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
319
319
|
version: '0'
|
|
320
320
|
segments:
|
|
321
321
|
- 0
|
|
322
|
-
hash:
|
|
322
|
+
hash: 3879783234475897504
|
|
323
323
|
requirements: []
|
|
324
324
|
rubyforge_project:
|
|
325
|
-
rubygems_version: 1.8.23
|
|
325
|
+
rubygems_version: 1.8.23.2
|
|
326
326
|
signing_key:
|
|
327
327
|
specification_version: 3
|
|
328
328
|
summary: A lightweight template wrapper for Packer
|