Ok I can see your changes on gitub but when I run the bundle update command I'm not getting them. I've tried with the following lines in my gemfile
gem "hobo", '1.3.0.RC', :git => "git://github.com/tablatom/hobo.git", :branch => "rails3" <-fails says there is only a 1.3.0 version the below two work but I don't see the latest changes to add the .root which I can see via github gem "hobo", '1.3.0', :git => "git://github.com/tablatom/hobo.git", :branch => "rails3" gem "hobo", :git => "git://github.com/tablatom/hobo.git", :branch => "rails3" -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/hobousers/-/En3Z9waIkd8J. 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.
