Skip to content

Commit

Permalink
added all files in template folder to gemspec files
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Kim committed May 21, 2015
1 parent 32817ef commit 95703b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flavor_gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.description = "Flavors bundler generated Rubygem and scaffolding"
spec.homepage = "http://github.com/iamdionysus/flavor_gem"

spec.files = %w(flavor_gem.gemspec) + Dir["*.md", "bin/*", "lib/**/*.rb"]
spec.files = %w(flavor_gem.gemspec) + Dir["*.md", "bin/*", "lib/**/*.rb", "lib/template/*"]
spec.bindir = "bin"
spec.executables = %w(flavor-gem)
spec.require_paths = ["lib"]
Expand Down

0 comments on commit 95703b6

Please sign in to comment.