From 059d7d2997aae2a78d9f90aeae2f479c38a3bfa0 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Wed, 2 Mar 2016 13:38:54 -0500 Subject: [PATCH] Properly case History.markdown --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index aee5747e..b86891f0 100644 --- a/Rakefile +++ b/Rakefile @@ -105,7 +105,7 @@ end def content_for(file) contents = File.read(file) case file - when "HISTORY.markdown" + when "History.markdown" converted_history(contents) else contents.gsub!(/\A# .*\n\n?/, "")