lib/w3clove/sitemap.rb in w3clove-0.7 vs lib/w3clove/sitemap.rb in w3clove-0.7.1

- old
+ new

@@ -14,12 +14,12 @@ def initialize(url) @url = url end ## - # Returns the first 100 unique URLs from the sitemap + # Returns the first 250 unique URLs from the sitemap def pages - @pages ||= pages_in_sitemap.uniq {|p| p.url}[0..99] + @pages ||= pages_in_sitemap.uniq {|p| p.url}[0..249] end ## # Returns the combined validation errors of all the pages def errors \ No newline at end of file