Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 83339 invoked from network); 5 Feb 2009 07:32:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 07:32:50 -0000 Received: (qmail 19331 invoked by uid 500); 5 Feb 2009 07:32:50 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 19308 invoked by uid 500); 5 Feb 2009 07:32:50 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 19297 invoked by uid 99); 5 Feb 2009 07:32:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 23:32:50 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of arkin@intalio.com designates 209.85.198.229 as permitted sender) Received: from [209.85.198.229] (HELO rv-out-0506.google.com) (209.85.198.229) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 07:32:42 +0000 Received: by rv-out-0506.google.com with SMTP id k40so115322rvb.17 for ; Wed, 04 Feb 2009 23:32:18 -0800 (PST) MIME-Version: 1.0 Received: by 10.141.28.2 with SMTP id f2mr145897rvj.43.1233819138618; Wed, 04 Feb 2009 23:32:18 -0800 (PST) In-Reply-To: <498A8D6E.2000104@gmail.com> References: <498A8D6E.2000104@gmail.com> Date: Wed, 4 Feb 2009 23:32:18 -0800 Message-ID: <3de5d7d20902042332t16f4a9e2la6e70205e388a960@mail.gmail.com> Subject: Re: buildr on ruby 1.9.1? From: Assaf Arkin To: users@buildr.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Feb 4, 2009 at 10:55 PM, Ittay Dror wrote: > I've tried to install buildr on top of ruby 1.9.1 (ruby gems 1.3.1) and > these are the errors i get: > > :249:in `push_gem_version_on_load_path': undefined > method `<=>' for nil:NilClass (NoMethodError) > from :14:in `gem' > from /usr/bin/buildr-1.9:18:in `
' > > > Any help? I get the same error on my machine whenever I try to run a gem that was installed with Ruby 1.8. Installing it again with 1.9 solves this. Buildr has a dependency on at least one gem that is not 1.9 compatible (RSpec). Assaf > > Ittay > > > >