I could not get the rspec tests for ruote-amqp to run.

    8 examples, 6 failures
    rake aborted!
    Command /usr/bin/ruby1.8 -I"spec:lib"  "/usr/lib/ruby/gems/1.8/
gems/rspec-1.2.8/bin/spec" "spec/participant_spec.rb" "spec/
ruote_amqp_spec.rb" "spec/listener_spec.rb"  failed


I installed ruote 0.9.21 and ruote-amqp 0.9.21.1.

    $ gem list | grep ruote
    ruote (0.9.21, 0.9.20)
    ruote-amqp (0.9.21.1)

I was about to uninstall ruote 0.9.20 but I was warned, below, that
ruote-amqp-0.9.21.1 had a dependency on it.

$  gem uninstall ruote -v 0.9.20

    You have requested to uninstall the gem:
            ruote-0.9.20
    ruote-amqp-0.9.21.1 depends on [ruote (= 0.9.20)]
    If you remove this gems, one or more dependencies will not be met.
    Continue with Uninstall? [Yn]  n

I had uninstalled amqp (0.6.0) but it came back.

    $ gem list|grep amqp
    amqp (0.6.0)
    ruote-amqp (0.9.21.1)
    tmm1-amqp (0.6.4)


I was about to uninstall amqp (0.6.0) but was warned that ruote-
amqp-0.9.21.1 depends on [amqp (= 0.6.0)].


$ gem uninstall  amqp -v 0.6.0

    You have requested to uninstall the gem:
            amqp-0.6.0
    ruote-amqp-0.9.21.1 depends on [amqp (= 0.6.0)]
    If you remove this gems, one or more dependencies will not be met.
    Continue with Uninstall? [Yn]  n
    ERROR:  While executing gem ... (Gem::DependencyRemovalException)
        Uninstallation aborted due to dependent gem(s)


Regards,

Charles Magid
--~--~---------~--~----~------------~-------~--~----~
you received this message because you are subscribed to the "ruote users" group.
to post : send email to [email protected]
to unsubscribe : send email to [email protected]
more options : http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to