task :default => :install

desc "install the gem locally"
task :install do
  sh %{ruby "#{File.dirname(__FILE__)}/bin/thor" :install}
end
