diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f4248a..f5800ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Changes * Update rack to version 3.0.7 because of security issues. +* Update gem description. * Update gems. diff --git a/mail_grabber.gemspec b/mail_grabber.gemspec index bae0d4a..c628e14 100644 --- a/mail_grabber.gemspec +++ b/mail_grabber.gemspec @@ -9,9 +9,8 @@ Gem::Specification.new do |spec| spec.email = ['sysqa@yahoo.com'] spec.summary = 'Grab mails to inspect with MailGrabber.' - spec.description = 'Delivery Method to grab emails and inspect on a web ' \ - 'interface. We can use this Delivery Method with ' \ - 'Ruby on Rails ActionMailer or other solutions.' + spec.description = 'MailGrabber is yet another solution to inspect sent ' \ + 'emails.' spec.homepage = 'https://github.com/MailToolbox/mail_grabber' spec.license = 'MIT'