Source: ruby-diff-lcs
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders:  <>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.6.1~)
Standards-Version: 3.9.4
#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-diff-lcs.git
#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-diff-lcs.git;a=summary
Homepage: http://diff-lcs.rubyforge.org/
XS-Ruby-Versions: all

Package: ruby-diff-lcs
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
# rubyforge (>= 2.0.4, development), rdoc (~> 4.0, development), hoe-bundler (~> 1.2, development), hoe-doofus (~> 1.0, development), hoe-gemspec2 (~> 1.1, development), hoe-git (~> 1.5, development), hoe-rubygems (~> 1.0, development), hoe-travis (~> 1.2, development), rake (~> 10.0, development), rspec (~> 2.0, development), hoe (~> 3.7, development)
Description: Diff::LCS computes the difference between two Enumerable sequences using the McIlroy-Hunt longest common subsequence (LCS) algorithm
 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.
