Remove the rdoc from the gemspec

master
mattbauer 2008-12-30 21:53:02 -06:00
parent 6746238094
commit 162e3973ea
1 changed files with 1 additions and 3 deletions

View File

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