jacuzzi 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. data/bin/jacuzzi +1 -3
  2. metadata +1 -1
data/bin/jacuzzi CHANGED
@@ -18,12 +18,10 @@ EOS
18
18
  opt :app_host, 'URL of your web app under test', :type => :string
19
19
  end
20
20
 
21
- load 'lib/jacuzzi.rb'
22
-
21
+ require 'jacuzzi'
23
22
  jacuzzi = Jacuzzi.new
24
23
  jacuzzi.test_source = opts[:test_source]
25
24
  jacuzzi.app_host = opts[:app_host]
26
-
27
25
  jacuzzi.heat()
28
26
  puts jacuzzi.whirl()
29
27
  jacuzzi.cool()
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.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: