README.rdoc in string_normalizr-0.1 vs README.rdoc in string_normalizr-0.2

- old
+ new

@@ -4,24 +4,26 @@ This gem adds String#normalize to easily retrieve a normalized representation of your String instance. === Installation - $ gem install carpodaster-string_normalizr --source http://gems.github.com + $ gem install string_normalizr Or use it as a plugin with your Rails app: $ ruby script/plugin install git://github.com/carpodaster/string_normalizr.git === Usage "hellö world".normalize -=== Caveats -* Tests seem to have difficulties with multibyte characters right now. - === .plan -* Add option-hash to customize the normalization +* support custom collation hash +* support more special chars by default +* handle punctuation marks +=== Changelog +* 0.2: Normalization can now be customized via an options hash. +* 0.1: Initial version --- Copyright (c) 2010 Carsten Zimmermann, released under a BSD-type license