I read a answer the gem fetch
answer on this question is-it-possible-to-download-a-ruby-gem-without-installing-it-automatically. But windows I do not always get the windows gem.
Using gem install gosu --remote
installs the windows version Successfully installed gosu-0.7.15-x86-mswin32-60
.
When downloading using gem fetch gosu
I get Downloaded gosu-0.7.15
which is the linux version and can not be installed on my windows PC.
Asking for the specific gem with gem fetch gosu-0.7.15-x86-mswin32-60
and similar tries yields ERROR: Could not find gosu-0.7.15-x86-mswin32-60 in any repository
Any ideas as to how to get the correct version for my PC when using fetch versus install?