[Rubygems-developers] [rubygems] Build broken by chadfowler (#1221)
Jim Weirich
jim.weirich at gmail.com
Mon Mar 26 21:24:59 EDT 2007
On 3/26/07, Marcus Rueckert <darix at web.de> wrote:
> On 2007-03-26 00:20:42 -0400, Jim Weirich wrote:
> > The line in question is:
> >
> > Digest::SHA256.new.hexdigest(@gems[gem_full_name].to_yaml).to_s
> >
> > Is there any reason this shouldn't read:
> >
> > Digest::SHA256.new(@gems[gem_full_name].to_yaml).hexdigest
>
> wasnt this api changed in 1.8.6?
Ahh, so it has. Thanks!
--
--
-- Jim Weirich jim at weirichhouse.org http://onestepback.org
-----------------------------------------------------------------
"Beware of bugs in the above code; I have only proved it correct,
not tried it." -- Donald Knuth (in a memo to Peter van Emde Boas)
More information about the Rubygems-developers
mailing list