Rakefile in smarter_csv-1.8.5 vs Rakefile in smarter_csv-1.9.0

- old
+ new

@@ -1,19 +1,18 @@ # frozen_string_literal: true require "bundler/gem_tasks" require 'rspec/core/rake_task' - -# temp fix for NoMethodError: undefined method `last_comment' -# remove when fixed in Rake 11.x and higher -module TempFixForRakeLastComment - def last_comment - last_description - end -end -Rake::Application.send :include, TempFixForRakeLastComment -### end of tempfix +# # temp fix for NoMethodError: undefined method `last_comment' +# # remove when fixed in Rake 11.x and higher +# module TempFixForRakeLastComment +# def last_comment +# last_description +# end +# end +# Rake::Application.send :include, TempFixForRakeLastComment +# ### end of tempfix RSpec::Core::RakeTask.new(:spec) require "rubocop/rake_task"