Rakefile in sanitize_email-0.3.5 vs Rakefile in sanitize_email-0.3.6

- old
+ new

@@ -4,14 +4,13 @@ begin require 'jeweler' Jeweler::Tasks.new do |gemspec| gemspec.name = "sanitize_email" - #gemspec.rubyforge_project = "johntrupiano" gemspec.summary = "Tool to aid in development, testing, qa, and production troubleshooting of email issues without worrying that emails will get sent to actual live addresses." gemspec.description = %q{Test an application's email abilities without ever sending a message to actual live addresses} gemspec.email = ['peter.boling@gmail.com', 'jtrupiano@gmail.com', 'george@benevolentcode.com'] - gemspec.homepage = "http://github.com/pboling/capistrano_mailer" + gemspec.homepage = "http://github.com/pboling/sanitize_email" gemspec.authors = ["Peter Boling", "John Trupiano", "George Anderson"] gemspec.add_dependency 'actionmailer' gemspec.files = ["lib/sanitize_email/custom_environments.rb", "lib/sanitize_email/sanitize_email.rb", "lib/sanitize_email.rb",