head	1.1;
access;
symbols
	pkgsrc-2026Q1:1.1.0.24
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.22
	pkgsrc-2025Q4-base:1.1
	pkgsrc-2025Q3:1.1.0.20
	pkgsrc-2025Q3-base:1.1
	pkgsrc-2025Q2:1.1.0.18
	pkgsrc-2025Q2-base:1.1
	pkgsrc-2025Q1:1.1.0.16
	pkgsrc-2025Q1-base:1.1
	pkgsrc-2024Q4:1.1.0.14
	pkgsrc-2024Q4-base:1.1
	pkgsrc-2024Q3:1.1.0.12
	pkgsrc-2024Q3-base:1.1
	pkgsrc-2024Q2:1.1.0.10
	pkgsrc-2024Q2-base:1.1
	pkgsrc-2024Q1:1.1.0.8
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.6
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.4
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.2
	pkgsrc-2023Q2-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2023.04.30.13.36.20;	author taca;	state Exp;
branches;
next	;
commitid	y0u3KiTc2X12s8nE;


desc
@@


1.1
log
@textproc/ruby-differ: add version 0.1.2

This is required by new version of textproc/ruby-kramdown-rfc2629.


Differ

Differ is a flexible, pure-Ruby diff library, suitable for use in both
command line scripts and web applications.  The flexibility comes from the
fact that diffs can be built at completely arbitrary levels of granularity
(some common ones are built-in), and can be output in a variety of formats.
@
text
@# $NetBSD$

DISTNAME=	differ-0.1.2
CATEGORIES=	textproc

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/pvande/differ
COMMENT=	Simple gem for generating string diffs
#LICENSE=

USE_LANGUAGES=	# none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
@
