=~(other) Instance Public methods Uses this dependency as a pattern to compare to other. This dependency will match if the name matches the other's name, and other has only an equal version requirement that satisfies this dependency.
latest_version?() Instance Public methods Is this dependency simply asking for the latest version of a gem?
match?(obj, version=nil) Instance Public methods DOC: this method needs either documented or :nodoc'd
matches_spec?(spec) Instance Public methods DOC: this method needs either documented or :nodoc'd
matching_specs(platform_only = false) Instance Public methods DOC: this method needs either documented or :nodoc'd
merge(other) Instance Public methods Merges the requirements of other into this dependency
prerelease?() Instance Public methods Does this dependency require a prerelease?
requirement() Instance Public methods What does this dependency require?
requirements_list() Instance Public methods DOC: this method needs documentation or :nodoc''d
specific?() Instance Public methods True if the dependency will not always match the latest version.
Page 299 of 11844