Return-Path: Delivered-To: apmail-buildr-commits-archive@www.apache.org Received: (qmail 88035 invoked from network); 12 Oct 2010 13:49:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Oct 2010 13:49:58 -0000 Received: (qmail 23763 invoked by uid 500); 12 Oct 2010 13:49:58 -0000 Delivered-To: apmail-buildr-commits-archive@buildr.apache.org Received: (qmail 23735 invoked by uid 500); 12 Oct 2010 13:49:57 -0000 Mailing-List: contact commits-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@buildr.apache.org Delivered-To: mailing list commits@buildr.apache.org Received: (qmail 23722 invoked by uid 500); 12 Oct 2010 13:49:56 -0000 Delivered-To: apmail-incubator-buildr-commits@incubator.apache.org Received: (qmail 23719 invoked by uid 99); 12 Oct 2010 13:49:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 13:49:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Oct 2010 13:49:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o9CDnWt2023031 for ; Tue, 12 Oct 2010 13:49:32 GMT Message-ID: <1270784.95551286891372577.JavaMail.jira@thor> Date: Tue, 12 Oct 2010 09:49:32 -0400 (EDT) From: "Antoine Toulme (JIRA)" To: buildr-commits@incubator.apache.org Subject: [jira] Resolved: (BUILDR-528) Stop using deprecated method Gem::Dependency.version_requirements correctly In-Reply-To: <14742716.62931286686770668.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/BUILDR-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antoine Toulme resolved BUILDR-528. ----------------------------------- Resolution: Fixed Let me guess, that would be me... 06:41:57~/w/buildr>svn ci CHANGELOG rakelib/setup.rake -m "fix for BUILDR-528 Stop using deprecated method Gem::Dependency.version_requirements correctly" Sending CHANGELOG Sending rakelib/setup.rake Transmitting file data .. Committed revision 1021773. > Stop using deprecated method Gem::Dependency.version_requirements correctly > --------------------------------------------------------------------------- > > Key: BUILDR-528 > URL: https://issues.apache.org/jira/browse/BUILDR-528 > Project: Buildr > Issue Type: Improvement > Affects Versions: 1.4.2 > Reporter: Peter Donald > Fix For: 1.4.3 > > Attachments: StopUsingDeprecatedDependencyMethods.diff > > > It looks like someone attempted to stop the setup rake task from using deprecated Gem::Dependency.version_requirements but got the guard wrong. The attached patch fixes this. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.