lib/html2rss/attribute_post_processors.rb in html2rss-0.4.0 vs lib/html2rss/attribute_post_processors.rb in html2rss-0.4.1

- old
+ new

@@ -1,4 +1,5 @@ +require_relative 'attribute_post_processors/html_to_markdown' require_relative 'attribute_post_processors/parse_time' require_relative 'attribute_post_processors/parse_uri' require_relative 'attribute_post_processors/sanitize_html' require_relative 'attribute_post_processors/substring' require_relative 'attribute_post_processors/template'