Remove the rdoc from the gemspec

This commit is contained in:
mattbauer 2008-12-30 21:53:02 -06:00
parent 6746238094
commit 162e3973ea

View file

@ -25,7 +25,5 @@ BDB_SPEC = Gem::Specification.new do |s|
s.require_paths = ["lib", "ext"] s.require_paths = ["lib", "ext"]
s.test_files = Dir.glob('test/*.rb') s.test_files = Dir.glob('test/*.rb')
s.has_rdoc = true s.has_rdoc = false
s.rdoc_options = ["--main", "README.textile"]
s.extra_rdoc_files = ["README.textile"]
end end