task :gem do
  sh 'gem build minehunt.gemspec'
end

task :run do
  sh 'ruby -Ilib bin/minehunt'
end