diff --git a/flavor_gem.gemspec b/flavor_gem.gemspec index f147c9a..f671d78 100644 --- a/flavor_gem.gemspec +++ b/flavor_gem.gemspec @@ -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"]