sportngin / brew-gem

Install gems as homebrew formulas
MIT License
195 stars 22 forks source link

add prefix of 'gem-' to the formula file name, added 'Gem' prefix to klass name in Formula #21

Closed rcmdnk closed 8 years ago

rcmdnk commented 8 years ago

Some gems have names which conflict to Homebrew's formulae, such git.

To avoid a conflict, I think it is good to add gem- prefix to the formula name, like brew-pip.

This also makes obvious which one was installed by brew gem in brew list and then easier to management.

kopischke commented 8 years ago

:+1: this has been driving me crazy.

anfleene commented 8 years ago

Awesome! This is great. I'll get a release cut for this here shortly.

anfleene commented 8 years ago

@rcmdnk I've released v0.6.0 Feel free to make a PR against homebrew to update the formula.

rcmdnk commented 8 years ago

thanks! I will make PR to homebrew.