sportngin / brew-gem

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

Fix support for user home gemrc configuration #19

Closed bbergstrom closed 8 years ago

bbergstrom commented 8 years ago

Homebrew changed to use a temporary isolated home directory to ensure unintended changes aren't made to the users home directory and its files. https://github.com/Homebrew/homebrew/commit/bfdb203bbbd939bc804b795eca10631f2b845885#diff-b4a6fcb9de3a9163fd8cdac432ad8270

This broke support for a .gemrc config file in your home directory, which is critical when using additional gem sources. The change here will install the file into the temporary brew home if needed.

anfleene commented 8 years ago

These changes look good :+1: