Created
September 17, 2009 18:17
-
-
Save thewoolleyman/188626 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
| $ cat ~/.gemrc | |
| cat: /Users/pivotal/.gemrc: No such file or directory | |
| $ jruby -S gem env | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 1.3.3 | |
| - RUBY VERSION: 1.8.6 (2009-06-15 patchlevel 287) [java] | |
| - INSTALLATION DIRECTORY: /usr/local/lib/jruby-1.3.1/lib/ruby/gems/1.8 | |
| - RUBY EXECUTABLE: /usr/local/lib/jruby-1.3.1/bin/jruby | |
| - EXECUTABLE DIRECTORY: /usr/local/lib/jruby-1.3.1/bin | |
| - RUBYGEMS PLATFORMS: | |
| - ruby | |
| - universal-java-1.5 | |
| - GEM PATHS: | |
| - /usr/local/lib/jruby-1.3.1/lib/ruby/gems/1.8 | |
| - /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8 | |
| - GEM CONFIGURATION: | |
| - :update_sources => true | |
| - :verbose => true | |
| - :benchmark => false | |
| - :backtrace => false | |
| - :bulk_threshold => 1000 | |
| - "install" => "--env-shebang" | |
| - "update" => "--env-shebang" | |
| - REMOTE SOURCES: | |
| - http://gems.rubyforge.org/ | |
| $ ls -d /usr/local/lib/jruby-1.3.1/lib/ruby/gems/1.8/gems/fastthread* | |
| /usr/local/lib/jruby-1.3.1/lib/ruby/gems/1.8/gems/fastthread-1.0.7 | |
| $ ls -d /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/fastthread* | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/fastthread-1.0 | |
| /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8/gems/fastthread-1.0.1 | |
| $ jruby -S gem list fastthread | |
| *** LOCAL GEMS *** | |
| fastthread (1.0.7, 1.0.1, 1.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment