dirt-textify.gemspec in ghostwriter-1.0.0 vs dirt-textify.gemspec in ghostwriter-1.0.1

- old
+ new

@@ -8,12 +8,14 @@ spec.name = 'ghostwriter' spec.version = Ghostwriter::VERSION spec.authors = ['Robin Miller'] spec.email = ['robin@tenjin.ca'] - spec.summary = 'Intelligently extracts plaintext from an HTML document.' + spec.summary = 'Converts HTML to plain text' spec.description = <<~DESC - Transforms HTML into plaintext while preserving legibility and functionality. + Converts HTML to plain text, preserving as much legibility and functionality as possible. + + Ideal for providing a plaintext multipart segment of email messages. DESC spec.homepage = 'https://github.com/TenjinInc/ghostwriter' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f|