File:  [cvs.NetBSD.org] / pkgsrc / devel / ruby-i18n / Makefile
Revision 1.32: download - view: text, annotated - select for diffs
Wed Sep 18 15:15:08 2024 UTC (5 months, 4 weeks ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
devel/ruby-i18n: update to 1.14.6

1.14.6 (2024-09-15)

Ruby < 3.2 support will be dropped April 2025.  Upgrade now to continue
using i18n after that date.

* fix issues with RDoc generation by @davetron5000 in #698
* Fix loading of .rb locale files when load_path is not a string by
  @stevegeek in #701
* Fixes strings being interpolated multiple times by @alexpls in #699
* Optimize pluralization logic in test data by @zachmargolis in #697
* [FIX] Raise ArgumentError on nil key in exists? by @KinWang-2013 in #696

New Contributors

* @davetron5000 made their first contribution in #698
* @stevegeek made their first contribution in #701
* @alexpls made their first contribution in #699
* @zachmargolis made their first contribution in #697
* @KinWang-2013 made their first contribution in #696

# $NetBSD: Makefile,v 1.32 2024/09/18 15:15:08 taca Exp $

DISTNAME=	i18n-1.14.6
CATEGORIES=	devel

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://github.com/svenfuchs/i18n
COMMENT=	New wave Internationalization support for Ruby
LICENSE=	mit

DEPENDS+=	${RUBY_PKGPREFIX}-concurrent-ruby>=1.0<2:../../devel/ruby-concurrent-ruby

USE_LANGUAGES=	# none

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

CVSweb <webmaster@jp.NetBSD.org>