On Aug 15, 2007, at 17:11, Brian Sammon wrote: > Does rubygems use a package database, or does it just search the > filesystem > when it's looking for information on installed gems?
Searches the FS See Gem::source_index, Gem::SourceIndex#from_installed_gems and Gem::GemPathSearcher. -- Poor workers blame their tools. Good workers build better tools. The best workers get their tools to do the work for them. -- Syndicate Wars _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
