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!

Yours,

tom



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

Reply via email to