From 61c0fe781c806d035e12eb3a4f097f1963796b41 Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Wed, 30 Jun 2010 00:09:01 -0700 Subject: [PATCH] Styling fix. --- Rakefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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"