Martin DeMello wrote: > Finally gotten around to changing my 'require_gem' code, and I've > noticed that for many gems, the name of the file to "require" is not > the same as the gem's name. Furthermore, there's no way to find out > what file I *do* need to require other than looking at the directory > structure of the gem. An option to gem that would list all requirable > files would be a nice addition. Personally, I'd prefer that a require 'gemname' just loaded all files in the gem's lib directory, but that's probably just me... -- Alex