if you search for "pre31" in the whole hobo project you will not find it, so it comes from your previous installation. How did you "installed" the RC, since it is not yet a gem. If you are on a mac or linux platform you can do `which hobo` and you will see that it is calling the old path.
I suggest you uninstall the old gem. Then you have 3 ways to use the RC: 1. from the git repo: gem "hobo", :git => "...., :branch => 'rails3' 2. from your local paths: gem "hobo", :path => "... 3. from an installed gem: gem "hobo" The latter imply you install it locally with `gems[install]`. ciao dd On Thu, Apr 21, 2011 at 3:44 AM, Bilal Ahmed <[email protected]> wrote: > I have updated to 1.3.0.RC but hobo -v still shows 1.3.0.pre31 > > -- > You received this message because you are subscribed to the Google Groups > "Hobo Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/hobousers?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
