We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gem install
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.
The text was updated successfully, but these errors were encountered:
Faster gem install call by grouping gems.
bab2341
See cyx#6.
305b6af
See #6.
No branches or pull requests
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:
2.0:
In my scientific benchmark, it's "a lot" faster.
The text was updated successfully, but these errors were encountered: