Author: donaldp
Date: Mon Jun 10 01:45:41 2013
New Revision: 1491324
URL: http://svn.apache.org/r1491324
Log:
Update the highline dependency
Modified:
buildr/trunk/CHANGELOG
buildr/trunk/buildr.gemspec
Modified: buildr/trunk/CHANGELOG
URL:
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1491324&r1=1491323&r2=1491324&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Mon Jun 10 01:45:41 2013
@@ -16,6 +16,7 @@
- net-sftp (2.1.2)
- hoe (3.6.2)
- json_pure (1.8.0)
+ - highline (1.6.19)
* Fixed: BUILDR-668 - Specify File::FNM_EXTGLOB for include globs
where needed in Ruby >= 2.0.0. Reported by Yavor Nikolov.
* Fixed: Ensure generation of buildfiles from eclipse projects will
Modified: buildr/trunk/buildr.gemspec
URL:
http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1491324&r1=1491323&r2=1491324&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Mon Jun 10 01:45:41 2013
@@ -61,7 +61,7 @@ for those one-off tasks, with a language
spec.add_dependency 'rubyzip', '0.9.9'
# Highline 1.6.15 does not seem to work on windows. We should
# investigate the root cause at a later stage before upgrading
- spec.add_dependency 'highline', '1.6.2'
+ spec.add_dependency 'highline', '1.6.19'
spec.add_dependency 'json_pure', '1.8.0'
spec.add_dependency 'rubyforge', '2.0.4'
spec.add_dependency 'hoe', '3.6.2'