Created
December 1, 2011 22:33
-
-
Save mostlyobvious/1420386 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[sensei@zapp: +1] ~ ruby-1.9.2-p290 | |
» rvm gemset use test | |
[sensei@zapp: +1] ~ ruby-1.9.2-p290@test | |
» gem list | |
*** LOCAL GEMS *** | |
bundler (1.0.21) | |
[sensei@zapp: +1] ~ ruby-1.9.2-p290@test | |
» gem install em-synchrony | |
Fetching: eventmachine-1.0.0.beta.4.gem (100%) | |
Building native extensions. This could take a while... | |
Fetching: em-synchrony-1.0.0.gem (100%) | |
Successfully installed eventmachine-1.0.0.beta.4 | |
Successfully installed em-synchrony-1.0.0 | |
2 gems installed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[sensei@zapp: +1] ~ ruby-1.9.2-p290@test
» gem list
*** LOCAL GEMS ***
bundler (1.0.21)
em-synchrony (1.0.0)
eventmachine (1.0.0.beta.4)