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
Search Repo:
francois (author)
Thu Apr 17 10:52:40 -0700 2008
commit  e90f935a38bb88f37da5a3ba849531173c107413
tree    0755fdbf6d95bc51b4ec83248c2d10c676a80f46
parent  b6776eee6a822c7644b49807e3060d794fed93cf
piston / Rakefile
100644 4 lines (3 sloc) 0.141 kb
1
2
3
4
require "config/requirements"
require "config/hoe" # setup Hoe + all gem configuration
 
Dir["tasks/**/*.rake"].each { |rake| load rake }