tasks/news.rake in luislavena-rake-compiler-0.4.1 vs tasks/news.rake in luislavena-rake-compiler-0.5.0
- old
+ new
@@ -3,9 +3,11 @@
require 'rubyforge'
rescue Exception
nil
end
+CLEAN.include('email.txt')
+
if defined?(RubyForge) then
if defined?(GEM_SPEC) then
desc 'Create news email file and post to RubyForge.'
task :announce do |t|
ver = ENV['VERSION'] or fail "Must supply VERSION (rake announce VERSION=x.y.z)."