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)
Wed Oct 08 09:51:48 -0700 2008
commit  f71487035436e5ec3ee0285cdb35f1216a8fdedc
tree    40171950b8a368bd31c9ed7f95d806fea532e268
parent  57459b4ccde1259ad4165eed0876e86b93ad0099
100644 4 lines (3 sloc) 0.139 kb
1
2
3
4
require 'config/requirements'
require 'config/hoe' # setup Hoe + all gem configuration
 
Dir['tasks/**/*.rake'].each { |rake| load rake }