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

[Feature] Support Brew Gem #34

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

[Feature] Support Brew Gem #34

derimagia opened this issue Jan 5, 2016 · 2 comments

Comments

@derimagia
Copy link
Contributor

Brew Gem, for managing Gems through Brew:
https://github.com/sportngin/brew-gem

Right now after installing a pip from brew-gem, it won't add to the Brewfile. When cleaning up, the gem will be removed from the system since it isn't in the Brewfile.

@rcmdnk
Copy link
Owner

rcmdnk commented Jan 5, 2016

This is also fixed at 3.7.9.

On the other hand, though it could be beyond this issue,
brew-gem uses gem names as is,
which sometime conflict with original formula in Homebrew (such git).
And there are no way to search for such brew-gem installed one.

I made a pull request for this issue.
Once it is fixed, I will separate a management of brew-gem packages like it is doing for brew-pip.

@rcmdnk
Copy link
Owner

rcmdnk commented Jan 7, 2016

FYI.

brew-gem was updated to put gem- prefix to the package name.
If you install heroku by brew-gem like:

$ brew gem install heroku

then, you will have gem-heroku in brew list.

brew-file has been updated to check such name,
and will make a list of gem, like:

gem heroku

in Brewfile, instead of brew gem-heroku.

With this update, you become to able to use such brew file install with such gem- packages.

@rcmdnk rcmdnk closed this as completed Jan 8, 2016
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

2 participants