lib/gemsmith/generators/gem.rb in gemsmith-10.4.2 vs lib/gemsmith/generators/gem.rb in gemsmith-11.0.0

- old
+ new

@@ -12,8 +12,9 @@ cli.template "%gem_name%/%gem_name%.gemspec.tt", configuration cli.template "#{lib_gem_root}.rb.tt", configuration cli.template "#{lib_gem_root}/identity.rb.tt", configuration cli.chmod "#{configuration.dig(:gem, :name)}/bin/setup", 0o755 end + # rubocop:enable Metrics/AbcSize end end end