summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2013-09-05 16:49:08 -0600
committerDan Allen <dan.j.allen@gmail.com>2013-09-05 16:49:08 -0600
commitf8caf95b269a0b34e1c8df0f57447e9d4bb8d2d0 (patch)
tree6501107f9fa660f4a0a5c856f4d13f1ba0a637a5
parent3210d7fbcb946d791aae0b616f47282ed5ede0d6 (diff)
update project description
-rw-r--r--asciidoctor.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec
index 061e23ae..8aa536ac 100644
--- a/asciidoctor.gemspec
+++ b/asciidoctor.gemspec
@@ -10,9 +10,9 @@ Gem::Specification.new do |s|
s.date = '2013-09-05'
s.rubyforge_project = 'asciidoctor'
- s.summary = 'A native Ruby AsciiDoc syntax processor and publishing toolchain'
+ s.summary = 'An implementation of the AsciiDoc text processor and publishing toolchain in Ruby'
s.description = <<-EOS
-An open source text processor and publishing toolchain written in Ruby for converting AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5 and custom formats.
+A fast, open source text processor and publishing toolchain, written in Ruby, for transforming AsciiDoc markup into HTML 5, DocBook 4.5, DocBook 5.0 and custom outupt formats.
EOS
s.license = 'MIT'
s.authors = ['Dan Allen', 'Ryan Waldron', 'Jeremy McAnally', 'Jason Porter', 'Nick Hengeveld']