From: "NAKAMURA, Hiroshi" Date: 2002-04-18T18:44:19+09:00 Subject: Re: Ruby/Google Hi, > From: Stephan J. Schmidt [mailto:stephan.schmidt@neotis.de] > Sent: Thursday, April 18, 2002 6:33 PM > I tried Ruby/Google and have a problem. > Htaccess2 seams to need Uri.rb and I can't find the file > or anything about it with google. Do I need 1.7 ? URI module is included from ruby/1.6.7. The latest package of URI is at http://www.ruby-lang.org/~knu/cgi-bin/cvsweb.cgi/rough/lib/uri/ I've not tried but it will work even under 1.6.6. BTW, all: Check if you don't have /usr/local/lib/ruby/site_ruby/1.6/uri.rb. If you have here, /usr/local/lib/ruby/1.6/uri.rb is ignored. Regards, // NaHi