diff --git a/ruby/Rakefile b/ruby/Rakefile new file mode 100644 index 0000000..7843f7c --- /dev/null +++ b/ruby/Rakefile @@ -0,0 +1,7 @@ +task :gem do + sh 'gem build minehunt.gemspec' +end + +task :run do + sh 'ruby -Ilib bin/minehunt' +end