Rakefile in zip_tricks-4.6.0 vs Rakefile in zip_tricks-4.7.0

- old
+ new

@@ -8,8 +8,9 @@ # miscellaneous documentation files that contain no code t.files = ['lib/**/*.rb', '-', 'LICENSE.txt', 'IMPLEMENTATION_DETAILS.md'] end RSpec::Core::RakeTask.new(:spec) -task default: :spec -RuboCop::RakeTask.new +RuboCop::RakeTask.new(:rubocop) + +task default: [:spec, :rubocop]