On Thu, Sep 24, 2009 at 8:52 PM, Charles.Magid <[email protected]> wrote: > > Thanks and I was surprised that it was not being required already re: > > (U)nless ENV['NO_RUBYGEMS'] was set, and I don't know why it would be, > rubygems was already being required.
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. Best regards, -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
