INSTALLER = './install.rb'

#
# default task compiles for the gem
#
task :default do
  ARGV.clear
  ARGV.push "--gem"
  load INSTALLER
end