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. martin