Skip to content

Commit

Permalink
add SamSaffron's blacklist and whitelist options
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Apr 15, 2014
1 parent ed62455 commit 2671eba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ You may provide options to `Readability::Document.new`, including:
`:ignore_image_format => ["gif", "png"]`;
* `:min_image_height`: set a minimum image height for `#images`;
* `:min_image_width`: set a minimum image width for `#images`.
* `:blacklist` and `:whitelist` allow you to explicitly scope to, or remove, CSS selectors.


Command Line Tool
Expand Down
2 changes: 1 addition & 1 deletion ruby-readability.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "ruby-readability"
s.version = '0.6.0'
s.version = '0.6.1'
s.authors = ["Andrew Cantino", "starrhorne", "libc", "Kyle Maxwell"]
s.email = ["[email protected]"]
s.homepage = "http://github.com/cantino/ruby-readability"
Expand Down

0 comments on commit 2671eba

Please sign in to comment.