From 09cae70d5509530ed3abff9046b1dc0fe448b3b3 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 4 Sep 2009 19:19:28 -0700 Subject: use Rack::Utils::HeaderHash for $sent_http_* lookups 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. --- Rakefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Rakefile') 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'] -- cgit v1.2.3-24-ge0c7