summaryrefslogtreecommitdiff
path: root/asciidoctor-pdf.gemspec
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2022-08-18 23:46:33 -0600
committerDan Allen <dan.j.allen@gmail.com>2022-08-19 00:36:45 -0600
commitfa224350b68c40c3217c30ddca2173f62c85d8bb (patch)
tree8d4924c62269ed01c0f6da4e3b6cf94ea59bac86 /asciidoctor-pdf.gemspec
parent284ea075eee33ecb91b88d5c338adcebda116dd4 (diff)
tighten project description
Diffstat (limited to 'asciidoctor-pdf.gemspec')
-rw-r--r--asciidoctor-pdf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoctor-pdf.gemspec b/asciidoctor-pdf.gemspec
index 59f3d439..e1a43160 100644
--- a/asciidoctor-pdf.gemspec
+++ b/asciidoctor-pdf.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.name = 'asciidoctor-pdf'
s.version = Asciidoctor::PDF::VERSION
s.summary = 'Converts AsciiDoc documents to PDF using Asciidoctor and Prawn'
- s.description = 'An extension for Asciidoctor that converts AsciiDoc documents to PDF using the Prawn PDF library.'
+ s.description = 'An add-on converter for Asciidoctor that converts AsciiDoc documents to PDF using the Prawn PDF generation library.'
s.authors = ['Dan Allen', 'Sarah White']
s.email = 'dan@opendevise.com'
s.homepage = 'https://asciidoctor.org/docs/asciidoctor-pdf'