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

Added support for gems on git repositories #11

Closed
wants to merge 1 commit into from

Conversation

dariocravero
Copy link

Hey @cyx,

How're you doing?

I've added support for gems on git repositories - ref. #9.

I know this adds a good number of lines to the codebase and the aim is to keep it simple. Anyway, it might be a good starting point if this feature is of interest.

You can now:

dep add gs --git git://github.com/soveran/gs

and it will pull gs from its git repository.

If you happen to have many gems on one repository, you can also do:

dep add padrino-performance --git git://github.com/padrino/padrino-framework padrino-performance

Doing an install will clone the repo in a temporary directory, build and install the gem into your gemset.

Let me know what you think about it :)
Thanks!

You can now:

`dep add gs --git git://github.com/soveran/gs`

and it will pull `gs` from its git repository.

If you happen to have many gems on one repository, you can also do:

`dep add padrino-performance --git
git://github.com/padrino/padrino-framework padrino-performance`

Doing an install will clone the repo in a temporary directory, build
and install the gem into your gemset.
@cyx cyx closed this Jun 20, 2014
@cyx
Copy link
Owner

cyx commented Jun 20, 2014

Hi, never got the chance to reply -- I thought I did.

Were were thinking of doing a plugin system at the time. For now not ready to add this. Thanks!

@dariocravero
Copy link
Author

That's fine. Thanks for coming back on this :)

@scalp42
Copy link

scalp42 commented Dec 20, 2015

@cyx any chance to revisit this? The huge drawback is the impossibility to install gems from git.

@scalp42
Copy link

scalp42 commented Dec 20, 2015

@dariocravero any chance to add support for specifying a branch/tag with a @ at the end?

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

Successfully merging this pull request may close these issues.

3 participants