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 rubyforge info for release 1.0.2.
kr (author)
Wed Jun 18 18:45:07 -0700 2008
commit  cfd43a088f3a7853d401daa1a43252a4da3edbd2
tree    8b164dbdc8d83c0e8347f9e2167e2d80b51df745
parent  08240d5cc5f029045639419eee55ce1017a49eb3
...
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
0
@@ -1,3 +1,15 @@
0
+== 1.0.2 2008-06-18
0
+
0
+* Support reserve-with-timeout on pools. (Dustin Sallings)
0
+
0
+== 1.0.1 (never released)
0
+
0
+* Fix bug preventing jobs from being deleted.
0
+* Remove an extraneous message. (Dustin Sallings)
0
+* Fix the github gemspec so beanstalk-client builds. (Isaac Feliu)
0
+* Support the new reserve-with-timeout command in dev beanstalkd.
0
+ (Dustin Sallings)
0
+
0
 == 1.0.0 2008-05-29
0
 
0
 * Preserve the watch list when a Pool instance reconnects.
...
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 = '1.0.0'
0
+ STRING = '1.0.2'
0
   end
0
 end

Comments

    No one has commented yet.