It looks like the 0.2.0 release won't require building the extension at all if String.method_defined?(:unicode_normalize) is true. This is a really nice benefit on modern Ruby versions. Is there anything holding up promoting the beta to a proper release?
It looks like the 0.2.0 release won't require building the extension at all if
String.method_defined?(:unicode_normalize)istrue. This is a really nice benefit on modern Ruby versions. Is there anything holding up promoting the beta to a proper release?