lib/gemsmith/generators/gem.rb in gemsmith-11.3.0 vs lib/gemsmith/generators/gem.rb in gemsmith-12.0.0

- old
+ new

@@ -13,11 +13,11 @@ def create_files template "%gem_name%/bin/setup.tt" template "%gem_name%/Gemfile.tt" template "%gem_name%/%gem_name%.gemspec.tt" - template "#{lib_gem_root}.rb.tt" - template "#{lib_gem_root}/identity.rb.tt" + template "#{LIB_ROOT_GEM}.rb.tt" + template "#{LIB_ROOT_GEM}/identity.rb.tt" end end end end