myhunt/ruby/Rakefile
Gwenhael Le Moine 59f8c95c53
add Rakefile
2022-11-22 11:49:53 +01:00

8 lines
100 B
Ruby

task :gem do
sh 'gem build minehunt.gemspec'
end
task :run do
sh 'ruby -Ilib bin/minehunt'
end