about summary refs log tree commit homepage
path: root/local-openid.gemspec
diff options
context:
space:
mode:
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"])