public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/evilchelu/braid.git
evilchelu (author)
Thu May 01 05:30:49 -0700 2008
commit  acbeb9a153e6596de9c5080876d092761c39b68f
tree    d4247829e8505c1cdedf5ac490244786e2945852
parent  ff54b7afe1348388e35e021d4dbe0043fecaec40
braid / 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 }