On Mon, Aug 16, 2010 at 12:08 AM, Ryan Davis <ryand-r...@zenspider.com> 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 gems, as well as
>> the load path. Really really bad example off the top of my head:
>
> all _installed_ gems.
>
> Since the gem index you download doesn't have package contents, this won't 
> help for remote gem searches.

Oops, yeah, looking through the file list on the spec itself for a
token is a lot better.


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

Reply via email to