Class | Bundler::Finder |
In: |
lib/bundler/finder.rb
|
Parent: | Object |
Takes an array of gem sources and fetches the full index of gems from each one. It then combines the indexes together keeping track of the original source so that any resolved gem can be fetched from the correct source.
*sources<String>: | URI pointing to the gem repository |
Searches for a gem that matches the dependency
dependency<Gem::Dependency>: | The gem dependency to search for |
matching the search