Used internally to indicate that a dependency conflicted with a spec that would be activated.
Return the 2 dependency objects that conflicted
# File rubygems/dependency_resolver.rb, line 319
def conflicting_dependencies
[@failed_dep.dependency, @activated.request.dependency]
end
# File rubygems/dependency_resolver.rb, line 313
def for_spec?(spec)
@dependency.name == spec.name
end
Return the Specification that listed the dependency
# File rubygems/dependency_resolver.rb, line 309
def requester
@failed_dep.requester
end
Commenting is here to help enhance the documentation. For example, code samples, or clarification of the documentation.
If you have questions about Ruby or the documentation, please post to one of the Ruby mailing lists. You will get better, faster, help that way.
If you wish to post a correction of the docs, please do so, but also file bug report so that it can be corrected for the next release. Thank you.
If you want to help improve the Ruby documentation, please see Improve the docs, or visit Documenting-ruby.org.