about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-03-18 00:17:47 +0000
committerEric Wong <normalperson@yhbt.net>2012-03-18 00:17:47 +0000
commitb8d74c8b2d8b19daf545f39826ce1e35d0a4a265 (patch)
treeaea4759fd55e81a6ddb79347c87395e1d4502fdc /Rakefile
parent59f429bdd3d7d3803a96d3674751d92317ac6129 (diff)
downloadcmogstored-b8d74c8b2d8b19daf545f39826ce1e35d0a4a265.tar.gz
Empty trailing lines are annoying.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index ed09231..b532290 100644
--- a/Rakefile
+++ b/Rakefile
@@ -72,7 +72,7 @@ task :news do
     puts ""
 
     puts tag[:body].gsub(/^/sm, "  ").gsub(/[ \t]+$/sm, "")
-    puts ""
+    puts "" unless tag == tags.last
   end
 end