Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

brew gem install bundler not linking correct files #20

Closed
derimagia opened this issue Jan 5, 2016 · 3 comments
Closed

brew gem install bundler not linking correct files #20

derimagia opened this issue Jan 5, 2016 · 3 comments

Comments

@derimagia
Copy link

gem install bundler allows for "bundle" and "bundler" to be run but sadly running it through brew-gem doesn't work. It looks like it may have something to do with them being in "exe" directories:

https://github.com/bundler/bundler

@anfleene
Copy link

anfleene commented Jan 5, 2016

Hmm. Yup you are correct. It's not linking because it uses a different name for it's bindir. We should be able to look up the gem's bindir using the gemspec so I think we can fix this. Want to take a shot at it?

Gem::Specification::load("GEM_NAME.gemspec").bindir should give us what we want.

@derimagia
Copy link
Author

It looks like "cocoapods" has the same issue as well. I'm not very well-versed in ruby sadly. Hopefully I'll find the time to take a look.

@nicksieger
Copy link

Fixed by #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants