From 0e9c59b3418a91216608cbc82ffcd036d91e9b06 Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Sat, 22 Dec 2007 02:52:45 -0800 Subject: Prepped for release [git-p4: depot-paths = "//src/hoe/dev/": change = 3728] --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 4d50a62..1e7c0a4 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ Hoe.new("hoe", Hoe::VERSION) do |p| p.summary = "Hoe is a way to write Rakefiles much easier and cleaner." p.description = p.paragraphs_of('README.txt', 2..5).join("\n\n") p.url = p.paragraphs_of('README.txt', 1).first.gsub(/^\* /, '').split(/\n/) - p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") + p.changes = p.paragraphs_of('History.txt', 0..2).join("\n\n") end # vim: syntax=Ruby -- cgit v1.2.1