On Mar 30, 2008, at 09:03 AM, aslak hellesoy wrote: > I just published a generic and platform specific gem: > http://rubyforge.org/frs/?group_id=5920 > It looks like the gems have replicated around the net: > http://rubyforge.iasi.roedu.net/gems/ > > When I do gem install ruby-usb on a Windows box, Rubygems seems to > download ruby-usb-0.1.2.gem and not ruby-usb-0.1.2-x86-mswin32.gem > > This happens for both rubygems 1.0.1 and 1.1.0 (which I just updated > to). > > If I download ruby-usb-0.1.2-x86-mswin32.gem manually and install it > everything looks fine.
The tricky part is that the file has to be uploaded with the same filename as it was generated with. There may be a bug that causes it to give the file the wrong name. I'm not sure if that was the problem as it seems that you've corrected the gem on rubyforge now, so I can't reproduce. > [...] > > P.S. My first upload of the Windows gem was broken, so I deleted it > and uploaded it again. Can that be the culplrit? Possibly. _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
