Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created February 24, 2011 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luislavena/841479 to your computer and use it in GitHub Desktop.
Save luislavena/841479 to your computer and use it in GitHub Desktop.
C:\Users\Luis>ruby -v
ruby 1.9.2p136 (2010-12-25) [i386-mingw32]
C:\Users\Luis>gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.5.2
- RUBY VERSION: 1.9.2 (2010-12-25 patchlevel 136) [i386-mingw32]
- INSTALLATION DIRECTORY: C:/Users/Luis/.gem/ruby/x86-mingw32/1.9.1
- RUBY EXECUTABLE: C:/Users/Luis/Tools/Ruby/ruby-1.9.2-p136-i386-mingw32/bin/ruby.exe
- EXECUTABLE DIRECTORY: C:/Users/Luis/.gem/ruby/x86-mingw32/1.9.1/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86-mingw32
- GEM PATHS:
- C:/Users/Luis/.gem/ruby/x86-mingw32/1.9.1
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- :sources => ["http://rubygems.org"]
- "install" => "--no-ri --no-rdoc --env-shebang"
- "update" => "--no-ri --no-rdoc --env-shebang"
- REMOTE SOURCES:
- http://rubygems.org
C:\Users\Luis>gem list ruby
*** LOCAL GEMS ***
ruby-debug-base19 (0.11.24)
ruby-debug-ide19 (0.4.12)
ruby_core_source (0.1.4)
ruby_parser (2.0.5)
rubyforge (2.0.4)
rubyzip2 (2.0.1)
C:\Users\Luis>gem list linecache
*** LOCAL GEMS ***
linecache19 (0.5.11)
C:\Users\Luis>gem uninstall ruby-debug-base19 ruby-debug-ide19 ruby_core_source linecache19
You have requested to uninstall the gem:
ruby-debug-base19-0.11.24
ruby-debug-ide19-0.4.12 depends on [ruby-debug-base19 (~> 0.11.20)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn]
Successfully uninstalled ruby-debug-base19-0.11.24
Remove executables:
rdebug-ide
in addition to the gem? [Yn]
Removing rdebug-ide
Successfully uninstalled ruby-debug-ide19-0.4.12
You have requested to uninstall the gem:
ruby_core_source-0.1.4
linecache19-0.5.11 depends on [ruby_core_source (>= 0.1.4)]
ruby-debug-base19-0.11.24 depends on [ruby_core_source (>= 0.1.4)]
If you remove this gems, one or more dependencies will not be met.
Continue with Uninstall? [Yn]
Successfully uninstalled ruby_core_source-0.1.4
Successfully uninstalled linecache19-0.5.11
C:\Users\Luis>gem list ruby
*** LOCAL GEMS ***
ruby_parser (2.0.5)
rubyforge (2.0.4)
rubyzip2 (2.0.1)
C:\Users\Luis>gem list line
*** LOCAL GEMS ***
C:\Users\Luis>gem list ruby-debug19 --remote
*** REMOTE GEMS ***
ruby-debug19 (0.11.6)
C:\Users\Luis>gem install ruby-debug19
Fetching: ruby_core_source-0.1.4.gem (100%)
Fetching: linecache19-0.5.11.gem (100%)
Temporarily enhancing PATH to include DevKit...
Building native extensions. This could take a while...
Fetching: ruby-debug-base19-0.11.24.gem (100%)
Building native extensions. This could take a while...
Fetching: ruby-debug19-0.11.6.gem (100%)
Successfully installed ruby_core_source-0.1.4
Successfully installed linecache19-0.5.11
Successfully installed ruby-debug-base19-0.11.24
Successfully installed ruby-debug19-0.11.6
4 gems installed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment