Chad Fowler [mailto:chadfowler / gmail.com] wrote: > require 'rubygems' > Gem::manage_gems > Gem::cache.search(/sql/).each do |gem| > p gem.name > p gem.version.to_s > ...etc. > end > > Gem::RemoteInstaller.new.install("sqlite") cool. thank you Chad for the update. > > Chad kind regards -botp