From e819a241e2d3d5a59306b5d237bdaa0c7c5c2cf9 Mon Sep 17 00:00:00 2001 From: Samuel Lebeau Date: Thu, 1 Jan 2009 12:15:17 +0100 Subject: [PATCH] Fix Rakefile for PDoc generation --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index c522986..cceaaa3 100755 --- a/Rakefile +++ b/Rakefile @@ -28,6 +28,7 @@ desc "Builds the documentation." task :doc do require 'protodoc' require 'pdoc' + require 'tempfile' Tempfile.open("prototype-doc") do |temp| source = File.join(PROTOTYPE_SRC_DIR, 'prototype.js')