boxgrinder-core 0.0.6 → 0.0.7

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.
@@ -132,15 +132,15 @@ module BoxGrinder
132
132
  @appliance_config.post.vmware.clear
133
133
 
134
134
  @appliance_configs.each do |appliance_config|
135
- appliance_config.post.base do |cmd|
135
+ appliance_config.post.base.each do |cmd|
136
136
  @appliance_config.post.base << cmd
137
137
  end
138
138
 
139
- appliance_config.post.ec2 do |cmd|
139
+ appliance_config.post.ec2.each do |cmd|
140
140
  @appliance_config.post.ec2 << cmd
141
141
  end
142
142
 
143
- appliance_config.post.vmware do |cmd|
143
+ appliance_config.post.vmware.each do |cmd|
144
144
  @appliance_config.post.vmware << cmd
145
145
  end
146
146
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - BoxGrinder Project
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-05-10 00:00:00 +02:00
17
+ date: 2010-05-11 00:00:00 +02:00
18
18
  default_executable:
19
19
  dependencies: []
20
20