diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-11-26 20:12:09 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-12-02 06:30:57 +0700 |
commit | a42c7aa442518cdbd3f10c230b3e50943c836238 (patch) | |
tree | fe8abf8ff17d481aa30fe22c6d45aba7ac86afe8 /ruby/rubygem-diff-lcs/README | |
parent | 8b2393af150630abf9134ffe94b6effd7af867fe (diff) |
ruby/rubygem-diff-lcs: Added (Generate diffs for Ruby sequences).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'ruby/rubygem-diff-lcs/README')
-rw-r--r-- | ruby/rubygem-diff-lcs/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ruby/rubygem-diff-lcs/README b/ruby/rubygem-diff-lcs/README new file mode 100644 index 0000000000000..37422f7619620 --- /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. |