Rakefile in jn_services-1.0.7 vs Rakefile in jn_services-1.0.8

- old
+ new

@@ -15,10 +15,10 @@ t.rspec_opts = '--color --fail-fast' end begin require 'rubocop/rake_task' - Rubocop::RakeTask.new do |task| + RuboCop::RakeTask.new do |task| task.fail_on_error = true end rescue LoadError warn 'Rubocop gem not installed, now the code will look like crap!' end