From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.49.16 with SMTP id t16cs44890qcf; Tue, 10 Aug 2010 16:40:11 -0700 (PDT) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCJac4LalCRDYxofjBBoEjrm97Q@googlegroups.com designates 10.216.145.214 as permitted sender) client-ip=10.216.145.214; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCJac4LalCRDYxofjBBoEjrm97Q@googlegroups.com designates 10.216.145.214 as permitted sender) smtp.mail=rack-devel+bncCJac4LalCRDYxofjBBoEjrm97Q@googlegroups.com; dkim=pass header.i=rack-devel+bncCJac4LalCRDYxofjBBoEjrm97Q@googlegroups.com Received: from mr.google.com ([10.216.145.214]) by 10.216.145.214 with SMTP id p64mr16708085wej.12.1281483609832 (num_hops = 1); Tue, 10 Aug 2010 16:40:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=domainkey-signature:received:x-beenthere:received:received:received :received:received-spf:received:mime-version:received:received:date :message-id:subject:from:to:x-original-sender :x-original-authentication-results:reply-to:precedence:mailing-list :list-id:list-post:list-help:list-archive:sender:list-subscribe :list-unsubscribe:content-type; bh=z4419h7h7RgGzCFgdNXa8WLqh+dHCCrZul1Mj2QHN/g=; b=ipFmSkRT5uvM16ChUXuBabzbscEZOL81TAxfRorYfXBpNxOHrsCEkqndUEnFlryayP mAqb+dAzVBR8Zmmd21GArhtqPxNWNHh6xE2k+L2WmFe9ETdtM9nwqlxVCVqI+OUFdl0e HxaYqBQ1431tC3fk73UO2I+28k8m+m1300B+I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlegroups.com; s=beta; h=x-beenthere:received-spf:mime-version:date:message-id:subject:from :to:x-original-sender:x-original-authentication-results:reply-to :precedence:mailing-list:list-id:list-post:list-help:list-archive :sender:list-subscribe:list-unsubscribe:content-type; b=yGH3nzfuFD9cGeG8G6gnMVfD8ZIx8Wzt1qGIVKp1n16QjJDMRe9oWZb2clI97Tz3yc FtZ5xigfKS6xLkSnwz3lnkEwDbIPIrJfBeyUhzF1s9KFs+kFh+Vz8yfVLVXw80SeX72C J7tJWqHSodxqFpKK7iyO2NNMgTxHwF0HEBDLQ= Received: by 10.216.145.214 with SMTP id p64mr3923125wej.12.1281483608692; Tue, 10 Aug 2010 16:40:08 -0700 (PDT) X-BeenThere: rack-devel@googlegroups.com Received: by 10.14.10.228 with SMTP id 76ls426259eev.3.p; Tue, 10 Aug 2010 16:40:06 -0700 (PDT) Received: by 10.14.119.69 with SMTP id m45mr1564476eeh.12.1281483606260; Tue, 10 Aug 2010 16:40:06 -0700 (PDT) Received: by 10.14.119.69 with SMTP id m45mr1564474eeh.12.1281483606218; Tue, 10 Aug 2010 16:40:06 -0700 (PDT) Received: from mail-ew0-f48.google.com (mail-ew0-f48.google.com [209.85.215.48]) by gmr-mx.google.com with ESMTP id a48si7586498eei.6.2010.08.10.16.40.05; Tue, 10 Aug 2010 16:40:06 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.215.48 is neither permitted nor denied by best guess record for domain of matthewm@boedicker.org) client-ip=209.85.215.48; Received: by ewy10 with SMTP id 10so6048975ewy.7 for ; Tue, 10 Aug 2010 16:40:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.213.42.7 with SMTP id q7mr14255789ebe.4.1281483605563; Tue, 10 Aug 2010 16:40:05 -0700 (PDT) Received: by 10.213.16.73 with HTTP; Tue, 10 Aug 2010 16:40:05 -0700 (PDT) Date: Tue, 10 Aug 2010 19:40:05 -0400 Message-ID: Subject: rack 1.2.1 and ruby < 1.8.7 From: "Matthew M. Boedicker" To: rack-devel@googlegroups.com X-Original-Sender: matthewm@boedicker.org X-Original-Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 209.85.215.48 is neither permitted nor denied by best guess record for domain of matthewm@boedicker.org) smtp.mail=matthewm@boedicker.org Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: multipart/mixed; boundary=001636026f67185b9c048d80a701 --001636026f67185b9c048d80a701 Content-Type: multipart/alternative; boundary=001636026f67185b66048d80a7ff --001636026f67185b66048d80a7ff Content-Type: text/plain; charset=ISO-8859-1 The rack 1.2.1 gem breaks on ruby < 1.8.7 because Regexp.union does not take an array argument. This patch fixes it. If you are opposed to changing things to support very old versions of ruby maybe at least the gem could require ruby 1.8.7 or greater. --001636026f67185b66048d80a7ff Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The rack 1.2.1 gem breaks on ruby < 1.8.7 because Regexp.union does not = take an array argument. This patch fixes it. If you are opposed to changing= things to support very old versions of ruby maybe at least the gem could r= equire ruby 1.8.7 or greater.

--001636026f67185b66048d80a7ff-- --001636026f67185b9c048d80a701 Content-Type: text/plain; charset=US-ASCII; name="rack_utils_ruby_1_8_5_patch.txt" Content-Disposition: attachment; filename="rack_utils_ruby_1_8_5_patch.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_gcpe33i00 LS0tIHV0aWxzLnJiLm9yaWcJMjAxMC0wOC0xMCAxNjozMDo1Mi4yMDMxMTIwMDAgLTA3MDAKKysr IHV0aWxzLnJiCTIwMTAtMDgtMTAgMTY6MzE6MDguMjc2Njg1MDAwIC0wNzAwCkBAIC0xMzUsNyAr MTM1LDcgQEAKICAgICAgICInIiA9PiAiJiMzOTsiLAogICAgICAgJyInID0+ICImcXVvdDsiLAog ICAgIH0KLSAgICBFU0NBUEVfSFRNTF9QQVRURVJOID0gUmVnZXhwLnVuaW9uKEVTQ0FQRV9IVE1M LmtleXMpCisgICAgRVNDQVBFX0hUTUxfUEFUVEVSTiA9IFJlZ2V4cC51bmlvbigqRVNDQVBFX0hU TUwua2V5cykKIAogICAgICMgRXNjYXBlIGFtcGVyc2FuZHMsIGJyYWNrZXRzIGFuZCBxdW90ZXMg dG8gdGhlaXIgSFRNTC9YTUwgZW50aXRpZXMuCiAgICAgZGVmIGVzY2FwZV9odG1sKHN0cmluZykK --001636026f67185b9c048d80a701--