From b1346861133517b939684d2e6eb62ef694b1062f Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 6 Feb 2009 15:54:00 -0800 Subject: Remove hard dependency on Rack While we'll support anything that exposes a Rack-like interface (a very good one IMHO), we shouldn't have a hard dependency on Rack to simplify testing. While we're at it, I'm not using Daemons anymore, either, since that does too many things behind our back as far as daemonization goes. As a result of not depending on Rubygems, either, I've sped up my "make -j" test ~1.5 seconds --- Rakefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index cb21191..f50fd6c 100644 --- a/Rakefile +++ b/Rakefile @@ -11,17 +11,12 @@ Echoe.new("unicorn") do |p| p.rdoc_pattern = ['README', 'LICENSE', 'CONTRIBUTORS', 'CHANGELOG', 'COPYING', 'lib/**/*.rb', 'doc/**/*.rdoc'] p.ignore_pattern = /^(pkg|site|projects|doc|log)|CVS|\.log/ p.extension_pattern = nil - p.dependencies = ['daemons', 'rack'] p.need_tar_gz = false p.need_tgz = true p.extension_pattern = ["ext/**/extconf.rb"] - p.eval = proc do - add_dependency('daemons', '>= 1.0.3') - end - end #### Ragel builder -- cgit v1.2.3-24-ge0c7