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.
@@ -1,3 +1,7 @@
1
+ ## 0.1.3 (2014-05-06)
2
+
3
+ * Added support for VirtualBox `export_opts` and `vboxmanage_post` options which were added in Packer 0.6.0.
4
+
1
5
  ## 0.1.2 (2014-03-11)
2
6
 
3
7
  * Fix quiet option cli setting
@@ -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 vboxmanage).each do |key|
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])
@@ -5,7 +5,7 @@ module Racker
5
5
  module Version
6
6
  MAJOR = 0
7
7
  MINOR = 1
8
- PATCH = 2
8
+ PATCH = 3
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.2
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-03-11 00:00:00.000000000 Z
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: -2837770476605616130
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