Properly case History.markdown
This commit is contained in:
parent
7e21d2a98f
commit
059d7d2997
2
Rakefile
2
Rakefile
|
@ -105,7 +105,7 @@ end
|
||||||
def content_for(file)
|
def content_for(file)
|
||||||
contents = File.read(file)
|
contents = File.read(file)
|
||||||
case file
|
case file
|
||||||
when "HISTORY.markdown"
|
when "History.markdown"
|
||||||
converted_history(contents)
|
converted_history(contents)
|
||||||
else
|
else
|
||||||
contents.gsub!(/\A# .*\n\n?/, "")
|
contents.gsub!(/\A# .*\n\n?/, "")
|
||||||
|
|
Loading…
Reference in New Issue