Remove test_files typo from the gemspec

This commit is contained in:
mattbauer 2008-12-30 21:54:50 -06:00
parent 162e3973ea
commit d33eb8350a

View file

@ -24,6 +24,5 @@ BDB_SPEC = Gem::Specification.new do |s|
s.homepage = "http://github.com/mattbauer/bdb" s.homepage = "http://github.com/mattbauer/bdb"
s.require_paths = ["lib", "ext"] s.require_paths = ["lib", "ext"]
s.test_files = Dir.glob('test/*.rb')
s.has_rdoc = false s.has_rdoc = false
end end