lib/hentry_consumer.rb in hentry_consumer-0.1.2 vs lib/hentry_consumer.rb in hentry_consumer-0.1.3

- old
+ new

@@ -1,6 +1,7 @@ require 'nokogiri' require 'open-uri' +require 'json' require 'hentry_consumer/element' Gem.find_files("hentry_consumer/**/*.rb").each { |path| require path } module HentryConsumer FormatClass = %w(p n e i u dt)