From a5ed1b99403841d1872f5e2cb6028b32987c804b Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 19 Dec 2011 10:34:30 +0000 Subject: [PATCH] Explicit require when building docs --- lib/tasks/doc.rake | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/lib/tasks/doc.rake b/lib/tasks/doc.rake index ecbf5e4..477f50e 100644 --- a/lib/tasks/doc.rake +++ b/lib/tasks/doc.rake @@ -20,6 +20,7 @@ namespace :noosfero do def build_textile(input, output) begin + require 'redcloth' File.open(output ,'w') do |output_file| output_file.write(RedCloth.new(File.read(input)).to_html) puts "#{input} -> #{output}" -- libgit2 0.21.2