From owner-freebsd-ruby@FreeBSD.ORG Fri Jan 29 07:14:26 2010 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC65C1065676; Fri, 29 Jan 2010 07:14:26 +0000 (UTC) (envelope-from astounding@gmail.com) Received: from mail-yx0-f202.google.com (mail-yx0-f202.google.com [209.85.210.202]) by mx1.freebsd.org (Postfix) with ESMTP id 78B228FC14; Fri, 29 Jan 2010 07:14:26 +0000 (UTC) Received: by yxe40 with SMTP id 40so1439220yxe.28 for ; Thu, 28 Jan 2010 23:14:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=bsc/6Ewnyp+whfg8EHazbpKeV7HV2CGZYVRdXie9ww0=; b=RNiL5x8JH7YCImTJpfRClNf75e23RgZYBozkGfxg5fjBzbWwIOr8OW+DiH3WjIHqt0 BUVYhJSo5I/2WtWaAnWyyR8bgb8Yx7sYjYjewYhQg8gSqxpoG/TD00BebeJE6NIKKKQW 2ELCIiApUfz6qJjamiSZpAe8nnhSV3ZgQub8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cT0C2fJmJg6ePzdIGmS7ZowaWq6pxh6PN1hExiyzcVJi+CXIheWFOwmjkhbxgHxJRv RqMWsFStdzUX0ZnMzd9FMom09qlzzhZGNnpWnxI0h+YPqCaQ0Lu18aZA+OVyQJESUyKQ o8NL2YWEPjGWEEtOQ8zc0zWh9Q3+85RRTHXm4= MIME-Version: 1.0 Received: by 10.100.224.8 with SMTP id w8mr409421ang.207.1264749265682; Thu, 28 Jan 2010 23:14:25 -0800 (PST) In-Reply-To: <5C9D0969-7B42-4788-AFB9-303772A0043F@FreeBSD.org> References: <5C9D0969-7B42-4788-AFB9-303772A0043F@FreeBSD.org> Date: Fri, 29 Jan 2010 00:14:25 -0700 Message-ID: From: Aaron Gifford To: Stanislav Sedov Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ruby@freebsd.org Subject: Re: Solved: Ruby Gem Require LoadError (8-STABLE, Ruby 1.9.1) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Jan 2010 07:14:27 -0000 On Thu, Jan 28, 2010 at 10:27 PM, Stanislav Sedov wrote: > Hi, Aaron! > > Thank you a lot for you analysis! You are certainly welcome. > Your patch looks good! =A0But I think we could just probably remove the 1= .9 > specific if > clause here, so ruby 1.9 will behave exactly like ruby 1.8 here. =A0Can y= ou > test if the > following patch works for you? =A0Thanks! It works great! Thank you very much! FYI, I submitted a PR (see ports/143337) on the topic. Your patch should close it. Thank you for your help, Stanislav, I really appreciate it. Aaron out.