On Mon, Oct 8, 2012 at 1:32 PM, Bob Sleys <[email protected]> wrote:
> You are probably right on the rails part I just left whatever the plugin
> generator
Yes, the hobo plugin generator starts with the rails plugin generator.
I could make it remove the rails dependency, but removal is much
less robust than addition, so I'd rather not.
> added on that I can remove the requirement easy enough. In fact
> now that I think about it I have the hobo dependency set to
>
> s.add_runtime_dependency('hobo', ['~> 2.0.0.pre3'])
>
> Perhaps it should just be hobo with no specific version number. I don't see
> why it wouldn't work with older versions of hobo. Let me know what you
> think.
That's not a bad way to do it. But you definitely should drop a
level from the version so that it will still work with an eventual
2.0.1. Does ~> 2.0 or ~> 2.0.0 work?
>
> If someone wants to move it into hobo and make it more offical that would be
> fine by me. I just did it to clean up the app I'm working on.
I've added you to the hobo contributors group. Let me know if that's
sufficient permission to move it into Hobo. I could fork it into
Hobo, but you're the only one that can move it there. Given how new
your repository is, I think that is preferable.
Bryan
--
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.