public
Fork of oldmoe/neverblock
Description: A collection of high level non-blocking IO libraries
Homepage:
Clone URL: git://github.com/espace/neverblock.git
neverblock / Rakefile
100644 8 lines (4 sloc) 0.106 kb
1
2
3
4
5
6
7
8
require 'rubygems'
require 'rake'
 
Dir['tasks/*.rake'].each { |rake| load rake }
 
task :default => :spec