diff --git a/ruby-odbc-0.999991/ruby-odbc.gemspec b/ruby-odbc-0.999991/ruby-odbc.gemspec index 7ee221c..ceaea92 100644 --- a/ruby-odbc-0.999991/ruby-odbc.gemspec +++ b/ruby-odbc-0.999991/ruby-odbc.gemspec @@ -10,7 +10,6 @@ spec = Gem::Specification.new do |s| s.files = Dir.glob("**/*") s.require_paths << 'lib' s.test_files = Dir.glob('tests/*.rb') - s.has_rdoc = false s.extra_rdoc_files = ["README", "COPYING", "ChangeLog", "GPL", "doc/odbc.html"] s.extensions = ["ext/extconf.rb", "ext/utf8/extconf.rb"] end diff --git a/ruby-odbc.gemspec b/ruby-odbc.gemspec index 7ee221c..ceaea92 100644 --- a/ruby-odbc.gemspec +++ b/ruby-odbc.gemspec @@ -10,7 +10,6 @@ spec = Gem::Specification.new do |s| s.files = Dir.glob("**/*") s.require_paths << 'lib' s.test_files = Dir.glob('tests/*.rb') - s.has_rdoc = false s.extra_rdoc_files = ["README", "COPYING", "ChangeLog", "GPL", "doc/odbc.html"] s.extensions = ["ext/extconf.rb", "ext/utf8/extconf.rb"] end