updated gemspec to reflect the makefile removal

This commit is contained in:
oldmoe 2008-09-05 05:56:40 +02:00
parent 7aed51b58f
commit 4108162bbb
1 changed files with 1 additions and 2 deletions

View File

@ -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"]