raganwald / ick

The Invocation Construction Kit: an ad hoc, informally-specified, bug-ridden, slow implementation of half of Monads.

This URL has Read+Write access

Reg Braithwaite (author)
Sat Nov 01 06:13:23 -0700 2008
ick / Rakefile
100755 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 }