diff --git a/HISTORY b/HISTORY index c4e4a93..cba0b03 100644 --- a/HISTORY +++ b/HISTORY @@ -1,7 +1,7 @@ Sanitize History ================================================================================ -Version ? (?) +Version 1.0.6 (2009-02-23) * Removed htmlentities gem dependency. * Existing well-formed character entity references in the input string are now preserved rather than being decoded and re-encoded. diff --git a/README.rdoc b/README.rdoc index 14e1948..486470f 100644 --- a/README.rdoc +++ b/README.rdoc @@ -15,7 +15,7 @@ or maliciously-formed HTML. When in doubt, Sanitize always errs on the side of caution. *Author*:: Ryan Grove (mailto:ryan@wonko.com) -*Version*:: ? (?) +*Version*:: 1.0.6 (2009-02-23) *Copyright*:: Copyright (c) 2009 Ryan Grove. All rights reserved. *License*:: MIT License (http://opensource.org/licenses/mit-license.php) *Website*:: http://github.com/rgrove/sanitize diff --git a/sanitize.gemspec b/sanitize.gemspec index 4b9ed05..954fea9 100644 --- a/sanitize.gemspec +++ b/sanitize.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'sanitize' s.summary = 'Whitelist-based HTML sanitizer.' - s.version = '1.0.5.3' + s.version = '1.0.6' s.author = 'Ryan Grove' s.email = 'ryan@wonko.com' s.homepage = 'http://github.com/rgrove/sanitize/'