public
Description: Piston is a utility that eases vendor branch management. This repository is a complete reimplementation of Piston to provide different backends, depending on the repositories and working copies you pistonize from.
Homepage: http://piston.rubyforge.org/
Clone URL: git://github.com/francois/piston.git
francois (author)
Mon Mar 24 20:19:06 -0700 2008
commit  6aebe681a85685860e5a7d5d33728a33799f3188
tree    e460836241ac2fe9716c7c155b5ced12d6bdf759
parent  9d6ac05f264f5275f4609b4690a37b4f8481f7b8
piston / Rakefile
100644 5 lines (3 sloc) 0.141 kb
1
2
3
4
5
require "config/requirements"
require "config/hoe" # setup Hoe + all gem configuration
 
Dir["tasks/**/*.rake"].each { |rake| load rake }