summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index a951cf1f28..97b1dc76c9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,6 +16,7 @@ Hoe.new('chef', Chef::VERSION) do |p|
p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n")
p.url = p.paragraphs_of('README.txt', 0).first.split(/\n/)[1..-1]
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
+ p.extra_deps =
end
# vim: syntax=Ruby