Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Kim committed May 21, 2015
2 parents 6df4a1c + e8ec59a commit 87c8675
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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", "lib/template/*"]
spec.files = %w(flavor_gem.gemspec) + Dir["*.md", "bin/*", "lib/**/*.rb", "template/*"]
spec.bindir = "bin"
spec.executables = %w(flavor-gem)
spec.require_paths = ["lib"]
Expand Down
1 change: 0 additions & 1 deletion lib/flavor_gem/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def append_template_to_file(file_name, template)
end

def template_file_name(template)
# "lib/flavor_gem/template/#{template}"
File.expand_path("../../../template/#{template}", __FILE__)
end

Expand Down

0 comments on commit 87c8675

Please sign in to comment.