Hey Peter, I did the installation of the gem earlier. I don't know about the job status, I'll take a quick look. Maybe it's ci_reporter returning a different value than expected.
On Sat, Oct 16, 2010 at 15:40, Peter Donald <[email protected]> wrote: > Hi, > > It looks like this dependency needs to be installed on the Hudson/CI > box. Also I notice that if any of the buildr CI jobs have a failing > test they are marked as failed rather unstable ... is this deliberate? > > On Sun, Oct 17, 2010 at 12:13 AM, <[email protected]> wrote: > > Author: boisvert > > Date: Sat Oct 16 13:13:47 2010 > > New Revision: 1023279 > > > > URL: http://svn.apache.org/viewvc?rev=1023279&view=rev > > Log: > > Upgrade to rspec 2.0.0 > > > > Modified: > > buildr/trunk/buildr.gemspec > > > > Modified: buildr/trunk/buildr.gemspec > > URL: > http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1023279&r1=1023278&r2=1023279&view=diff > > > ============================================================================== > > --- buildr/trunk/buildr.gemspec (original) > > +++ buildr/trunk/buildr.gemspec Sat Oct 16 13:13:47 2010 > > @@ -62,7 +62,7 @@ for those one-off tasks, with a language > > spec.add_dependency 'rjb', '1.2.5' if > spec.platform.to_s == 'ruby' > > spec.add_dependency 'rjb', '1.2.5' if > spec.platform.to_s == 'x86-mswin32' > > spec.add_dependency 'atoulme-Antwrap', '0.7.1' > > - spec.add_dependency 'rspec', '>= 1.2.9' > > + spec.add_dependency 'rspec', '2.0.0' > > spec.add_dependency 'xml-simple', '1.0.12' > > spec.add_dependency 'minitar', '0.5.3' > > spec.add_dependency 'jruby-openssl', '>= 0.7' if > spec.platform.to_s == 'java' > > > > > > > > > > -- > Cheers, > > Peter Donald >
