racker 0.1.4 → 0.1.5
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/version.rb +1 -1
- metadata +3 -3
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 export_opts floppy_files iso_urls vboxmanage vboxmanage_post).each do |key|
|
|
13
|
+
%w(boot_command export_opts floppy_files import_flags 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])
|
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.5
|
|
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-09-09 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: multi_json
|
|
@@ -321,7 +321,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
321
321
|
version: '0'
|
|
322
322
|
segments:
|
|
323
323
|
- 0
|
|
324
|
-
hash:
|
|
324
|
+
hash: 3966611408957490235
|
|
325
325
|
requirements: []
|
|
326
326
|
rubyforge_project:
|
|
327
327
|
rubygems_version: 1.8.23.2
|