Created
August 31, 2012 08:28
-
-
Save whowantstolivefo/3550238 to your computer and use it in GitHub Desktop.
This file contains 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
C:\>gem env | |
RubyGems Environment: | |
- RUBYGEMS VERSION: 1.8.24 | |
- RUBY VERSION: 1.8.7 (2010-06-23 patchlevel 299) [i386-mingw32] | |
- INSTALLATION DIRECTORY: C:/Ruby187/lib/ruby/gems/1.8 | |
- RUBY EXECUTABLE: C:/Ruby187/bin/ruby.exe | |
- EXECUTABLE DIRECTORY: C:/Ruby187/bin | |
- RUBYGEMS PLATFORMS: | |
- ruby | |
- x86-mingw32 | |
- GEM PATHS: | |
- C:/Ruby187/lib/ruby/gems/1.8 | |
- C:/Users/maas/.gem/ruby/1.8 | |
- GEM CONFIGURATION: | |
- :update_sources => true | |
- :verbose => true | |
- :benchmark => false | |
- :backtrace => false | |
- :bulk_threshold => 1000 | |
- REMOTE SOURCES: | |
- http://rubygems.org/ | |
C:\>gem list | |
*** LOCAL GEMS *** | |
actionmailer (3.2.8) | |
actionpack (3.2.8) | |
activemodel (3.2.8) | |
activerecord (3.2.8) | |
activeresource (3.2.8) | |
activesupport (3.2.8) | |
arel (3.0.2) | |
builder (3.0.0) | |
erubis (2.7.0) | |
hike (1.2.1) | |
i18n (0.6.0) | |
journey (1.0.4) | |
mail (2.4.4) | |
mime-types (1.19) | |
multi_json (1.3.6) | |
polyglot (0.3.3) | |
rack (1.4.1) | |
rack-cache (1.2) | |
rack-ssl (1.3.2) | |
rack-test (0.6.1) | |
rake (0.9.2.2) | |
rubygems-update (1.8.24) | |
sprockets (2.4.5, 2.1.3) | |
sqlite3 (1.3.6 x86-mingw32) | |
sqlite3-ruby (1.3.3) | |
thor (0.16.0) | |
tilt (1.3.3) | |
treetop (1.4.10) | |
tzinfo (0.3.33) | |
C:\> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment