Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 675 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 675 Bytes

DiffMatchPatch Code Climate

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>

Notice

Please use the released gem, the code in this repository is under development/experimentation.