Skip to content

Commit

Permalink
reformat announcement email
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed Jun 29, 2009
1 parent 4154d9e commit 988e33b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tasks/announce.rake
Expand Up @@ -17,16 +17,15 @@ namespace :announce do
mail.puts
mail.puts info[:title]
mail.puts
mail.puts " gem install #{Hitimes::GEM_SPEC.name}"
mail.puts "{{ Release notes for Version #{Hitimes::VERSION} }}"
mail.puts
mail.puts info[:release_notes]
mail.puts
mail.puts info[:urls]
mail.puts
mail.puts info[:description]
mail.puts
mail.puts "{{ Release notes for Version #{Hitimes::VERSION} }}"
mail.puts " gem install #{Hitimes::GEM_SPEC.name}"
mail.puts
mail.puts info[:release_notes]
mail.puts
mail.puts info[:description]
end
puts "Created the following as email.txt:"
puts "-" * 72
Expand Down

0 comments on commit 988e33b

Please sign in to comment.