about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-17 04:30:58 +0000
committerEric Wong <e@80x24.org>2015-04-22 18:55:46 +0000
commit198c421ac07b88ade69d9710501077b9d0ef4a9f (patch)
tree96ae161524681d4058ba31f0f3e60d1c2e03f53a
parent0dafad76c20844ec10fa7674fd778578bc9a8ed0 (diff)
downloadunicorn-198c421ac07b88ade69d9710501077b9d0ef4a9f.tar.gz
rdoc_options is no longer necesary with olddoc as olddoc can
infer document titles and only generates cgit-compatible URLs
to source code.
-rw-r--r--unicorn.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/unicorn.gemspec b/unicorn.gemspec
index fc6f475..47d5670 100644
--- a/unicorn.gemspec
+++ b/unicorn.gemspec
@@ -17,7 +17,6 @@ Gem::Specification.new do |s|
   s.version = ENV["VERSION"].dup
   s.authors = ["#{name} hackers"]
   s.summary = summary
-  s.date = Time.now.utc.strftime('%Y-%m-%d')
   s.description = readme_description
   s.email = %q{unicorn-public@bogomips.org}
   s.executables = %w(unicorn unicorn_rails)
@@ -25,7 +24,6 @@ Gem::Specification.new do |s|
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
   s.homepage = Olddoc.config['rdoc_url']
-  s.rdoc_options = rdoc_options
   s.test_files = test_files
 
   # for people that are absolutely stuck on Rails 2.3.2 and can't