Created
July 20, 2010 20:58
-
-
Save lawrencecurtis/483579 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
source :gemcutter | |
gem "amqp" | |
gem "eventmachine" | |
gem "em-websocket" | |
gem "twitter-stream" | |
gem "uuid |
This file contains hidden or 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
bundle | |
Fetching source index for http://rubygems.org/ | |
Installing addressable (2.1.2) | |
Installing eventmachine (0.12.10) with native extensions | |
Installing amqp (0.6.7) | |
Installing em-websocket (0.1.3) | |
Installing macaddr (1.0.0) | |
Installing twitter-stream (0.1.6) | |
Installing uuid (2.3.1) | |
Using bundler (1.0.0.beta.5) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment