Rakefile in nanoc-3.7.4 vs Rakefile in nanoc-3.7.5

- old
+ new

@@ -9,6 +9,6 @@ # Load tasks Dir.glob('tasks/**/*.rake').each { |r| Rake.application.add_import r } # Set default task -task :default => :test +task default: :test