caterer 1.0.8 → 1.0.9

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.
@@ -49,11 +49,11 @@ module Caterer
49
49
  if @images.length > 0
50
50
  @images.each do |i|
51
51
  ui.info "*** Cleaning image: #{i} ***"
52
- run_action(:clean, opts.merge({:image => i}))
52
+ run_action(:clean, opts.merge({:image => i, :ghost_mode => true}))
53
53
  end
54
54
  else
55
55
  ui.info "*** Cleaning ***"
56
- run_action(:clean, opts)
56
+ run_action(:clean, opts.merge({:ghost_mode => true}))
57
57
  end
58
58
  end
59
59
 
@@ -1,3 +1,3 @@
1
1
  module Caterer
2
- VERSION = "1.0.8"
2
+ VERSION = "1.0.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: caterer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -271,7 +271,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
271
271
  version: '0'
272
272
  segments:
273
273
  - 0
274
- hash: 203375899144690257
274
+ hash: -4484359117128335214
275
275
  required_rubygems_version: !ruby/object:Gem::Requirement
276
276
  none: false
277
277
  requirements:
@@ -280,7 +280,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
280
280
  version: '0'
281
281
  segments:
282
282
  - 0
283
- hash: 203375899144690257
283
+ hash: -4484359117128335214
284
284
  requirements: []
285
285
  rubyforge_project:
286
286
  rubygems_version: 1.8.23