Is this possible? I currently have this directory layout: . Pg.rb Inside the gemspec, I have: s.require_path = '.' s.autorequire = 'Pg' Now I'd like to install the stub not as 'Pg.rb' but as 'DBD/Pg/Pg.rb'. Is there a way to do this? Regards, Michael