sanitize_email.gemspec in sanitize_email-1.1.6 vs sanitize_email.gemspec in sanitize_email-1.1.7

- old
+ new

@@ -5,10 +5,13 @@ s.name = "sanitize_email" s.version = SanitizeEmail::VERSION s.authors = ["Peter Boling", "John Trupiano", "George Anderson"] s.summary = "Email Condom for your Ruby Server" - s.description = "In Rails, Sinatra, or simply the mail gem: Aids in development, testing, qa, and production troubleshooting of email issues without worrying that emails will get sent to actual live addresses." + s.description = <<EOS + Email Condom for your Ruby Server. +In Rails, Sinatra, et al, or simply the mail gem: Aids in development, testing, qa, and production troubleshooting of email issues without worrying that emails will get sent to actual live addresses. +EOS s.email = ["peter.boling@gmail.com"] s.extra_rdoc_files = [ "CHANGELOG.md", "LICENSE", "README.md"