Skip to content

Commit

Permalink
textproc/ruby-diff-lcs: update to 1.5.1
Browse files Browse the repository at this point in the history
1.5.1 (2024-01-31)

* Peter Goldstein updated CI configuration to add Ruby 3.1 and Masato
  Nakamura added Ruby 3.2 and 3.3. #82, #89
* Updated the CI configuration, resolving #82 to add Ruby 3.1. Masato
* Switched to standard ruby formatting.
* Justin Steele converted the licence file to Markdown. #84
* Updated the gem SPDX identifier for GPL 2.0 or later, resolving #86 by Vit
  Ondruch.
* Resolve a potential security issue with ldiff in its use of IO.read
  instead of File.read. #91
* Added MFA authentication requirement for release to RubyGems. #90
* Added dependabot management for actions and gems. #90
* Updated CodeQL coniguration. #90
  • Loading branch information
taca committed Feb 3, 2024
1 parent 03db2e6 commit 0b9cdea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions textproc/ruby-diff-lcs/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.24 2022/04/29 06:41:31 taca Exp $
# $NetBSD: Makefile,v 1.25 2024/02/03 16:38:19 taca Exp $

DISTNAME= diff-lcs-1.5.0
DISTNAME= diff-lcs-1.5.1
CATEGORIES= textproc

MAINTAINER= [email protected]
Expand Down
8 changes: 4 additions & 4 deletions textproc/ruby-diff-lcs/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.11 2022/04/29 06:41:31 taca Exp $
$NetBSD: distinfo,v 1.12 2024/02/03 16:38:19 taca Exp $

BLAKE2s (diff-lcs-1.5.0.gem) = 6d3026d16c5aaab6a5efc25ecb8bd6982c01b8d14ff853f676f020bf7b7f3f43
SHA512 (diff-lcs-1.5.0.gem) = 5cef9dc1d143217cc402173e2b84ffdcbb8d5a4d05716bdbca732ac00d73591e4cab2f7e792382a3686d8e72fdc32269fd7100941d602ca6d683e7645229ef8d
Size (diff-lcs-1.5.0.gem) = 52736 bytes
BLAKE2s (diff-lcs-1.5.1.gem) = 13dc661bbfb0acd2d0e8ad87b329529526725a793f47b1b9b163bc6cddb2ee15
SHA512 (diff-lcs-1.5.1.gem) = ad0357a047b57bb0314b158f92e83485cec9fe6a3dfeb16117d57cf746ee38545f652397093448862ff36d13945bda3b26bb22b5d0d91643b16ae11548ef463b
Size (diff-lcs-1.5.1.gem) = 53248 bytes

0 comments on commit 0b9cdea

Please sign in to comment.