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

Idea: Make a single call to gem install #6

Open
djanowski opened this issue Feb 28, 2013 · 0 comments
Open

Idea: Make a single call to gem install #6

djanowski opened this issue Feb 28, 2013 · 0 comments

Comments

@djanowski
Copy link
Contributor

I was discussing this with @soveran earlier.

I thought this was only possible on RubyGems 2.0, but apparently it's always been there. The syntax did change for 2.0.

1.8.x:

$ gem install ohm -v 1.1.2 ohm-contrib -v 1.1.0

2.0:

$ gem install ohm:1.1.2 ohm-contrib:1.1.0

In my scientific benchmark, it's "a lot" faster.

djanowski added a commit to djanowski/dep that referenced this issue Apr 16, 2014
cyx pushed a commit that referenced this issue Jun 18, 2014
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

1 participant