diff --git a/Rakefile b/Rakefile index 54b24d8..10cff58 100644 --- a/Rakefile +++ b/Rakefile @@ -157,11 +157,11 @@ jasmine.version_= { fn = f.sub(/^pages\//, '') version = /jasmine-standalone-(.*).zip/.match(f)[1] - download_html += "#{fn.sub(/downloads\//, '')}" - download_html += "#{version}\n" - download_html += "#{File.size(f) / 1024}k\n" - download_html += "#{File.mtime(f).strftime("%Y/%m/%d %H:%M:%S")}\n" - download_html += "#{sha1}\n" + download_html += "#{fn.sub(/downloads\//, '')}\n" + download_html += "#{version}\n" + download_html += "#{File.size(f) / 1024}k\n" + download_html += "#{File.mtime(f).strftime("%Y/%m/%d %H:%M:%S %Z")}\n" + download_html += "#{sha1}\n" end download_html += "\n"