Hello Charles,
as said, I've already started the work on moving those specs to ruote 2.0
http://github.com/jmettraux/ruote-amqp/
Best regards,
--
John Mettraux - http://jmettraux.wordpress.com
Hello,
the rufus-* gems are usually available via rubygems (and they seem to
be placed in your rubygems dir).
Adding
require 'rubygems'
at the top of the spec/spec_helper.rb should take care of everything
gems for you.
Hello Charles,
Since you were passing him the rspec path, it didn't experience a
LoadError when requiring "spec" and thus the 'require "rubygems"' was
not triggered.
> Now when I rake spec tests just hang.
>
> $ rake spec
> (in /home/charles/workspace/ruote-amqp.jmettraux.new)
> ** Add 'VERSION = "x.y.z"' to your code,
> add a version to your hoe spec,
> or fix your Manifest.txt
Kenneth, do you have a fix for that ? It seems to be hoe related. Do I
have to add a VERSION somewhere to ruote 2.0, what is the way to let
hoe know about it ?
> /usr/lib/ruby/gems/1.8/gems/ruote-2.0.0/lib/ruote/exp/fe_set.rb:147:
> warning: already initialized constant PREFIX_REGEX
This warning can be ignored.
[truncated]
Hi everyone
I'm busy bringing my repo up to date with everyone's work and making sure we have a working branch of ruote-amqp that works with ruote 2.0
Thanks for all the work everyone has done so far, I'll send out pull requests and announce here when I'm done.
Hello Kenneth,
OK, I just nuked my ruote-amqp repository. I will work with a fresh
fork from now on.
Many thanks !