public
Fork of chad/gitjour
Description: Serve git and advertise with bonjour
Homepage: http://rubyforge.org/projects/gitjour
Clone URL: git://github.com/dustin/gitjour.git
dustin (author)
Thu Jul 03 14:06:02 -0700 2008
commit  a270214b0e4e6dc9f9406878446e9ab25f5dc1b8
tree    3bcf0edb8c4e963a43f9a88e5772364d98d841c1
parent  465921a6518d34b3d34d3ae0b3dd30493b054bf5
gitjour / 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 }