Created
September 8, 2009 12:32
-
-
Save tigrish/182886 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
rvm 0.0.36 (2009.09.06) [http://rvm.beginrescueend.com/] | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.6" | |
date: "2009-08-04" | |
platform: "i686-darwin10.0.0" | |
patchlevel: "2009-08-04 patchlevel 383" | |
full_version: "ruby 1.8.6 (2009-08-04 patchlevel 383) [i686-darwin10.0.0]" | |
homes: | |
gem: "/Users/chris/.rvm/gems/ruby/1.8.6-kyero" | |
ruby: "/Users/chris/.rvm/ruby-1.8.6-p383" | |
binaries: | |
ruby: "/Users/chris/.rvm/ruby-1.8.6-p383/bin/ruby" | |
irb: "/Users/chris/.rvm/ruby-1.8.6-p383/bin/irb" | |
gem: "/Users/chris/.rvm/ruby-1.8.6-p383/bin/gem" | |
environment: | |
GEM_HOME: "/Users/chris/.rvm/gems/ruby/1.8.6-kyero" | |
MY_RUBY_HOME: "/Users/chris/.rvm/ruby-1.8.6-p383" | |
IRBRC: "/Users/chris/.rvm/ruby-1.8.6-p383/.irbrc" | |
<i> PATH:/Users/chris/.rvm/ruby-1.8.6-p383/bin:/Users/chris/.rvm/gems/ruby/1.8.6-kyero/bin:/Users/chris/.rvm/bin:/usr/local/bin:/opt/bin | |
/Users/chris/.rvm/ruby-1.8.6-p383/bin/gem | |
#!/Users/chris/.rvm/ruby-1.8.6-p383/bin/ruby | |
#-- | |
# Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 1.3.5 | |
- RUBY VERSION: 1.8.6 (2009-08-04 patchlevel 383) [i686-darwin10.0.0] | |
- INSTALLATION DIRECTORY: /Users/chris/.rvm/gems/ruby/1.8.6-kyero | |
- RUBY EXECUTABLE: /Users/chris/.rvm/ruby-1.8.6-p383/bin/ruby | |
- EXECUTABLE DIRECTORY: /Users/chris/.rvm/gems/ruby/1.8.6-kyero/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86-darwin-10 | |
- GEM PATHS: | |
- /Users/chris/.rvm/gems/ruby/1.8.6-kyero | |
- /Users/chris/.gem/ruby/1.8 | |
- /Users/chris/.rvm/ruby-1.8.6-p383/lib/ruby/gems/1.8 | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :benchmark => false | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- :sources => ["http://gems.rubyforge.org/", "http://gems.github.com"] | |
- REMOTE SOURCES: | |
- http://gems.rubyforge.org/ | |
- http://gems.github.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment