about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec6
1 files changed, 3 insertions, 3 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index 6049f99..c5b4422 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -35,11 +35,11 @@ Gem::Specification.new do |s|
   s.files = manifest
   s.homepage = %q{http://unicorn.bogomips.org/}
 
-  s.rdoc_options = [ "-Na", "-t",
-                     "Unicorn: Rack HTTP server for Unix and fast clients" ]
+  summary = %q{Rack HTTP server for fast clients and Unix}
+  s.rdoc_options = [ "-Na", "-t", "Unicorn: #{summary}" ]
   s.require_paths = %w(lib ext)
   s.rubyforge_project = %q{mongrel}
-  s.summary = %q{Rack HTTP server for Unix and fast clients}
+  s.summary = summary
 
   s.test_files = test_files