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 1.2.4, fixing a bug introduced after diff-lcs 1.1.3 that did not properly prune common sequences at the beginning of a comparison set. Thanks to Paul Kunysch for fixing this issue. Coincident with the release of diff-lcs 1.2.3, we reported an issue with Rubinius in 1.9 mode ({rubinius/rubinius#2268}[https://github.com/rubinius/rubinius/issues/2268]). We are happy to report that this issue has been resolved.
1.2.4
Austin Ziegler
rubyforge, rdoc, hoe-bundler, hoe-doofus, hoe-gemspec2, hoe-git, hoe-rubygems, hoe-travis, rake, rspec, hoe
bundle add diff-lcs
Getting Started
Learn more about the Diff-lcs gem.
Playground
Test, play and inspect the gem for yourself