[ANN] diff-lcs 1.2.5 Released

diff-lcs version 1.2.5 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.5 / 2013-11-08

* Bugs fixed:
  * Comparing arrays flattened them too far, especially with Diff::LCS.sdiff.
    https://github.com/halostatue/diff-lcs/pull/23