gemspec, add pending specs

This commit is contained in:
Ben Mabey 2009-03-04 21:48:20 -07:00
parent 79086c4748
commit 0b39edc8a4
4 changed files with 41 additions and 10 deletions

View file

@ -8,6 +8,7 @@ begin
s.email = "ben@benmabey.com"
s.homepage = "http://github.com/bmabey/database_cleaner"
s.description = "TODO"
s.files = FileList["[A-Z]*.*", "{examples,lib,features,spec}/**/*", "Rakefile", "cucumber.yml"]
s.authors = ["Ben Mabey"]
end
rescue LoadError