A ruby implementation of the google diff-match-patch library. http://code.google.com/p/google-diff-match-patch/
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.
This work was inspired by the diff_match_patch-ruby module. (https://github.com/reima/diff_match_patch-ruby)
Copyright (c) 2011, Jorge Kalmbach <kalmbach.at.gmail.com>
Please use the released gem, the code in this repository is under development/experimentation.