_ ruby-1.9.0-5 nmake install でRDoc作り始めた瞬間に異常終了する。 *** rubygems.rb~ Thu Sep 25 19:13:50 2008 --- rubygems.rb Sat Oct 04 02:44:39 2008 *************** module Gem *** 709,716 **** @gem_path.uniq! @gem_path.each do |path| ! if 0 == File.expand_path(path).index(Gem.user_home) and ! Etc.getpwuid.uid != File::Stat.new(Gem.user_home).uid then ! next # only create by matching user ! end ensure_gem_subdirec