lib/gemsmith/templates/%gem_name%/Rakefile.tt in gemsmith-13.1.0 vs lib/gemsmith/templates/%gem_name%/Rakefile.tt in gemsmith-13.2.0

- old
+ new

@@ -5,10 +5,10 @@ # require "rspec/core/rake_task" # require "reek/rake/task" # require "rubocop/rake_task" # Bundler::Audit::Task.new - # RSpec::Core::RakeTask.new(:spec) + # RSpec::Core::RakeTask.new :spec # Reek::Rake::Task.new # RuboCop::RakeTask.new rescue LoadError => error puts error.message end