Skip to content

Commit

Permalink
Merge commit 'dustin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith Rarick committed May 29, 2008
2 parents 9d698aa + 1691e51 commit b5c6e31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion beanstalk-client-ruby.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = %q{beanstalk-client}
s.version = "0.11.2"
s.version = "0.11.3"

s.specification_version = 2 if s.respond_to? :specification_version=

Expand Down
1 change: 1 addition & 0 deletions lib/beanstalk-client/connection.rb
Expand Up @@ -27,6 +27,7 @@ class Connection
attr_reader :addr

def initialize(addr, jptr=self, default_tube=nil)
@waiting = false
@addr = addr
@jptr = jptr
connect
Expand Down

0 comments on commit b5c6e31

Please sign in to comment.