diff --git a/README.txt b/README.txt index 89d1548..195eb07 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,8 @@ = Webrat - Ruby Acceptance Testing for Web applications + http://rubyforge.org/projects/webrat + http://github.com/brynary/webrat + * mailto:bryan@brynary.com * mailto:seth@mojodna.net diff --git a/Rakefile b/Rakefile index 6618fbf..3132ac1 100644 --- a/Rakefile +++ b/Rakefile @@ -9,8 +9,10 @@ Hoe.new('webrat', Webrat::VERSION) do |p| p.developer "Bryan Helmkamp", "bryan@brynary.com" p.developer "Seth Fitzsimmons", "seth@mojodna.net" - 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] + # require "rubygems"; require "ruby-debug"; Debugger.start; debugger + + p.description = p.paragraphs_of('README.txt', 4..6).join("\n\n") + p.url = p.paragraphs_of('README.txt', 1).first.split("\n").first.strip p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") p.extra_deps << ["hpricot", ">= 0.6"]