8 lines
100 B
Text
8 lines
100 B
Text
|
task :gem do
|
||
|
sh 'gem build minehunt.gemspec'
|
||
|
end
|
||
|
|
||
|
task :run do
|
||
|
sh 'ruby -Ilib bin/minehunt'
|
||
|
end
|