sportngin / brew-gem

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

Read executables from gemspec #26

Closed lundebrek closed 8 years ago

lundebrek commented 8 years ago

Addresses issue #20.

Read executable directory and filenames from the gemspec when creating links, because some gems may use a directory other than bin (for example, exe).

Some gemspecs may have dependencies (Bundler 1.12's gemspec uses git), so the installed gemspec is used.

nicksieger commented 8 years ago

👍

panderson74 commented 8 years ago

@nicksieger is that 👍 on CR and QA?