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-01-17 04:30:58 +0000
commite353029708223b7f05152e1a7214c56cadc70709 (patch)
treef5d10c43696f65f7ba4bf35bad5da1a2431b4e53
parent081b9496882f90aa3e2814b57531ee21d40829cc (diff)
downloadunicorn-e353029708223b7f05152e1a7214c56cadc70709.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