lib/gemsmith/templates/%gem_name%/%gem_name%.gemspec.tt in gemsmith-7.0.0 vs lib/gemsmith/templates/%gem_name%/%gem_name%.gemspec.tt in gemsmith-7.1.0

- old
+ new

@@ -1,6 +1,4 @@ -# frozen_string_literal: true - $LOAD_PATH.push File.expand_path("../lib", __FILE__) require "<%= config.dig(:gem, :name) %>/identity" Gem::Specification.new do |spec| spec.name = <%= config.dig(:gem, :class) %>::Identity.name