lib/stationed/generators/templates/rubocop.rake in stationed-0.4.0 vs lib/stationed/generators/templates/rubocop.rake in stationed-0.5.0

- old
+ new

@@ -1,5 +1,5 @@ begin require 'rubocop/rake_task' - Rubocop::RakeTask.new + RuboCop::RakeTask.new rescue LoadError end