public
Description: The Invocation Construction Kit: an ad hoc, informally-specified, bug-ridden, slow implementation of half of Monads.
Homepage:
Clone URL: git://github.com/raganwald/ick.git
nizze (author)
Tue Mar 24 05:26:25 -0700 2009
raganwald (committer)
Mon Apr 13 07:49:18 -0700 2009
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 }