about summary refs log tree commit homepage
path: root/local-openid.gemspec
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-01-14 10:37:28 +0000
committerEric Wong <e@80x24.org>2016-01-14 10:39:51 +0000
commit1814e56e205e5f7f9c785420e77e7ed2047fad46 (patch)
tree1b8ba37c151656f363ded81b031708eba26ceef7 /local-openid.gemspec
parent7674ebfa5364a6b8a01b6552f8e9f40f6775b141 (diff)
downloadlocal-openid-1814e56e205e5f7f9c785420e77e7ed2047fad46.tar.gz
switch to olddoc
wrongdoc was difficult to maintain because of the tidy-ffi
dependency and the HTML5 changes in Darkfish could not be
handled well by Tidy.

olddoc is superior as it generates leaner HTML which loads faster,
requires less scrolling and less processing power to render.
Aesthetic comparisons are subjective of course but completely
unimportant compared to speed and accessibility.
Diffstat (limited to 'local-openid.gemspec')
-rw-r--r--local-openid.gemspec7
1 files changed, 3 insertions, 4 deletions
diff --git a/local-openid.gemspec b/local-openid.gemspec
index da872b6..b536c02 100644
--- a/local-openid.gemspec
+++ b/local-openid.gemspec
@@ -1,7 +1,7 @@
 ENV["VERSION"] or abort "VERSION= must be specified"
 manifest = File.readlines('.manifest').map! { |x| x.chomp! }
-require 'wrongdoc'
-extend Wrongdoc::Gemspec
+require 'olddoc'
+extend Olddoc::Gemspec
 name, summary, title = readme_metadata
 
 Gem::Specification.new do |s|
@@ -16,9 +16,8 @@ Gem::Specification.new do |s|
 
   s.extra_rdoc_files = extra_rdoc_files(manifest)
   s.files = manifest
-  s.homepage = Wrongdoc.config[:rdoc_url]
+  s.homepage = Olddoc.config['rdoc_url']
   s.summary = summary
-  s.rdoc_options = rdoc_options
   s.rubyforge_project = %q{qrp}
   s.add_dependency(%q<rack>, ["~> 1.3"])
   s.add_dependency(%q<sinatra>, ["~> 1.0"])