Rakefile in aw-0.1.0 vs Rakefile in aw-0.1.1

- old
+ new

@@ -15,6 +15,6 @@ Rake::Task['test'].invoke end end task(:doc_stats) { ruby '-S yard stats' } -task default: [:test, :doc_stats, :rubocop] +task default: %i[test doc_stats]