public
Description: Sprinkle is a software provisioning tool you can use to build remote servers with. eg. to install a Rails, or Sinatra stack on a brand new slice directly after its been created
Homepage: http://github.com/crafterm/sprinkle
Clone URL: git://github.com/crafterm/sprinkle.git
Click here to lend your support to: sprinkle and make a donation at www.pledgie.com !
crafterm (author)
Wed Apr 01 03:42:44 -0700 2009
commit  518e33c835986c03ec7ae8ea88c657443b006f28
tree    4b5bce9aa7aca34449fa00f78d706598be6cb5ac
parent  8d80b31beb96094cc049f8528b74dd85688217dd
sprinkle / Rakefile
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 }