Re: Code Review: gems

Actually, the change in platform.rb is a nop as the string
“universal-.net” will get converted to a Gem::Platform before
comparsion. I will undo this change. We could consider adding a case for
the string “.net” if we wanted, but I will leave that for later.