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.
@@ -1,3 +1,7 @@
1
+ ## 0.1.5 (2014-09-08)
2
+
3
+ * Added support for VirtualBox `import_flags` options which were added in Packer 0.7.0.
4
+
1
5
  ## 0.1.4 (2014-08-07)
2
6
 
3
7
  New Features:
@@ -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])
@@ -5,7 +5,7 @@ module Racker
5
5
  module Version
6
6
  MAJOR = 0
7
7
  MINOR = 1
8
- PATCH = 4
8
+ PATCH = 5
9
9
  BUILD = nil
10
10
 
11
11
  STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join('.')
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
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-08-07 00:00:00.000000000 Z
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: -3413953497687925388
324
+ hash: 3966611408957490235
325
325
  requirements: []
326
326
  rubyforge_project:
327
327
  rubygems_version: 1.8.23.2