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'