Skip to content

Instantly share code, notes, and snippets.

@agrimm
Created October 18, 2009 11:23
Show Gist options
  • Save agrimm/212638 to your computer and use it in GitHub Desktop.
Save agrimm/212638 to your computer and use it in GitHub Desktop.
#I'm surprised at how much gets installed with gem update --system
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Andrew>gem --version
0.9.4
C:\Documents and Settings\Andrew>gem update --system
Updating RubyGems...
Bulk updating Gem source index for: http://gems.rubyforge.org
Attempting remote update of rubygems-update
Install required dependency builder? [Yn] y
Install required dependency session? [Yn] y
Install required dependency hoe-seattlerb? [Yn] y
Install required dependency hoe? [Yn] y
Install required dependency rubyforge? [Yn] y
Install required dependency json_pure? [Yn] y
Install required dependency rake? [Yn] y
Install required dependency minitest? [Yn] y
Install required dependency hoe? [Yn] y
Successfully installed rubygems-update-1.3.5
Successfully installed builder-2.1.2
Successfully installed session-2.4.0
Successfully installed hoe-seattlerb-1.2.1
Successfully installed hoe-2.3.3
Successfully installed rubyforge-2.0.3
Successfully installed json_pure-1.1.9
Successfully installed rake-0.8.7
Successfully installed minitest-1.4.2
Successfully installed hoe-2.3.3
Installing ri documentation for rubygems-update-1.3.5...
Installing ri documentation for builder-2.1.2...
While generating documentation for builder-2.1.2
... MESSAGE: Unhandled special: Special: type=17, text="<!-- HI -->"
... RDOC args: --ri --op c:/ruby/lib/ruby/gems/1.8/doc/builder-2.1.2/ri --title
Builder -- Easy XML Building --main README --line-numbers --quiet lib CHANGES Rakefile README doc/releases/builder-1.2.4.rdoc doc/releases/builder-2.0.0.rdoc doc/releases/builder-2.1.1.rdoc
(continuing with the rest of the installation)
Installing ri documentation for hoe-seattlerb-1.2.1...
Installing ri documentation for hoe-2.3.3...
Installing ri documentation for rubyforge-2.0.3...
Installing ri documentation for json_pure-1.1.9...
Installing ri documentation for rake-0.8.7...
Installing ri documentation for minitest-1.4.2...
Installing ri documentation for hoe-2.3.3...
Installing RDoc documentation for rubygems-update-1.3.5...
Could not find main page README
Could not find main page README
Could not find main page README
Could not find main page README
Installing RDoc documentation for builder-2.1.2...
Installing RDoc documentation for hoe-seattlerb-1.2.1...
Installing RDoc documentation for hoe-2.3.3...
Installing RDoc documentation for rubyforge-2.0.3...
Installing RDoc documentation for json_pure-1.1.9...
Installing RDoc documentation for rake-0.8.7...
Installing RDoc documentation for minitest-1.4.2...
Installing RDoc documentation for hoe-2.3.3...
Updating version of RubyGems to 1.3.5
Installing RubyGems 1.3.5
RubyGems 1.3.5 installed
=== 1.3.5 / 2009-07-21
Bug fixes:
* Fix use of prerelease gems.
* Gem.bin_path no longer escapes path with spaces. Bug #25935 and #26458.
Deprecation Notices:
* Bulk index update is no longer supported (the code currently remains, but not
the tests)
* Gem::manage_gems was removed in 1.3.3.
* Time::today was removed in 1.3.3.
------------------------------------------------------------------------------
RubyGems installed the following executables:
c:/ruby/bin/gem
RubyGems system software updated
C:\Documents and Settings\Andrew>gem --version
1.3.5
C:\Documents and Settings\Andrew>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment