GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Fork of dustin/beanstalk-client-ruby
Description: Ruby client for beanstalkd
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/kr/beanstalk-client-ruby.git
Update version and history for release 0.11.0.
kr (author)
Thu Apr 17 21:54:50 -0700 2008
commit  a13decdf82cf6f012a675f7b96382ecb2200680b
tree    4f3fa9dcbffc57ce5931c2f075de68ac58b710bd
parent  9ab82e40306b80632f5e55748c7cc93df081cc75
...
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
0
@@ -1,3 +1,7 @@
0
+== 0.11.0 2008-04-17
0
+
0
+* Fix an infinite loop bug when the server goes away.
0
+
0
 == 0.10.0 2008-04-11
0
 
0
 * Some optimizations to avoid sending unnecessary use and watch commands.
...
1
2
3
 
4
5
...
1
2
 
3
4
5
0
@@ -1,5 +1,5 @@
0
 module Beanstalk #:nodoc:
0
   module VERSION #:nodoc:
0
- STRING = '0.10.0'
0
+ STRING = '0.11.0'
0
   end
0
 end

Comments

    No one has commented yet.