From ed9cc7ba22bab5b3f7262d869a8bc03f14b2d4cb Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 5 Jun 2010 03:26:51 +0000 Subject: File.readable? and File.writable? are more readable ...than "test ?r" and "test ?w" Not everybody comes from a Unix shell programming background, even though they *should* ;) --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 469ed3d..a9a872e 100644 --- a/Rakefile +++ b/Rakefile @@ -176,11 +176,11 @@ end # optional rake-compiler support in case somebody needs to cross compile begin mk = "ext/unicorn_http/Makefile" - if test ?r, mk + if File.readable?(mk) warn "run 'gmake -C ext/unicorn_http clean' and\n" \ "remove #{mk} before using rake-compiler" else - unless test ?r, "ext/unicorn_http/unicorn_http.c" + unless File.readable?("ext/unicorn_http/unicorn_http.c") abort "run 'gmake ragel' or 'make ragel' to generate the Ragel source" end spec = Gem::Specification.load('unicorn.gemspec') -- cgit v1.2.3-24-ge0c7