Rakefile in relevance-castronaut-0.2.5 vs Rakefile in relevance-castronaut-0.3.0
- old
+ new
@@ -94,6 +94,12 @@
exit(1) if threshold_failed
exit(0)
end
+desc 'Build and install the gem'
+task :gem do
+ sh 'gem build castronaut.gemspec'
+ sh 'sudo gem install castronaut*.gem'
+end
+
task :default => [:verify_coverage]#, :flog]