Author: vborja
Date: Tue Sep 23 12:31:54 2008
New Revision: 698315

URL: http://svn.apache.org/viewvc?rev=698315&view=rev
Log:
Removed ci_reporter dependency. Buildr uses it's own YAMLFormatter to find 
succeeded tests.
ci_reported can be used with RSpec/JtestR frameworks by using the :gems and 
:format options

Modified:
    incubator/buildr/trunk/buildr.gemspec

Modified: incubator/buildr/trunk/buildr.gemspec
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/buildr.gemspec?rev=698315&r1=698314&r2=698315&view=diff
==============================================================================
--- incubator/buildr/trunk/buildr.gemspec (original)
+++ incubator/buildr/trunk/buildr.gemspec Tue Sep 23 12:31:54 2008
@@ -55,5 +55,4 @@
   spec.add_dependency 'xml-simple',           '1.0.11'
   spec.add_dependency 'archive-tar-minitar',  '0.5.2'
   spec.add_dependency 'jruby-openssl',        '0.2'   if spec.platform.to_s == 
'java'
-  spec.add_dependency 'ci_reporter',          '1.5.1' if spec.platform.to_s == 
'java'
 end


Reply via email to