From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.204.72.79 with SMTP id l15cs42213bkj; Thu, 20 Aug 2009 12:51:37 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.220.78.201 as permitted sender) client-ip=10.220.78.201; Authentication-Results: mr.google.com; spf=pass (google.com: domain of grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com designates 10.220.78.201 as permitted sender) smtp.mail=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com; dkim=pass header.i=grbounce-ceibQwUAAAB4YPBqaDIjI2bFOCxyyh3G=chneukirchen=gmail.com@googlegroups.com Received: from mr.google.com ([10.220.78.201]) by 10.220.78.201 with SMTP id m9mr736710vck.1.1250797895295 (num_hops = 1); Thu, 20 Aug 2009 12:51:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:received:x-sender:x-apparently-to :mime-version:received:date:in-reply-to:x-ip:references:user-agent :x-http-useragent:message-id:subject:from:to:content-type :content-transfer-encoding:reply-to:sender:precedence:x-google-loop :mailing-list:list-id:list-post:list-help:list-unsubscribe :x-beenthere-env:x-beenthere; bh=s/2JMFY910dzlaILzYZueTHyJJ0jBNv7T/idDu0PwUY=; b=pMHiy/n8kX8eiCiid+YCtbA84Q/kj/0z/V+vil3PFuzbUwsJVY7CyLB68pLq4hsURU zOaAvaH4DO/uJrObj/i4Xdwoj/K6DhoDtfciO0yr5c42CQTcMSSuzonI2CSHEjlyKkxW jymVGa9acTbkSHuYwhlWcdR/mGApQSj1PEslY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-sender:x-apparently-to:mime-version:date:in-reply-to:x-ip :references:user-agent:x-http-useragent:message-id:subject:from:to :content-type:content-transfer-encoding:reply-to:sender:precedence :x-google-loop:mailing-list:list-id:list-post:list-help :list-unsubscribe:x-beenthere-env:x-beenthere; b=3FuWJ1bKwLdTs2zz4z0VOHHVbBbO3vRo4wrMXWTNgLX1/5D9KBDHeSWFKYIFTBq7qw JbmLoIM/fCQK/g1WFc1K4p8Qf8duJbe0AdTkSTFB39X7g7A3RZ9Jsau+MmQtUv7XU/cN rlYW1DjcGjG4pBErek1dPo0YsYcsMmahm3lAI= Received: by 10.220.78.201 with SMTP id m9mr130944vck.1.1250797895202; Thu, 20 Aug 2009 12:51:35 -0700 (PDT) Received: by 10.230.109.166 with SMTP id j38gr1602vbp.0; Thu, 20 Aug 2009 12:05:22 -0700 (PDT) X-Sender: hongli@phusion.nl X-Apparently-To: rack-devel@googlegroups.com MIME-Version: 1.0 Received: by 10.150.41.2 with SMTP id o2mr80645ybo.13.1250795120779; Thu, 20 Aug 2009 12:05:20 -0700 (PDT) Date: Thu, 20 Aug 2009 12:05:20 -0700 (PDT) In-Reply-To: <037db915-0fec-45be-aad2-a4158e9d49f3@d32g2000yqh.googlegroups.com> X-IP: 77.249.52.222 References: <20090718222513.GA31002@dcvr.yhbt.net> <5062a5fb-7385-4e8f-aeb9-6b61c9e305d0@n11g2000yqb.googlegroups.com> <06b05b4f-99be-4479-91fe-e24741dc6457@z4g2000prh.googlegroups.com> <94690572-f32a-44e1-b348-769966b56ddb@i4g2000prm.googlegroups.com> <037db915-0fec-45be-aad2-a4158e9d49f3@d32g2000yqh.googlegroups.com> User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2,gzip(gfe),gzip(gfe) Message-ID: Subject: Re: Tempfile#unlink changes in Ruby 1.9.1-p152 From: Hongli Lai To: Rack Development Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Reply-To: rack-devel@googlegroups.com Sender: rack-devel@googlegroups.com Precedence: bulk X-Google-Loop: groups Mailing-List: list rack-devel@googlegroups.com; contact rack-devel+owner@googlegroups.com List-Id: List-Post: List-Help: List-Unsubscribe: , X-BeenThere-Env: rack-devel@googlegroups.com X-BeenThere: rack-devel@googlegroups.com OK, that's it. I've forked Tempfile: http://better.rubyforge.org/ Anybody object on making Rack depend on this library?