On Mon, 2008-03-31 at 14:42 -0700, Eric Hodel wrote:
> On Mar 31, 2008, at 07:11 AM, Tom Copeland wrote:
> > Index: lib/rubygems/indexer/latest_index_builder.rb
> > ===================================================================
> > --- lib/rubygems/indexer/latest_index_builder.rb        (revision  
> > 1663)
> > +++ lib/rubygems/indexer/latest_index_builder.rb        (working copy)
> > @@ -16,7 +16,7 @@
> >
> >     latest = @index.latest_specs.sort.map { |spec|  
> > spec.original_name }
> >
> > -    @file.write latest.join "\n"
> > +    @file.write(latest.join("\n"))
> >   end
> >
> >   def cleanup
> >
> > This will get rid of some warning messages I keep seeing in the
> > RubyForge logs, thanks!
> 
> I got the warning too, patched it, but forgot to tell you to update.

Oh cool, will do, thanks!

Tom


_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to