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 number; add a link to browse git.
kr (author)
Fri Jan 04 14:10:28 -0800 2008
commit  49064f347affddd45390be03472a2572238b7857
tree    ff1315db2dee8b6ec892ef987284fb77a012d0ad
parent  b2a5e938bd28d64b57f47c3d7564bed544bc29ad
...
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.1'
0
+ STRING = '0.6.0'
0
   end
0
 end
...
65
66
67
 
 
 
68
69
70
...
65
66
67
68
69
70
71
72
73
0
@@ -65,6 +65,9 @@ Read the "8 steps for fixing other people's code":http://drnicwilliams.com/2007/
0
 
0
 The repository is <code>http://xph.us/src/beanstalk-client-ruby.git</code> for anonymous access.
0
 
0
+You can browse the repo at
0
+"http://xph.us/git/beanstalk-client-ruby/":http://xph.us/git/beanstalk-client-ruby/.
0
+
0
 h2. License
0
 
0
 You can share this code under the terms of the GPL version 3.

Comments

    No one has commented yet.