From a42c7aa442518cdbd3f10c230b3e50943c836238 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 26 Nov 2017 20:12:09 +0000 Subject: ruby/rubygem-diff-lcs: Added (Generate diffs for Ruby sequences). Signed-off-by: David Spencer --- ruby/rubygem-diff-lcs/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ruby/rubygem-diff-lcs/README (limited to 'ruby/rubygem-diff-lcs/README') diff --git a/ruby/rubygem-diff-lcs/README b/ruby/rubygem-diff-lcs/README new file mode 100644 index 0000000000..37422f7619 --- /dev/null +++ b/ruby/rubygem-diff-lcs/README @@ -0,0 +1,3 @@ +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. -- cgit v1.2.3