poolboy 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,14 +1,6 @@
1
1
  # Poolboy
2
2
 
3
-
4
- :host: 127.0.0.1
5
- :username: root
6
- :password: kraken123
7
- :refresh: 5
8
- :force: false
9
-
10
-
11
- TODO: Write a gem description
3
+ Poolboy is a command line tool that allows you to see the indexes
12
4
 
13
5
  ## Installation
14
6
 
@@ -1,3 +1,3 @@
1
1
  module Poolboy
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/lib/poolboy.rb CHANGED
@@ -73,7 +73,7 @@ module Poolboy
73
73
  sleep(options[:refresh])
74
74
  end
75
75
  rescue SystemExit, Interrupt
76
- connection.disconnect(connection)
76
+ connection.disconnect
77
77
  exit
78
78
  end
79
79
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: poolboy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: