Skip to content

Commit ff7b585

Browse files
committed
avoid deprecation warning
1 parent 7207655 commit ff7b585

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ruby-odbc.gemspec

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ spec = Gem::Specification.new do |s|
1010
s.files = Dir.glob("**/*")
1111
s.require_paths << 'lib'
1212
s.test_files = Dir.glob('tests/*.rb')
13-
s.has_rdoc = false
1413
s.extra_rdoc_files = ["README", "COPYING", "ChangeLog", "GPL", "doc/odbc.html"]
1514
s.extensions = ["ext/extconf.rb", "ext/utf8/extconf.rb"]
1615
end

0 commit comments

Comments
 (0)