add Rakefile
This commit is contained in:
parent
160b635035
commit
59f8c95c53
1 changed files with 7 additions and 0 deletions
7
ruby/Rakefile
Normal file
7
ruby/Rakefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
task :gem do
|
||||
sh 'gem build minehunt.gemspec'
|
||||
end
|
||||
|
||||
task :run do
|
||||
sh 'ruby -Ilib bin/minehunt'
|
||||
end
|
Loading…
Reference in a new issue