about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-20 20:12:52 +0000
committerzedshaw <zedshaw@19e92222-5c0b-0410-8929-a290d50e31e9>2006-05-20 20:12:52 +0000
commit028417a18fc2921d07ba13a4c3674606945787f5 (patch)
treeec80ab7cd2545543df5c66a518ce1cc4f58409e2 /Rakefile
parent35c289915457285e036592196ec07dfbe2b23364 (diff)
downloadunicorn-028417a18fc2921d07ba13a4c3674606945787f5.tar.gz
git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@197 19e92222-5c0b-0410-8929-a290d50e31e9
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ae54119..00e6faf 100644
--- a/Rakefile
+++ b/Rakefile
@@ -20,7 +20,7 @@ task :compile => [:http11] do
   if Dir.glob(File.join("lib","http11.*")).length == 0
     STDERR.puts "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
     STDERR.puts "Gem actually failed to build.  Your system is"
-    STDERR.puts "NOT configured properly to build RubyGems."
+    STDERR.puts "NOT configured properly to build Mongrel."
     STDERR.puts "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
     exit(1)
   end