On Sun, 2008-03-30 at 13:11 -0300, Luis Lavena wrote:
> >  P.S. My first upload of the Windows gem was broken, so I deleted it
> >  and uploaded it again. Can that be the culplrit?
> >
> 
> Yes, It appears to be a issue of rubyforge that do not replicate the
> changed files across mirrors.

Hm... we detect new gem releases with:

if !File.exist?(dest_gem_file) || File.mtime(dest_gem_file) <
File.mtime(gem_file)
 # various other stuff
end

I think that should find gem updates as well... 

Yours,

tom


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

Reply via email to