Rakefile in macros4cuke-0.5.07 vs Rakefile in macros4cuke-0.5.08

- old
+ new

@@ -1,14 +1,12 @@ require 'rubygems' require_relative './lib/macros4cuke/constants' namespace :gem do - desc 'Push the gem to rubygems.org' task :push do system("gem push macros4cuke-#{Macros4Cuke::Version}.gem") end - end # namespace # Testing-specific tasks # Cucumber as testing tool