Remove the rdoc from the gemspec
This commit is contained in:
parent
6746238094
commit
162e3973ea
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue