Skip to content

Commit

Permalink
Add app, config and Gemfile paths to generated gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Feb 9, 2011
1 parent 167a45c commit aafba23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/templates/root/%underscored%.gemspec.tt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ Gem::Specification.new do |s|
s.name = "<%= underscored %>"
s.summary = "Insert <%= camelized %> summary."
s.description = "Insert <%= camelized %> description."
s.files = Dir["lib/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir["{app,lib,config}/**/*"] + ["MIT-LICENSE", "Rakefile", "Gemfile", "README.rdoc"]
s.version = "0.0.1"
end

0 comments on commit aafba23

Please sign in to comment.