example.rb in docparser-0.1.4 vs example.rb in docparser-0.1.6

- old
+ new

@@ -18,6 +18,6 @@ published_time = post.search('.post-info .date.published').first.content url = title_el.attributes['href'].value summary = post.search('.entry-content').first.content.strip add_row title, author, published_time, url, summary end -end \ No newline at end of file +end