summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorPeter M. Goldstein <peter.m.goldstein@gmail.com>2014-07-06 14:56:20 -0700
committerPeter M. Goldstein <peter.m.goldstein@gmail.com>2014-07-06 14:56:20 -0700
commit8f512086fe8cb009fd553bcbc4652ed11cd3ced1 (patch)
tree3f90c6c6322fe4af0f106c437606554622de8c4c /Rakefile
parent529be67f4cab88ee928b1a0eaac695e5312ba691 (diff)
downloadhashie-8f512086fe8cb009fd553bcbc4652ed11cd3ced1.tar.gz
Bump up Rubocop to 0.24.1
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 853bc35..0601612 100644
--- a/Rakefile
+++ b/Rakefile
@@ -10,6 +10,6 @@ RSpec::Core::RakeTask.new do |spec|
end
require 'rubocop/rake_task'
-Rubocop::RakeTask.new(:rubocop)
+RuboCop::RakeTask.new(:rubocop)
task default: [:rubocop, :spec]