available_specs(type)
Instance Public methods
Returns a list of gems available for each source in Gem.sources.
type
can be one of 3 values: :released => Return the list
of all released specs :complete => Return the list of all specs
:latest => Return the list of only the highest version of each gem
:prerelease => Return the list of all prerelease only specs
Please login to continue.