I merged the commit for you.
However, we should figure out why
isn't working. Can you try adding
gem "hobo_fields", "=1.4.0.pre6", :git => 'git://
github.com/kredmer/hobo.git'
gem "hobo_support", "=1.4.0.pre6", :git => 'git://
github.com/kredmer/hobo.git'
to your Gemfile?
hobo depends on hobo_fields & hobo_support, so the generator doesn't
explicitly add them to the Gemfile. However, if you change the
source for Hobo, bundler tries to load hobo from your specified source
but hobo_support from rubygems, which don't match.
Bryan
> --
> 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/-/QJU2YmVKSqwJ.
> To post to this group, send email to
hobo...@googlegroups.com.
> To unsubscribe from this group, send email to
>
hobousers+...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/hobousers?hl=en.