Rakefile in hoe-1.0.4 vs Rakefile in hoe-1.0.5
- old
+ new
@@ -3,8 +3,11 @@
require './lib/hoe.rb'
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.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")
end
# vim: syntax=Ruby