lib/gemsmith/skeletons/default_skeleton.rb in gemsmith-5.2.0 vs lib/gemsmith/skeletons/default_skeleton.rb in gemsmith-5.3.0

- old
+ new

@@ -1,9 +1,8 @@ module Gemsmith module Skeletons class DefaultSkeleton < BaseSkeleton def create_default_files - template "%gem_name%/Gemfile.tt", template_options template "%gem_name%/Rakefile.tt", template_options template "%gem_name%/%gem_name%.gemspec.tt", template_options template "#{lib_root}/%gem_name%.rb.tt", template_options template "#{lib_root}/%gem_name%/identity.rb.tt", template_options end