On 3/26/07, Marcus Rueckert <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] 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) _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
