Rakefile in paginator-1.0.4 vs Rakefile in paginator-1.0.5

- old
+ new

@@ -12,8 +12,10 @@ have to provide it with the total number of objects and a way to pull a specific set of objects based on the offset and number of objects per page. EOD p.url = "http://paginator.rubyforge.org" p.changes = p.paragraphs_of('History.txt', 0..1).join("\n\n") + p.email = %q{bruce@codefluency.com} + p.author = ["Bruce Williams"] end # vim: syntax=Ruby