I did not add the hobo gem to the Gemfile. I left it as the hobo wizard set it: gem "hobo", ">= 1.3.0.RC"
I originally created it with, what I had understood, to be the RC. But then after a bit I noticed that the hobo command was running the pre31. I proceeded to gem install pre31 again and then rerun `hobo new MY_PROJECT --wizard` and overwrote appropriate files. I also removed the Gemfile.lock. The wizard would then crash out with: "Could not find hobo_support-1.3.0.pre31 in any of the sources" I finally just gutted it and started from scratch and it is now installing and not showing the RC again... but something is indeed not clean about this. It really concerns me, in particular, for when updates are released and I want to get the project updated to anything that perhaps should be updated. -George On Jun 23, 3:04 pm, Domizio Demichelis <[email protected]> wrote: > How did you add the hobo gem in the Gemfile? > Besides, if you just create a new app, is it the RC? > > ciao > dd > > > > > > > > On Thu, Jun 23, 2011 at 2:55 PM, ylluminate <[email protected]> wrote: > > This is interesting. I'm beating my head into the wall on this one. > > I `gem uninstall`d each hobo pre + dryml pre and interestingly every > > time I try to recreate my project overtop of the old, it gripes about > > needing pre. I rm'd the Gemfile.lock and cannot find any other > > references to the pre release version anywhere in the project, but it > > keeps coming back. Why in the world would bundler keep resurrecting > > by installation the hobo pre rc versions each time? > > > On Jun 3, 6:47 pm, Domizio Demichelis <[email protected]> wrote: > > > remove the pre31 > > > > ciao > > > dd > > > > On Fri, Jun 3, 2011 at 6:32 PM, [email protected] > > > <[email protected]>wrote: > > > > > Inspecting the source, I see that the version should be reported based > > > > on hobo_support/VERSION, so it looks like I am finding the wrong > > > > executable. > > > > > Any ideas about what I need to do to get the 1.3.0.RC version to > > > > activate? > > > > > On Jun 3, 2:51 pm, "[email protected]" <[email protected]> > > > > wrote: > > > > > I installed the Hobo RC: > > > > > > sudo gem install hobo -v 1.3.0.RC --pre > > > > > > and when I then > > > > > > hobo > > > > > > I get: > > > > > > Hobo Command Line Interface 1.3.0.pre31 > > > > > ... > > > > > > Is that correct? Any other test I can run to be sure I have the right > > > > > version? > > > > > > Thanks all! > > > > > -- > > > > 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. -- 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.
