From: Roger Pack Date: 2010-08-11T20:26:55+09:00 Subject: Re: Determining whether the running ruby is outdated? > Thanks guys! I was hoping there was a simpler method than parsing > directory listings (say, like a text file) but if that's the way to go > then I'll just have to dig in. Yeah that's the general way people have done it in the past. You could also screen scrape ruby-lang.org page I suppose... -- Posted via http://www.ruby-forum.com/.