diff-lcs
Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm. It includes utilities to create a simple HTML diff output format and a standard diff-like tool. This is release 2.0, which has significant breaking changes (removal of deprecations and workarounds) and requires at least Ruby 3.2 or higher. See full details in the `CHANGELOG`, but users of diff-lcs should not notice any significant changes to the APIs. ==== To Install:
2.0.0
Austin Ziegler
hoe, hoe-halostatue, minitest, minitest-autotest, minitest-focus, rake, rdoc, simplecov, simplecov-lcov, standard, standard-thread_safety, fasterer
bundle add diff-lcs
Getting Started
Learn more about the Diff-lcs gem.
Playground
Test, play and inspect the gem for yourself