sportngin / brew-gem

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

brew-gem exits non-zero if gem failed to build/install #31

Closed nicksieger closed 7 years ago

nicksieger commented 7 years ago

Previously brew-gem would silently succeed if any gems failed to build or install. This propagates the failure of system("gem install ...") up through the formula installation and the brew-gem command.

bbergstrom commented 7 years ago

CR 👍