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

- old
+ new

@@ -4,10 +4,10 @@ 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%/version.rb.tt", template_options + template "#{lib_root}/%gem_name%/identity.rb.tt", template_options end def create_ruby_files template "%gem_name%/.ruby-version.tt", template_options end