From 4108162bbb19e5e8771ed5a2d30aaa0b8aa4d11d Mon Sep 17 00:00:00 2001 From: oldmoe Date: Fri, 5 Sep 2008 05:56:40 +0200 Subject: [PATCH] updated gemspec to reflect the makefile removal --- mysqlplus.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mysqlplus.gemspec b/mysqlplus.gemspec index fc69d5c..8771f8e 100755 --- a/mysqlplus.gemspec +++ b/mysqlplus.gemspec @@ -16,8 +16,7 @@ Gem::Specification.new do |s| "test/test_threaded.rb", "test/test_evented.rb", "ext/extconf.rb", - "ext/mysql.c", - "ext/Makefile" + "ext/mysql.c" ] s.rdoc_options = ["--main", "README"] s.extra_rdoc_files = ["README"]