From 198c421ac07b88ade69d9710501077b9d0ef4a9f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 17 Jan 2015 04:30:58 +0000 Subject: gemspec: fixup olddoc migration rdoc_options is no longer necesary with olddoc as olddoc can infer document titles and only generates cgit-compatible URLs to source code. --- unicorn.gemspec | 2 -- 1 file changed, 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 -- cgit v1.2.3-24-ge0c7