diff --git a/Rakefile b/Rakefile index 2050460..4fa4048 100644 --- a/Rakefile +++ b/Rakefile @@ -6,11 +6,11 @@ $:.unshift 'lib' require 'sphincter' Hoe.new('Sphincter', Sphincter::VERSION) do |p| - p.rubyforge_name = 'seattelrb' + p.rubyforge_name = 'seattlerb' p.author = 'Eric Hodel' p.email = 'drbrain@segment7.net' - p.summary = p.paragraphs_of('README.txt', 4).first - p.description = p.paragraphs_of('README.txt', 5).first + p.summary = p.paragraphs_of('README.txt', 5).first + p.description = p.paragraphs_of('README.txt', 6).first p.url = p.paragraphs_of('README.txt', 2).first p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n")