From 0f8916c6421b4c574e6b3b71e820918861841b4c Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 30 Aug 2007 17:01:04 +0000 Subject: [PATCH] Initial revision of warbler, not quite finished, but close git-svn-id: http://svn.caldersphere.net/svn/main/rubyforge/ci_reporter/trunk@124 b03c2d0b-2f10-0410-a2f9-fc8001506dfa --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index e67ae24..b4ba21b 100644 --- a/Rakefile +++ b/Rakefile @@ -4,6 +4,7 @@ MANIFEST = FileList["History.txt", "Manifest.txt", "README.txt", "LICENSE.txt", "*.rake", "lib/**/*.rb", "spec/**/*.rb", "tasks/**/*.rake"] begin + touch("Manifest.txt") unless File.exist?("Manifest.txt") require 'hoe' hoe = Hoe.new("ci_reporter", "1.3.4") do |p| p.rubyforge_name = "caldersphere"