Rakefile in thumbs_up-0.5.1 vs Rakefile in thumbs_up-0.5.2

- old
+ new

@@ -25,8 +25,9 @@ system "gem build thumbs_up.gemspec" end task :release => :build do system "gem push thumbs_up-#{ThumbsUp::VERSION}.gem" + system "rm thumbs_up-#{ThumbsUp::VERSION}.gem" end task :default => :test \ No newline at end of file