Skip to content

Commit

Permalink
Update Nokogumbo to 1.2.0.
Browse files Browse the repository at this point in the history
Fixes #119.
  • Loading branch information
rgrove committed Dec 23, 2014
1 parent 39f06b3 commit 4db352f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Sanitize History
================================================================================

Version 3.1.0 (git)
-------------------
Version 3.1.0 (2013-12-22)
--------------------------

* Added the following CSS properties to the relaxed config. [@ehudc - #120][120]

Expand All @@ -11,6 +11,11 @@ Version 3.1.0 (git)
- `-webkit-text-size-adjust`
- `text-size-adjust`

* Updated Nokogumbo to 1.2.0 to pick up a fix for a Gumbo bug where the
entity `Æ` left its semicolon behind when it was converted to a
character during parsing. [#119][119]

[119]:https://github.com/rgrove/sanitize/issues/119
[120]:https://github.com/rgrove/sanitize/pull/120


Expand Down
2 changes: 1 addition & 1 deletion sanitize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
# Runtime dependencies.
s.add_dependency('crass', '~> 1.0.1')
s.add_dependency('nokogiri', '>= 1.4.4')
s.add_dependency('nokogumbo', '1.1.12')
s.add_dependency('nokogumbo', '1.2.0')

# Development dependencies.
s.add_development_dependency('minitest', '~> 5.3.4')
Expand Down

0 comments on commit 4db352f

Please sign in to comment.