Trending Projects for April 18, 2021
Discover libraries that are gaining popularity within the Ruby community. You can find an overview of how we calculate these in our documentation.
A Ruby implementation of the Patience diff algorithm.
Patience Diff creates more readable diffs than other algorithms in some cases, particularly when much of the content has changed between the documents being compared. There's a great explanation and example [here][example].
Patience diff was originally written by Bram Cohen and is used in the [Bazaar][bazaar] version control system. This v...