On Wed, Oct 21, 2009 at 1:43 PM, Chad Woolley <thewoolley...@gmail.com> wrote:
> In rev 2317, jbarnette introduced the following line into
> Gem::DependencyInstaller#find_gems_with_sources:
>
>  requirements = dep.requirement.requirements.map do |req, ver|
>
> In my tests (GemInstaller integration tests against RubyGems trunk),
> this is breaking because sometimes the 'requirement' property on
> dependencies is nil.

Here is a patch related to this problem, looks like other gems in the
wild have missing requirement property, in addition to my test gems:

http://rubyforge.org//tracker/?func=detail&atid=577&aid=27338&group_id=126
_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to