rbenv / rbenv-each

rbenv plugin to Run a command across all installed rubies.
Creative Commons Zero v1.0 Universal
91 stars 18 forks source link

Homebrew #10

Closed agronemann closed 10 years ago

agronemann commented 10 years ago

I would really like rbenv-each to be a part of Homebrew as an formula.

But Homebrew requires that git repos are version tagged in order to be merged in to Homebrew itself.

It would be great if this project would adept that style, so a Homebrew formula could be created for this.

mislav commented 10 years ago

I don't know. I really like the freedom to not have to tag releases for smaller projects like this where HEAD is expected to be always stable and you're encouraged to ride the edge always. I really wish package managers would start supporting using this style instead of insisting on a traditional versioning scheme for everything.

agronemann commented 10 years ago

That makes sense. Thanks for taking the time to answer!