Re: [Rubygems-developers] Custom Gemspec Attribute

2010-08-16 Thread John Barnette
On Mon, Aug 16, 2010 at 12:08 AM, Ryan Davis wrote: > On Aug 15, 2010, at 12:05 , John Barnette wrote: > >> You can fake it with the current version of RubyGems by using >> Gem#find_files and examining the paths that it returns. Keep in mind >> that it looks through ALL available versions of all g

Re: [Rubygems-developers] Custom Gemspec Attribute

2010-08-16 Thread Ryan Davis
On Aug 15, 2010, at 12:05 , John Barnette wrote: > You can fake it with the current version of RubyGems by using > Gem#find_files and examining the paths that it returns. Keep in mind > that it looks through ALL available versions of all gems, as well as > the load path. Really really bad example

Re: [Rubygems-developers] Custom Gemspec Attribute

2010-08-15 Thread John Barnette
Hey Jim, On Sun, Aug 15, 2010 at 11:34 AM, Jim Freeze wrote: > Is there a way to add a custom attribute to a gem spec? We want to be > able to define a gem as an adhearsion component so that we can search > all the installed gems that are ahn_components. Not right now, no. I've had a branch that