about summary refs log tree commit homepage
path: root/lib/rainbows/const.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-10-04 01:50:24 -0700
committerEric Wong <normalperson@yhbt.net>2009-10-04 01:50:24 -0700
commitacb5cedd57a116772aae66e4af1f4383bfe16d85 (patch)
tree5f4fd34ee69f92cf406fbe063bc5e3ebb1ae0549 /lib/rainbows/const.rb
parent567419aa179773f93429e79fda7d2b33228e1201 (diff)
downloadrainbows-acb5cedd57a116772aae66e4af1f4383bfe16d85.tar.gz
Also add notes about development things and the configuration
language which uses "Rainbows!".  Calling ourselves "Rainbows!"
will help us be taken even more seriously than if the project
were just called "Rainbows"
Diffstat (limited to 'lib/rainbows/const.rb')
-rw-r--r--lib/rainbows/const.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/const.rb b/lib/rainbows/const.rb
index 76b5d8f..ca6e2d4 100644
--- a/lib/rainbows/const.rb
+++ b/lib/rainbows/const.rb
@@ -13,7 +13,7 @@ module Rainbows
       # with Revactor or Rev, so we're considered multithread-ed even
       # when we're not technically...
       "rack.multithread" => true,
-      "SERVER_SOFTWARE" => "Rainbows #{RAINBOWS_VERSION}",
+      "SERVER_SOFTWARE" => "Rainbows! #{RAINBOWS_VERSION}",
     })
 
     CONN_CLOSE = "Connection: close\r\n"