[Rubygems-developers] [rubygems] Build broken by chadfowler (#1221)
Chad Fowler
chad at chadfowler.com
Mon Mar 26 21:59:48 EDT 2007
On 3/26/07, Jim Weirich <jim.weirich at gmail.com> wrote:
> 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!
>
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
More information about the Rubygems-developers
mailing list