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
kr (author)
Fri Apr 11 17:50:47 -0700 2008
commit  252d11a4e4bf695867c2e7d23e07c98f91668305
tree    e52ce35b1c9d6aae97a51173cb3da8715893fb5a
parent  6627cda47a209219933883848e5c5e3430b90f56
100644 6 lines (5 sloc) 0.084 kb
1
2
3
4
5
6
module Beanstalk #:nodoc:
  module VERSION #:nodoc:
    STRING = '0.10.0'
  end
end