Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 26688 invoked from network); 28 Jun 2008 00:19:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2008 00:19:26 -0000 Received: (qmail 51162 invoked by uid 500); 28 Jun 2008 00:19:27 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 51147 invoked by uid 500); 28 Jun 2008 00:19:27 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 51138 invoked by uid 99); 28 Jun 2008 00:19:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2008 17:19:27 -0700 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 00:18:46 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0E9692388AAF; Fri, 27 Jun 2008 17:19:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r672441 - in /incubator/buildr/trunk: CHANGELOG buildr.gemspec Date: Sat, 28 Jun 2008 00:19:05 -0000 To: buildr-commits@incubator.apache.org From: assaf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080628001906.0E9692388AAF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: assaf Date: Fri Jun 27 17:19:05 2008 New Revision: 672441 URL: http://svn.apache.org/viewvc?rev=672441&view=rev Log: Changed: BUILDR-86 Use newest versions of net-ssh and net-sftp gems. Modified: incubator/buildr/trunk/CHANGELOG incubator/buildr/trunk/buildr.gemspec Modified: incubator/buildr/trunk/CHANGELOG URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/CHANGELOG?rev=672441&r1=672440&r2=672441&view=diff ============================================================================== --- incubator/buildr/trunk/CHANGELOG (original) +++ incubator/buildr/trunk/CHANGELOG Fri Jun 27 17:19:05 2008 @@ -1,15 +1,16 @@ 1.3.2 (Pending) * Changed: Upgraded to Rubyforge 1.0.0. +* Changed: BUILDR-86 Use newest versions of net-ssh and net-sftp gems. * Changed: BUILDR-88 Test classes/resources should come before compile classes/resources so they load up earlier in java classpath. -* Fixed: BUILDR-77: Layout feature not working. -* Fixed: BUILDR-76: Added more specs and fixes to compile task. -* Fixed: BUILDR-80: Fix reference to Util#timestamp method on nailgun addon. -* Fixed: BUILDR-79: Remove :source option for Scala compiler -* Fixed: BUILDR-82: Temporary work around for Net::SSH 2.0.2 attempting to -load Pageant DLLs when running on JRuby/Windows. * Fixed: BUILDR-73 idea7x task incorrect adds target/resources to the sources paths. +* Fixed: BUILDR-76 Added more specs and fixes to compile task. +* Fixed: BUILDR-77 Layout feature not working. +* Fixed: BUILDR-79 Remove :source option for Scala compiler +* Fixed: BUILDR-80 Fix reference to Util#timestamp method on nailgun addon. +* Fixed: BUILDR-82 Temporary work around for Net::SSH 2.0.2 attempting to +load Pageant DLLs when running on JRuby/Windows. * Fixed: BUILDR-89 JUnit (and all other Java frameworks) no longer include abstract classes. Modified: incubator/buildr/trunk/buildr.gemspec URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/buildr.gemspec?rev=672441&r1=672440&r2=672441&view=diff ============================================================================== --- incubator/buildr/trunk/buildr.gemspec (original) +++ incubator/buildr/trunk/buildr.gemspec Fri Jun 27 17:19:05 2008 @@ -38,8 +38,8 @@ # Tested against these dependencies. spec.add_dependency 'rake', '0.8.1' spec.add_dependency 'builder', '2.1.2' - spec.add_dependency 'net-ssh', '2.0.1' - spec.add_dependency 'net-sftp', '2.0.0' + spec.add_dependency 'net-ssh', '2.0.2' + spec.add_dependency 'net-sftp', '2.0.1' spec.add_dependency 'rubyzip', '0.9.1' spec.add_dependency 'highline', '1.4.0' spec.add_dependency 'rubyforge', '1.0.0'