On Apr 1, 2011, at 21:25 , Austin Ziegler wrote:

> Trying to install savon, I get:
> 
> Fetching: builder-3.0.0.gem (100%)
> Fetching: crack-0.1.8.gem (100%)
> Fetching: rack-1.2.2.gem (100%)
> Fetching: ntlm-http-0.1.1.gem (100%)
> ERROR:  While executing gem ... (Gem::FormatException)
>    ntlm-http-0.1.1 has an invalid value for @cert_chain
> 
> Looks like this affects a few popular packages, too:
> 
> http://stackoverflow.com/questions/5520333/rails-3-install-error-invalid-value-for-cert-chain
> 
> Apparently rolling back to 1.6.2 works, but that's a bit ugly, obviously.

OK. I have a repro. The real problem is that the spec for ntlm-http is invalid 
and has a nil value where there should be an empty array. I'll poke at a fix, 
but really ntlm-http should fix their spec.

OK. I just committed a fix so it'll do the following:

> WARNING: ntlm-http-0.1.1 has an invalid nil value for @cert_chain
> Successfully installed ntlm-http-0.1.1

Eric will cherry pick that into the 1.7 branch and release.

Eric, please review 8fd9038 and attack.

_______________________________________________
Rubygems-developers mailing list
http://rubyforge.org/projects/rubygems
Rubygems-developers@rubyforge.org
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to