GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
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
tapajos (author)
Mon May 12 07:04:04 -0700 2008
commit  11eb751fd6ec64c39523a8f1c7465370929f8582
tree    2422c4257b4c4f9957662d90adb21ea70f1887ad
parent  e34929ceb852cbd3d6609d13cea7bf4b885defaa
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 }