Created
March 5, 2014 22:07
-
-
Save bradhe/9377640 to your computer and use it in GitHub Desktop.
Ruby info
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
| vagrant@vagrant-ubuntu-saucy-64:~$ ruby -v | |
| ruby 2.1.1p76 (2014-02-24 revision 45161) [x86_64-linux] | |
| vagrant@vagrant-ubuntu-saucy-64:~$ gem env | |
| RubyGems Environment: | |
| - RUBYGEMS VERSION: 2.2.2 | |
| - RUBY VERSION: 2.1.1 (2014-02-24 patchlevel 76) [x86_64-linux] | |
| - INSTALLATION DIRECTORY: /usr/local/lib/ruby/gems/2.1.0 | |
| - RUBY EXECUTABLE: /usr/local/bin/ruby | |
| - EXECUTABLE DIRECTORY: /usr/local/bin | |
| - SPEC CACHE DIRECTORY: /home/vagrant/.gem/specs | |
| - RUBYGEMS PLATFORMS: | |
| - ruby | |
| - x86_64-linux | |
| - GEM PATHS: | |
| - /usr/local/lib/ruby/gems/2.1.0 | |
| - /home/vagrant/.gem/ruby/2.1.0 | |
| - GEM CONFIGURATION: | |
| - :update_sources => true | |
| - :verbose => true | |
| - :backtrace => false | |
| - :bulk_threshold => 1000 | |
| - REMOTE SOURCES: | |
| - https://rubygems.org/ | |
| - SHELL PATH: | |
| - /usr/local/sbin | |
| - /usr/local/bin | |
| - /usr/sbin | |
| - /usr/bin | |
| - /sbin | |
| - /bin | |
| - /usr/games | |
| - /usr/local/games |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment