about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-01-11 08:28:17 +0000
committerEric Wong <e@80x24.org>2015-01-11 08:29:03 +0000
commitc791ca7e3ae04baec124c77c9a2c54585df57d1f (patch)
tree9115c895064dc40d7edefbc0f90c4b37aa837400
parenta5da14b3e8a61e8ac56a1b1599b4965cd3a21993 (diff)
downloadruby_io_splice-c791ca7e3ae04baec124c77c9a2c54585df57d1f.tar.gz
Old wrongdoc cruft, update for olddoc.
-rw-r--r--io_splice.gemspec5
1 files changed, 2 insertions, 3 deletions
diff --git a/io_splice.gemspec b/io_splice.gemspec
index 281e3db..2423eb4 100644
--- a/io_splice.gemspec
+++ b/io_splice.gemspec
@@ -1,8 +1,8 @@
 # -*- encoding: binary -*-
 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,7 +16,6 @@ Gem::Specification.new do |s|
   s.files = manifest
   s.homepage = Olddoc.config['rdoc_url']
   s.summary = summary
-  s.rdoc_options = rdoc_options
   s.test_files = Dir['test/test_*.rb']
   s.add_development_dependency('olddoc', '~> 1.0')