From 69b3f9d32475e823786dd3c7c71f1face95be11f Mon Sep 17 00:00:00 2001 From: Michael Bushoy Date: Fri, 4 Sep 2026 15:38:37 -0400 Subject: [PATCH 1/2] fix: Remove obsolete has_rdoc gemspec setting Co-authored-by: Cursor --- ruby-odbc.gemspec | 1 - 1 file changed, 1 deletion(-) 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 From b0f698ee3fe9f3fb3eeca7844db0ea4249e9cc59 Mon Sep 17 00:00:00 2001 From: Michael Bushoy Date: Fri, 4 Sep 2026 15:40:55 -0400 Subject: [PATCH 2/2] fix: Remove nested obsolete has_rdoc setting Co-authored-by: Cursor --- ruby-odbc-0.999991/ruby-odbc.gemspec | 1 - 1 file changed, 1 deletion(-) 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