summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-02-18 14:21:33 -0300
committerAbinoam Praxedes Marques Jr <abinoam@gmail.com>2015-02-19 16:26:30 -0300
commitcd85cfc4c0035c9abc33b1edf8ea021f784f85c7 (patch)
tree901334321cee3a8349c98bd38abe09c582c3706f /Rakefile
parente8c159b51158fc6a3983ab69c33df69238f78ad4 (diff)
downloadhighline-cd85cfc4c0035c9abc33b1edf8ea021f784f85c7.tar.gz
Rename CHANGELOG -> Changelog.md on Rakefile and highline.gemspec
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index a304ed2..92cd981 100644
--- a/Rakefile
+++ b/Rakefile
@@ -15,7 +15,7 @@ end
Rake::RDocTask.new do |rdoc|
rdoc.rdoc_files.include( "README.rdoc", "INSTALL",
- "TODO", "CHANGELOG",
+ "TODO", "Changelog.md",
"AUTHORS", "COPYING",
"LICENSE", "lib/" )
rdoc.main = "README.rdoc"