Repository URL to install this package:
Version:
0.6.0 ▾
|
http_parser.rb
/
Rakefile
|
---|
# load tasks
Dir['tasks/*.rake'].sort.each { |f| load f }
# default task
task :compile => :submodules
task :default => [:compile, :spec]