Rakefile in omniauth-oauth2-1.1.2 vs Rakefile in omniauth-oauth2-1.2.0

- old
+ new

@@ -6,13 +6,13 @@ task :test => :spec begin require 'rubocop/rake_task' - Rubocop::RakeTask.new + RuboCop::RakeTask.new rescue LoadError task :rubocop do - $stderr.puts 'Rubocop is disabled' + $stderr.puts 'RuboCop is disabled' end end task :default => [:spec, :rubocop]