Merge pull request #2092 from loz/3-1-stable

Fixed engine gemspec so that app, config, and db are packaged up
This commit is contained in:
Santiago Pastorino
2011-07-15 14:38:39 -07:00

View File

@@ -4,6 +4,6 @@ Gem::Specification.new do |s|
s.name = "<%= name %>"
s.summary = "Insert <%= camelized %> summary."
s.description = "Insert <%= camelized %> description."
s.files = Dir["lib/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.version = "0.0.1"
end