From: Morton Goldberg Date: 2007-05-24T09:12:06+09:00 Subject: Re: Getting a Ruby script to run on a colleague's Mac On May 23, 2007, at 6:33 PM, Sharon wrote: > I wrote a Ruby script that's working fine on my own Windows machine at > work. I wanted to share it with a colleague who uses a Mac at the > office, but I can't get it to run. > > The script needs several libraries, including the rss library. > > On my Windows machine, the script says > > require 'rss' > > and that works fine. I'm surprised, but I know nothing about Ruby on Windows. On my iMac, require 'rss/2.0' works. Regards, Morton