diff options
| author | Ryan Waldron <rew@erebor.com> | 2012-06-14 15:49:39 -0500 |
|---|---|---|
| committer | Ryan Waldron <rew@erebor.com> | 2012-06-14 15:49:39 -0500 |
| commit | 5a4b87ff25519948746bc6df5cf63437e38a490e (patch) | |
| tree | 1a7cf07a51d1221c05a40bac615c043071de3388 | |
| parent | 6e9c41e001e5c7374837bb8c9f747474636cb5d6 (diff) | |
Rearrange gemspec details
| -rw-r--r-- | asciidoctor.gemspec | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asciidoctor.gemspec b/asciidoctor.gemspec index bf0fa751..b994d550 100644 --- a/asciidoctor.gemspec +++ b/asciidoctor.gemspec @@ -19,15 +19,15 @@ Gem::Specification.new do |s| ## Make sure your summary is short. The description may be as long ## as you like. - s.summary = "Render Asciidoc to HTML." + s.summary = "Pure Ruby Asciidoc to HTML rendering." s.description = "Render all the AsciiDocs! The time, she is now, for all good renders." ## List the primary authors. If there are a bunch of authors, it's probably ## better to set the email to an email list or something. If you don't have ## a custom homepage, consider using your GitHub URL or the like. - s.authors = ["Jeremy McAnally", "Ryan Waldron"] - s.email = 'jeremy@github.com' - s.homepage = 'http://github.com' + s.authors = ["Ryan Waldron", "Jeremy McAnally"] + s.email = 'rew@erebor.com' + s.homepage = 'http://github.com/erebor/asciidoctor' ## This gets added to the $LOAD_PATH so that 'lib/NAME.rb' can be required as ## require 'NAME.rb' or'/lib/NAME/file.rb' can be as require 'NAME/file.rb' |
