testlab 1.8.4 → 1.8.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.
@@ -168,7 +168,9 @@ EOF
168
168
  self.up
169
169
 
170
170
  # Run our callbacks
171
- do_provisioner_callbacks(self, :import, @ui)
171
+ please_wait(:ui => @ui, :message => format_object_action(self, 'import', :cyan)) do
172
+ do_provisioner_callbacks(self, :import, @ui)
173
+ end
172
174
 
173
175
  @ui.stdout.puts(format_message("Your shipping container is now imported and available for use!".green.bold))
174
176
 
@@ -1,6 +1,6 @@
1
1
  class TestLab
2
2
  unless const_defined?(:VERSION)
3
3
  # TestLab Gem Version
4
- VERSION = "1.8.4"
4
+ VERSION = "1.8.5"
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: testlab
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.4
4
+ version: 1.8.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -344,7 +344,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
344
344
  version: '0'
345
345
  segments:
346
346
  - 0
347
- hash: -284786399860132132
347
+ hash: 3128709550097862356
348
348
  required_rubygems_version: !ruby/object:Gem::Requirement
349
349
  none: false
350
350
  requirements:
@@ -353,7 +353,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
353
353
  version: '0'
354
354
  segments:
355
355
  - 0
356
- hash: -284786399860132132
356
+ hash: 3128709550097862356
357
357
  requirements: []
358
358
  rubyforge_project:
359
359
  rubygems_version: 1.8.25