Class | Gem::SpecFetcher |
In: |
lib/rubygems/spec_fetcher.rb
|
Parent: | Object |
SpecFetcher handles metadata updates from remote gem repositories.
Fetch specs matching dependency. If all is true, all matching versions are returned. If matching_platform is false, all platforms are returned.
Find spec names that match dependency. If all is true, all matching versions are returned. If matching_platform is false, gems for all platforms are returned.
Returns a list of gems available for each source in Gem::sources. If all is true, all versions are returned instead of only latest versions.