Skip to content

Commit 3bab047

Browse files
author
taca
committed
textproc/ruby-diff-lcs: update to 1.6.0
1.6.0 (2025-02-13) * Baptiste Courtois (@Annih) has done significant work on making bin/ldiff work better, contributing a number of issues and pull requests. These include: - Separation of command parsing from diff-generation in Diff::LCS::Ldiff code extraction making it easier to use separately from the bin/ldiff command in #103. This partially resolves #46. - Improvement of binary and empty file detection and tests in #104 and #105. This resolves issues #100, #102. - Various ldiff fixes for output #101 resolves issues #106 (ldiff ed scripts are inverted), #107 (ldiff hunk ranges are incorrect; regression or incorrect fix for #60), and #95. * Patrick Linnane fixed various minor typos. #93 * Mark Young added a Changelog link to the RubyGems metadata. #92 This has been modified to incorporate it into the README. * Updated the documentation on Diff::LCS#lcs to be clearer about the requirements for object equality comparison. This resolves #70. * Governance: Changes described here are effective 2024-12-31. - Update gem management details to use markdown files for everything, enabled in part by flavorjones/hoe-markdown. Several files were renamed to be more consistent with standard practices. - Updated security notes with an age public key rather than pointing to Keybase.io and a PGP public key which I no longer use. The use of the Tidelift security contact is recommended over direct disclosure.
1 parent 96d1115 commit 3bab047

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

textproc/ruby-diff-lcs/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.25 2024/02/03 16:38:19 taca Exp $
1+
# $NetBSD: Makefile,v 1.26 2025/02/23 14:50:10 taca Exp $
22

3-
DISTNAME= diff-lcs-1.5.1
3+
DISTNAME= diff-lcs-1.6.0
44
CATEGORIES= textproc
55

66
MAINTAINER= [email protected]

textproc/ruby-diff-lcs/PLIST

+8-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
@comment $NetBSD: PLIST,v 1.9 2022/04/29 06:41:31 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.10 2025/02/23 14:50:10 taca Exp $
22
bin/htmldiff${RUBY_SUFFIX}
33
bin/ldiff${RUBY_SUFFIX}
44
${GEM_HOME}/cache/${GEM_NAME}.gem
55
${GEM_LIBDIR}/.rspec
6-
${GEM_LIBDIR}/Code-of-Conduct.md
6+
${GEM_LIBDIR}/CHANGELOG.md
7+
${GEM_LIBDIR}/CODE_OF_CONDUCT.md
8+
${GEM_LIBDIR}/CONTRIBUTING.md
9+
${GEM_LIBDIR}/CONTRIBUTORS.md
710
${GEM_LIBDIR}/Contributing.md
8-
${GEM_LIBDIR}/History.md
9-
${GEM_LIBDIR}/License.md
11+
${GEM_LIBDIR}/LICENCE.md
1012
${GEM_LIBDIR}/Manifest.txt
11-
${GEM_LIBDIR}/README.rdoc
13+
${GEM_LIBDIR}/README.md
1214
${GEM_LIBDIR}/Rakefile
15+
${GEM_LIBDIR}/SECURITY.md
1316
${GEM_LIBDIR}/bin/htmldiff
1417
${GEM_LIBDIR}/bin/ldiff
1518
${GEM_LIBDIR}/docs/COPYING.txt

textproc/ruby-diff-lcs/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.12 2024/02/03 16:38:19 taca Exp $
1+
$NetBSD: distinfo,v 1.13 2025/02/23 14:50:10 taca Exp $
22

3-
BLAKE2s (diff-lcs-1.5.1.gem) = 13dc661bbfb0acd2d0e8ad87b329529526725a793f47b1b9b163bc6cddb2ee15
4-
SHA512 (diff-lcs-1.5.1.gem) = ad0357a047b57bb0314b158f92e83485cec9fe6a3dfeb16117d57cf746ee38545f652397093448862ff36d13945bda3b26bb22b5d0d91643b16ae11548ef463b
5-
Size (diff-lcs-1.5.1.gem) = 53248 bytes
3+
BLAKE2s (diff-lcs-1.6.0.gem) = e22dd62a9648a0657f8a156254739e5a9d3b205dacdd924845585081d4f085db
4+
SHA512 (diff-lcs-1.6.0.gem) = f87928a34c65bb99cbf88e934b0d6e6094ef7a8f37b1cf08c5f3d709389f5041b71f47995396ede1adf44a58147ac9beb8aad887dd8e5c56773192afff11d527
5+
Size (diff-lcs-1.6.0.gem) = 56832 bytes

0 commit comments

Comments
 (0)