about summary refs log tree commit homepage
path: root/unicorn.gemspec
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-10-27 23:07:42 +0000
committerEric Wong <normalperson@yhbt.net>2010-10-27 23:09:25 +0000
commit7207a8cbd1f0fbfd8c8543fd21e4f04ecff6e2f5 (patch)
treeb929168f4ee3d22273b29c73e9d7e9a2eee81ed6 /unicorn.gemspec
parent427862fa9884aae96c9d39f35e09be292d2928ab (diff)
downloadunicorn-7207a8cbd1f0fbfd8c8543fd21e4f04ecff6e2f5.tar.gz
-N and -a switches no longer exist in rdoc 2.5
(cherry picked from commit 054c7df93db61839648925cfd881ae880709a210)
Diffstat (limited to 'unicorn.gemspec')
-rw-r--r--unicorn.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index ccf4e09..973ca09 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
   s.homepage = %q{http://unicorn.bogomips.org/}
 
   summary = %q{Rack HTTP server for fast clients and Unix}
-  s.rdoc_options = [ "-Na", "-t", "Unicorn: #{summary}" ]
+  s.rdoc_options = [ "-t", "Unicorn: #{summary}" ]
   s.require_paths = %w(lib ext)
   s.rubyforge_project = %q{mongrel}
   s.summary = summary