summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 3508f98..1baff27 100644
--- a/Rakefile
+++ b/Rakefile
@@ -22,7 +22,7 @@ end
begin
require "yard"
- YARD::Rake::YardocTask.new(:doc)
+ YARD::Rake::YardocTask.new(:docs)
rescue LoadError
puts "yard is not available. bundle install first to make sure all dependencies are installed."
end