File:  [cvs.NetBSD.org] / pkgsrc / devel / ruby-i18n / Makefile
Revision 1.28: download - view: text, annotated - select for diffs
Thu Apr 27 14:00:15 2023 UTC (22 months, 3 weeks ago) by taca
Branches: MAIN
CVS tags: HEAD
devel/ruby-i18n: update to 1.13.0

1.11.0 (2022-07-10)

What's Changed

* Consistently return array from bulk lookup, even if translation(s) missing
  by @sambostock in #628
* Fix typos by @movermeyer in #631
* Add support for CLDR data in I18n::Backend::Pluralization by @movermeyer
  in #630

New Contributors

* @sambostock made their first contribution in #628

1.12.0 (2022-07-13)

What's Changed

* Revert "Add support for CLDR data in I18n::Backend::Pluralization" by
  @radar in #633 -- this was causing breaking changes unintentionally.

1.13.0 (2023-04-26)

What's Changed

* Fix symbol resolving with pluralization by @movermeyer in #636
* Updating DEFAULT_APPROXIMATIONS with capitalised German Eszett character
  for consistency by @lucapericlp in #627
* Fix load_path example in README.md by @nickcampbell18 in #642
* Add support for meridian indicators on Date objects by @movermeyer in #640
* Make translations loading thread-safe by @mensfeld in #644
* Get closer to full CLDR pluralization support by @movermeyer in #634
* Allow passing scope argument to exists? by @misdoro in #647
* Revert #503 changes for Backend::Base by @movermeyer in #637
* Properly stub constants by @fatkodima in #650
* Optimize I18n.t by @fatkodima in #651
* Return same string object when no interpolations were made by @fatkodima
  in #649

New Contributors

* @lucapericlp made their first contribution in #627
* @nickcampbell18 made their first contribution in #642
* @mensfeld made their first contribution in #644
* @misdoro made their first contribution in #647

# $NetBSD: Makefile,v 1.28 2023/04/27 14:00:15 taca Exp $

DISTNAME=	i18n-1.13.0
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>