On May 15, 2011, at 5:36 AM, Luis Lavena wrote:

> On Sat, May 14, 2011 at 5:59 PM, James Tucker <jftuc...@gmail.com> wrote:
>> 
>> On May 14, 2011, at 1:13 PM, Luis Lavena wrote:
>> 
>>> 
>>> I don't want to copy any gem compilation artifacts since I'm
>>> comsolidating the contents of the gems to reduce the LOAD_PATH.
>> 
>> Everything in Gem.lib_paths. Builds are copied into lib in the standard mkmf 
>> system.
>> 
> 
> There are some gems that do File.read to read the VERSION file in the
> root of the gem.

mmm.

> 
> I know, I know... I'm not the author, just the messenger, don't kill me.
> 
> I also need to copy app/** of some gems that are Rails engines.

shared would be better :-(

> This worked before using Gem::Specification#files, but not now :-(
> 
> Guess will have to have my own exclusion pattern and use globing on
> the gem directory.

possibly, or just dump them all over the top of each other and clean out common 
build artifacts.

> 
> Thank you.
> -- 
> Luis Lavena
> AREA 17
> -
> Perfection in design is achieved not when there is nothing more to add,
> but rather when there is nothing more to take away.
> Antoine de Saint-Exupéry
> _______________________________________________
> Rubygems-developers mailing list
> http://rubyforge.org/projects/rubygems
> Rubygems-developers@rubyforge.org
> http://rubyforge.org/mailman/listinfo/rubygems-developers

_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to