Skip to content

Instantly share code, notes, and snippets.

@mcfiredrill
Created November 8, 2012 03:44
Show Gist options
  • Save mcfiredrill/4036638 to your computer and use it in GitHub Desktop.
Save mcfiredrill/4036638 to your computer and use it in GitHub Desktop.
gem home and gem env
█▓▒░tony@kiwi░▒▓█ ~/src/ruby-processing(master)$ ls /home/tony/.rvm/gems/jruby-1.6.3/gems/
aasm-2.2.0 ansi-1.3.0 i18n-0.5.0 paperclip-2.3.16 railties-3.0.10
abstract-1.0.0 arel-2.0.10 jquery-rails-1.0.13 polyglot-0.3.2 rake-0.8.7
actionmailer-3.0.10 builder-2.1.2 jruby-launcher-1.0.8-java progressbar-0.9.1 rake-0.9.2
actionpack-3.0.10 bundler-1.0.21 jruby-launcher-1.0.9-java rack-1.2.3 rdoc-3.9.2
activemodel-3.0.10 cocaine-0.2.0 mail-2.2.19 rack-mount-0.6.14 ruby-prof-0.10.8
activerecord-3.0.10 erubis-2.6.6 mime-types-1.16 rack-test-0.5.7 thor-0.14.6
activeresource-3.0.10 exception_notification-2.4.1 mysql2-0.2.13 rails-3.0.10 treetop-1.4.10
activesupport-3.0.10 factory_girl-2.0.4 newrelic_rpm-3.1.1 rails3-jquery-autocomplete-0.9.1 tzinfo-0.3.29
█▓▒░tony@kiwi░▒▓█ ~/src/ruby-processing(master)$ gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.5.1
- RUBY VERSION: 1.8.7 (2011-07-07 patchlevel 330) [java]
- INSTALLATION DIRECTORY: /home/tony/.rvm/gems/jruby-1.6.3
- RUBY EXECUTABLE: /home/tony/.rvm/rubies/jruby-1.6.3/bin/jruby
- EXECUTABLE DIRECTORY: /home/tony/.rvm/gems/jruby-1.6.3/bin
- RUBYGEMS PLATFORMS:
- ruby
- universal-java-1.7
- GEM PATHS:
- /home/tony/.rvm/gems/jruby-1.6.3
- /home/tony/.rvm/gems/jruby-1.6.3@global
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- "install" => "--no-rdoc --no-ri"
- "update" => "--no-rdoc --no-ri"
- "gem" => "--user-install"
- REMOTE SOURCES:
- http://rubygems.org/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment