Remove test_files typo from the gemspec
This commit is contained in:
parent
162e3973ea
commit
d33eb8350a
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue