Fix:

--- ./lib/rubygems/format.rb.orig       2007-08-17 14:50:37.000000000 -0400
+++ ./lib/rubygems/format.rb    2007-08-17 14:50:59.000000000 -0400
@@ -60,8 +60,8 @@
         format.spec = pkg.metadata
         format.file_entries = []
         pkg.each do |entry|
-          format.file_entries << [{"size", entry.size, "mode", entry.mode,
-              "path", entry.full_name}, entry.read]
+          format.file_entries << [{"size" => entry.size, "mode" => entry.mode,
+              "path" => entry.full_name}, entry.read]
         end
       end
       format

-- 
Jos Backus
jos at catnook.com
_______________________________________________
Rubygems-developers mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rubygems-developers

Reply via email to