pkgsrc/devel/ruby-i18n/Makefile
taca 6a6223b6c0 devel/ruby-i18n: update to 1.8.2
Update ruby-i18n to 1.8.2.

1.8.2 (2020-01-13)

* Restoration of #499 via #509 - deep_merge! & deep_merge methods appear
  again in the Hash refinement.
* An issue was introduced in v1.7.0 where some translations were returned as
  hashes, see #510. This was fixed in 1b5e345, and is available in this
  release.

1.8.1 (2020-01-13)

* Reverted #499 in #508 due to #507 - missing deep_merge method.

1.8.0 (2020-01-13)

* Use Rails' implementation of deep_merge when chaining fallback backends -
  #499.

1.7.1 (2020-01-13)

* I18n is now tested with GitHub Actions, instead of Travis CI.
* Fixed issue introduced in v1.7.0 (04a814b) where count option was not
  preserved - #503
* #501 adds a comment that explains that you will need to double-splat
   keyword arguments given to I18n.t to avoid warnings in Ruby 2.7.
2020-02-05 14:55:14 +00:00

16 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.18 2020/02/05 14:55:14 taca Exp $
DISTNAME= i18n-1.8.2
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"