mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user