summaryrefslogtreecommitdiffstats
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 95e995c..ccfa277 100644
--- a/Rakefile
+++ b/Rakefile
@@ -12,3 +12,8 @@ task :install do
system "gem install hcl-#{HCl::VERSION}.gem"
end
+require 'yard'
+YARD::Rake::YardocTask.new do |t|
+ t.options = %w[--files CHANGELOG]
+end
+