Created
May 27, 2012 20:58
-
-
Save whoahbot/2815883 to your computer and use it in GitHub Desktop.
Typhoeus require
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
test → pwd | |
/Users/whoahbot/code/test | |
test → ls | |
Gemfile Gemfile.lock | |
test → cat Gemfile | |
gem 'typhoeus', '0.4.0' | |
test → bundle show | |
Gems included by the bundle: | |
* activesupport (3.2.3) | |
* bundler (1.1.1) | |
* ffi (1.0.11) | |
* i18n (0.6.0) | |
* mime-types (1.18) | |
* multi_json (1.3.5) | |
* typhoeus (0.4.0) | |
test → bundle exec ruby -rubygems -e 'gem "typhoeus"; require "typhoeus"' | |
-e:1:in `require': cannot load such file -- typhoeus (LoadError) | |
from -e:1:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment