summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2007-12-22 02:52:45 -0800
committerRyan Davis <ryand@zenspider.com>2007-12-22 02:52:45 -0800
commit0e9c59b3418a91216608cbc82ffcd036d91e9b06 (patch)
tree0ca3b65d06556d41a552662110c59de81715cfb8 /Rakefile
parent478273b97cbe17de76510959d652aec1632c9950 (diff)
downloadhoe-0e9c59b3418a91216608cbc82ffcd036d91e9b06.tar.gz
Prepped for release
[git-p4: depot-paths = "//src/hoe/dev/": change = 3728]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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