pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-i18n



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb  5 14:55:14 UTC 2020

Modified Files:
        pkgsrc/devel/ruby-i18n: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/ruby-i18n/Makefile \
    pkgsrc/devel/ruby-i18n/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-i18n/Makefile
diff -u pkgsrc/devel/ruby-i18n/Makefile:1.17 pkgsrc/devel/ruby-i18n/Makefile:1.18
--- pkgsrc/devel/ruby-i18n/Makefile:1.17        Wed Oct 30 15:03:23 2019
+++ pkgsrc/devel/ruby-i18n/Makefile     Wed Feb  5 14:55:14 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2019/10/30 15:03:23 taca Exp $
+# $NetBSD: Makefile,v 1.18 2020/02/05 14:55:14 taca Exp $
 
-DISTNAME=      i18n-1.7.0
+DISTNAME=      i18n-1.8.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.17 pkgsrc/devel/ruby-i18n/distinfo:1.18
--- pkgsrc/devel/ruby-i18n/distinfo:1.17        Wed Oct 30 15:03:23 2019
+++ pkgsrc/devel/ruby-i18n/distinfo     Wed Feb  5 14:55:14 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2019/10/30 15:03:23 taca Exp $
+$NetBSD: distinfo,v 1.18 2020/02/05 14:55:14 taca Exp $
 
-SHA1 (i18n-1.7.0.gem) = eeb932a9d8acee87933484ec97c292695fa2b040
-RMD160 (i18n-1.7.0.gem) = 18b5e9be296af9dd3505d2bf1c77521026d950f9
-SHA512 (i18n-1.7.0.gem) = 20cb18797a76479eb289812daf4ba593d1a4dfcb8ca645e5d779a39f5c4eda57ca994606b8e7527006898e7d5af6de7b66f34c9f02ecfff6efad5620c1993c3c
-Size (i18n-1.7.0.gem) = 41984 bytes
+SHA1 (i18n-1.8.2.gem) = 2a910a7321a57472a1656803d3795fcaf3c51ac5
+RMD160 (i18n-1.8.2.gem) = 42081336a26aeb196a4fb10a7b62354ebcf05de6
+SHA512 (i18n-1.8.2.gem) = 0da4547d219e33b030a92295c3ee0604b0e6e853c032e68c91116d9ab0fd16d54e27117dfe9612870bdfd265d9e40db2991dc2037c72b72e6a3b5e1a8fe56dc0
+Size (i18n-1.8.2.gem) = 42496 bytes



Home | Main Index | Thread Index | Old Index