From: Trans Date: 2005-12-10T05:17:37+09:00 Subject: Re: Multipackage Gems Wait a minute! That doesn't work. Jim, if I tell it to inlcude 'packages/**/lib/**/*' then it includes them but just like that in the gem. It makes no sense. Wouldn't one then have to use? require 'packages/proj1/lib/proj1/file.rb' Even using require_paths isn't helpful b/c I have dozens of sub-projects. Considering how Gems works I'm pretty sure that would way too inefficent. Is there are way to tell it how to put them in the gem? Thanks, T.