sportngin / brew-gem

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

Adds --no-wrapper flag for gem installs #11

Closed NickLaMuro closed 10 years ago

NickLaMuro commented 10 years ago

We are adding wrapper bin files to the path ourselves, so it doesn't make sense to have rubygems do it as well. Also, this avoids conflicts from happening with duplicate bin file names on install, which requires user input and keeps homebrew from finishing the install.

ehlertij commented 10 years ago

Looks good to me :+1: