Rakefile in lita-kegbot-0.3.0 vs Rakefile in lita-kegbot-1.0.0
- old
+ new
@@ -1,8 +1,8 @@
require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'rubocop/rake_task'
RSpec::Core::RakeTask.new(:spec)
-Rubocop::RakeTask.new(:rubocop)
+RuboCop::RakeTask.new(:rubocop)
-task default: [ :spec, :rubocop ]
\ No newline at end of file
+task default: [:spec, :rubocop]