public
Fork of evilchelu/braid
Description: Simple tool for managing vendor branches across different SCMs
Homepage: http://evil.che.lu/projects/braid
Clone URL: git://github.com/fsvehla/braid.git
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 }