On 3/26/07, Jim Weirich <[EMAIL PROTECTED]> wrote: > 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! >
My mistake. I changed this on ruby 1.8.6. That raises the question....what do we want to do with such compatability changes? Perhaps we should rev trunk so it requires ruby 1.8.6? Chad _______________________________________________ Rubygems-developers mailing list [email protected] http://rubyforge.org/mailman/listinfo/rubygems-developers
