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 21:40:55 -0700 2008
commit  bb2402952f76706ca228eff31e81c02ee4b1c4a0
tree    5d863a46c12052d7a1c914ad17020bcc09b93259
parent  8f313fff36c3ba277653a4de168d40ff2697ac0b
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 }