Created
December 21, 2012 20:34
-
-
Save pmarreck/4355617 to your computer and use it in GitHub Desktop.
gem env
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
bash>> gem env | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 1.8.24 | |
- RUBY VERSION: 1.9.3 (2012-11-10 patchlevel 327) [x86_64-darwin11.4.2] | |
- INSTALLATION DIRECTORY: /Users/pmarreck/.rvm/gems/ruby-1.9.3-p327@desk-rails3 | |
- RUBY EXECUTABLE: /Users/pmarreck/.rvm/rubies/ruby-1.9.3-p327/bin/ruby | |
- EXECUTABLE DIRECTORY: /Users/pmarreck/.rvm/gems/ruby-1.9.3-p327@desk-rails3/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86_64-darwin-11 | |
- GEM PATHS: | |
- /Users/pmarreck/.rvm/gems/ruby-1.9.3-p327@desk-rails3 | |
- /Users/pmarreck/.rvm/gems/ruby-1.9.3-p327@global | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :benchmark => false | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- :sources => ["http://gems.rubyforge.org/", "http://gems.github.com", "http://rubygems.org"] | |
- "gem" => "--gen-rdoc --run-tests" | |
- "rdoc" => "--inline-source --line-numbers --all" | |
- REMOTE SOURCES: | |
- http://gems.rubyforge.org/ | |
- http://gems.github.com | |
- http://rubygems.org |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment