public
Rubygem
Description: Keith Rarick's ruby client for beanstalk
Homepage: http://xph.us/software/beanstalkd/
Clone URL: git://github.com/dustin/beanstalk-client-ruby.git
Update version and history for release 0.10.0.
kr (author)
Fri Apr 11 17:50:47 -0700 2008
commit  252d11a4e4bf695867c2e7d23e07c98f91668305
tree    e52ce35b1c9d6aae97a51173cb3da8715893fb5a
parent  6627cda47a209219933883848e5c5e3430b90f56
...
 
 
 
 
 
 
 
1
2
3
...
1
2
3
4
5
6
7
8
9
10
0
@@ -1,3 +1,10 @@
0
+== 0.10.0 2008-04-11
0
+
0
+* Some optimizations to avoid sending unnecessary use and watch commands.
0
+* Use newer protocol features to open only one connection per server address.
0
+* More consistent and complete peek methods.
0
+* Various bug fixes.
0
+
0
 == 0.9.0 2008-02-27
0
 
0
 * Skipping 0.8.x; beanstalkd 0.8 was a botched release.
...
6
7
8
9
10
11
12
...
6
7
8
 
9
10
11
0
@@ -6,7 +6,6 @@ Rakefile
0
 config/hoe.rb
0
 config/requirements.rb
0
 lib/beanstalk-client.rb
0
-lib/beanstalk-client/bag.rb
0
 lib/beanstalk-client/connection.rb
0
 lib/beanstalk-client/errors.rb
0
 lib/beanstalk-client/job.rb
...
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.9.0'
0
+ STRING = '0.10.0'
0
   end
0
 end

Comments

    No one has commented yet.