rubyinstaller2
rubyinstaller2 copied to clipboard
Avoid crash even if a registry key incldues inconvertible characters
When the registry key SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
contains inconvertible characters to internal encoding, require rubygems
crashes. This patch avoids this issue.
Fixe #372