jacuzzi 0.0.5 → 0.0.6

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.
Files changed (3) hide show
  1. data/bin/jacuzzi +1 -1
  2. data/lib/jacuzzi.rb +2 -0
  3. metadata +1 -1
data/bin/jacuzzi CHANGED
@@ -5,7 +5,7 @@ require 'bundler/setup'
5
5
 
6
6
  require 'trollop'
7
7
  opts = Trollop::options do
8
- version "jacuzzi 0.0.5 (c) 2011 Matthew Trost"
8
+ version "jacuzzi 0.0.6 (c) 2011 Matthew Trost"
9
9
  banner <<-EOS
10
10
  jacuzzi pulls your RSpec+Capybara+Selenium tests down from a git repo, and runs them.
11
11
 
data/lib/jacuzzi.rb CHANGED
@@ -55,10 +55,12 @@ HEREDOC
55
55
  end
56
56
 
57
57
  def whirl
58
+ puts "Start up the whirlpool, baybay (running the tests):"
58
59
  %x[rspec ./.jacuzzi/spec -c -f documentation]
59
60
  end
60
61
 
61
62
  def cool
63
+ puts "Shut this mutha down (removing temporary files) ..."
62
64
  %x[rm -rf ./.jacuzzi]
63
65
  end
64
66
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jacuzzi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: