How to install a Linux Rails gem on Windows
Posted
by Mike Sutton
on Stack Overflow
See other posts from Stack Overflow
or by Mike Sutton
Published on 2010-04-11T21:32:52Z
Indexed on
2010/04/11
22:13 UTC
Read the original article
Hit count: 388
I need to upload vendorize a gem which is causing problems at my host - in this case nokogiri. My host is using linux, my development system is windows. The gem contains binaries and so my local gem downloads the win32 binaries. Is there any way I can get gem to download the linux binaries, so I can vendorize and upload them?
© Stack Overflow or respective owner