You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/09/25 04:05:03 UTC

svn commit: r1389684 - in /buildr/trunk: CHANGELOG buildr.gemspec

Author: donaldp
Date: Tue Sep 25 02:05:02 2012
New Revision: 1389684

URL: http://svn.apache.org/viewvc?rev=1389684&view=rev
Log:
Update rdoc version

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/buildr.gemspec

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1389684&r1=1389683&r2=1389684&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Tue Sep 25 02:05:02 2012
@@ -1,4 +1,5 @@
 1.4.8 (Pending)
+* Change: Updated dependency versions; rdoc (3.12 > 3.8)
 * Added:  BUILDR-652 Generate buildfile from Eclipse workspace. (Niklaus Giger)
 * Fixed:  BUILDR-627 Support explicitly listed source files in buildr cc task. (Christopher Tiwald)
 * Fixed:  BUILDR-606 Transitive artifact resolution should not include artifacts in 'provided' scope in poms to

Modified: buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1389684&r1=1389683&r2=1389684&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Tue Sep 25 02:05:02 2012
@@ -77,7 +77,7 @@ for those one-off tasks, with a language
   spec.add_development_dependency 'jekyll', '0.11.2'
   spec.add_development_dependency 'RedCloth', '4.2.9'
   spec.add_development_dependency 'jekylltask', '1.1.0'
-  spec.add_development_dependency 'rdoc', '3.8'
+  spec.add_development_dependency 'rdoc', '3.12'
   spec.add_development_dependency 'rcov', '0.9.9'
 
   spec.add_development_dependency 'ci_reporter', '1.7.2'