public
Rubygem
Description: Simple tool to help track git and svn vendor branches in a git repository
Homepage: http://github.com/evilchelu/braid/wikis/home
Clone URL: git://github.com/evilchelu/braid.git
evilchelu (author)
Wed Apr 30 06:52:01 -0700 2008
commit  ff98eb3a363b07c17804deec8e90ba4bcfcd4d26
tree    3c33f821bc61a5ef9b824f7a1180644ff4b331be
parent  e58d60f70ef24405da37bb27be89e45aa667aa3e
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 }