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 2013/06/09 02:37:00 UTC

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

Author: donaldp
Date: Sun Jun  9 00:37:00 2013
New Revision: 1491113

URL: http://svn.apache.org/r1491113
Log:
Update the version of ci_reporter to the latest release

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

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1491113&r1=1491112&r2=1491113&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sun Jun  9 00:37:00 2013
@@ -5,6 +5,7 @@
           - rspec-core (2.13.1)
           - rspec (2.13.0)
           - minitar (0.5.4)
+          - ci_reporter (1.8.4)
 * 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=1491113&r1=1491112&r2=1491113&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Sun Jun  9 00:37:00 2013
@@ -86,7 +86,7 @@ for those one-off tasks, with a language
     spec.add_development_dependency 'rdoc', '3.12'
   end
 
-  spec.add_development_dependency 'ci_reporter', '1.7.2'
+  spec.add_development_dependency 'ci_reporter', '1.8.4'
 
   # NOTE: Must update all-in-one.rake if this is updated
   # ffi-ncurses Fails on several varieties of Ubuntu due to being unable to locate ncursesw library