README.md in dq-readability-1.0.4 vs README.md in dq-readability-1.0.5

- old
+ new

@@ -1,5 +1,12 @@ +Version +------- +1.0.4 released. Check out https://rubygems.org/gems/dq-readability + +* competing structure for fighting invalid characters +* Wikipedia image case resolved + Install ------- Command line: (sudo) gem install dq-readability @@ -10,10 +17,6 @@ Example ------- require 'rubygems' require 'dq-readability' source = "http://www.personal.kent.edu/~rmuhamma/Algorithms/MyAlgorithms/Sorting/radixSort.htm" - puts DQReadability::Document.new(source,:tags=>%w[div pre p h1 h2 h3 h4 td table tr b a img br li ul ol center br hr blockquote em strong sub sup font tbody span],:attributes=>%w[href src align width color height]).content - - - - + puts DQReadability::Document.new(source,:tags=>%w[div pre p h1 h2 h3 h4 td table tr b a img br li ul ol center br hr blockquote em strong sub sup font tbody tt span dl dd t code figure fieldset legend dir noscript],:attributes=>%w[href src align width color height]).content