about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-09-04 19:19:28 -0700
committerEric Wong <normalperson@yhbt.net>2009-09-04 19:22:28 -0700
commit09cae70d5509530ed3abff9046b1dc0fe448b3b3 (patch)
treedeabdd22992cdb12876ab3be1624207ab4a62ace /Rakefile
parent38e617b5a044ed91c799718d2188052c5646bc95 (diff)
downloadclogger-09cae70d5509530ed3abff9046b1dc0fe448b3b3.tar.gz
No point in having extra code to do case-insensitive lookups,
especially since the HeaderHash implementation is already in
wide use and will only get faster as time goes by.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index d1dcf85..0cc50a7 100644
--- a/Rakefile
+++ b/Rakefile
@@ -18,6 +18,7 @@ common = lambda do |hoe|
   hoe.email = 'clogger@librelist.com'
   hoe.spec_extras.merge!('rdoc_options' => [ "--title", title ])
   hoe.remote_rdoc_dir = ''
+  hoe.extra_deps << [ 'rack', '> 0.9' ]
 end
 
 if ENV['CLOGGER_EXT']