cloocher / xmlhasher

Fast XML to Ruby Hash converter
MIT License
40 stars 20 forks source link

Fix | EscapeUtils.unescape_html is deprecated #29

Closed nicdal closed 2 years ago

nicdal commented 2 years ago

Replacing EscapeUtils with CGI due to deprecation warning.

EscapeUtils.unescape_html is deprecated. Use GCI.unescapeHTML instead, performance is similar

stepozer commented 2 years ago

@nicdal thanks

Laykou commented 2 years ago

@stepozer Can this be released as new gem version, please?

stepozer commented 2 years ago

@Laykou and @nicdal I pushed the new gem version. Sorry for delay, totally forgot about it