diff-lcs version 1.2.4 has been released!
* home: <http://diff-lcs.rubyforge.org/>
* code: <https://github.com/halostatue/diff-lcs>
* bugs: <https://github.com/halostatue/diff-lcs/issues>
* rdoc: <http://rubydoc.info/github/halostatue/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.
Changes:
### 1.2.4 / 2013-04-20
* Bugs fixed:
* A bug was introduced after 1.1.3 when pruning common sequences at the start
of comparison. Paul Kunysch (@pck) fixed this in pull request 18. Thanks!
https://github.com/halostatue/diff-lcs/pull/18
* The Rubinius (1.9 mode) bug in rubinius/rubinius#2268 has been fixed by the
Rubinius team two days after it was filed. Thanks for fixing this so quickly!
https://github.com/rubinius/rubinius/issues/2268
* Switching to Raggi's hoe-gemspec2 for gemspec generation.