summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRyan Davis <ryand@zenspider.com>2007-05-21 15:11:50 -0800
committerRyan Davis <ryand@zenspider.com>2007-05-21 15:11:50 -0800
commitf43109ce38a46d927ab399f1f8afdb9e3b7a601c (patch)
tree1794139506b71e28def83f1daf446ffb0e8fe51f /Rakefile
parentf1258e3154ca21ea7681fd926e3c9c515825bac4 (diff)
downloadhoe-f43109ce38a46d927ab399f1f8afdb9e3b7a601c.tar.gz
Fixed History up to look prettier. More rdoc'y too.
Changed urls in README to be rdoc compatible. Moved rdoc to consts. Fixed rdoc rendering. Apparently conditional consts are bad. Made mandatory/recommended bold. Marked a bunch of helper methods nodoc. Announcement now does basic conversion from rdoc to markdown format. [git-p4: depot-paths = "//src/hoe/dev/": change = 3202]
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index bf7d6b9..4d50a62 100644
--- a/Rakefile
+++ b/Rakefile
@@ -6,7 +6,7 @@ Hoe.new("hoe", Hoe::VERSION) do |p|
p.rubyforge_name = "seattlerb"
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', 0).first.split(/\n/)[1..-1]
+ p.url = p.paragraphs_of('README.txt', 1).first.gsub(/^\* /, '').split(/\n/)
p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
end