pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-i18n devel/ruby-i18n: update to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9300006b076f
branches:  trunk
changeset: 385443:9300006b076f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Sep 23 14:42:41 2018 +0000

description:
devel/ruby-i18n: update to 1.1.0

1.1.0   -- 2018/08/07

* Simplified default exception handler - #414
* Fallbacks now exclude default locale - #415, possibly fixes #413 + #338
* Fixed deprecated use of assert_nothing_raised #417
* Fixed pluralization behavior for KeyValue backend with subtrees disabled -
  #419
* Allow yaml file extension - #421


1.0.1   -- 2018/04/18

* Removed creation of some anonymous objects in I18n - #393
* Added missing key exception_handler to reserved keys - #412

Thanks to @stereobooster and @tjoyal.

diffstat:

 devel/ruby-i18n/Makefile |   4 ++--
 devel/ruby-i18n/PLIST    |   3 ++-
 devel/ruby-i18n/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r c77ec77aa8d0 -r 9300006b076f devel/ruby-i18n/Makefile
--- a/devel/ruby-i18n/Makefile  Sun Sep 23 14:40:27 2018 +0000
+++ b/devel/ruby-i18n/Makefile  Sun Sep 23 14:42:41 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2018/03/13 17:02:29 taca Exp $
+# $NetBSD: Makefile,v 1.15 2018/09/23 14:42:41 taca Exp $
 
-DISTNAME=      i18n-1.0.0
+DISTNAME=      i18n-1.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r c77ec77aa8d0 -r 9300006b076f devel/ruby-i18n/PLIST
--- a/devel/ruby-i18n/PLIST     Sun Sep 23 14:40:27 2018 +0000
+++ b/devel/ruby-i18n/PLIST     Sun Sep 23 14:42:41 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2018/03/13 17:02:29 taca Exp $
+@comment $NetBSD: PLIST,v 1.11 2018/09/23 14:42:41 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/MIT-LICENSE
 ${GEM_LIBDIR}/README.md
@@ -91,6 +91,7 @@
 ${GEM_LIBDIR}/test/run_all.rb
 ${GEM_LIBDIR}/test/test_data/locales/de.po
 ${GEM_LIBDIR}/test/test_data/locales/en.rb
+${GEM_LIBDIR}/test/test_data/locales/en.yaml
 ${GEM_LIBDIR}/test/test_data/locales/en.yml
 ${GEM_LIBDIR}/test/test_data/locales/invalid/empty.yml
 ${GEM_LIBDIR}/test/test_data/locales/invalid/syntax.yml
diff -r c77ec77aa8d0 -r 9300006b076f devel/ruby-i18n/distinfo
--- a/devel/ruby-i18n/distinfo  Sun Sep 23 14:40:27 2018 +0000
+++ b/devel/ruby-i18n/distinfo  Sun Sep 23 14:42:41 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2018/03/13 17:02:29 taca Exp $
+$NetBSD: distinfo,v 1.15 2018/09/23 14:42:41 taca Exp $
 
-SHA1 (i18n-1.0.0.gem) = dfeadb32ced73561d16f09eaa0dfc58677c4e2cd
-RMD160 (i18n-1.0.0.gem) = e637d58c517491545d463a8fb8d243e1da05088b
-SHA512 (i18n-1.0.0.gem) = 627720c14413886e0932e962147cac453339a4532301d51931d75413909640487872c478fca3920e71e041c9b375facb4a85dd41dc75111e77c3505275757bcf
-Size (i18n-1.0.0.gem) = 61952 bytes
+SHA1 (i18n-1.1.0.gem) = 08ca48afa071976614d32e2b17447ff2e5f79e03
+RMD160 (i18n-1.1.0.gem) = 798115dd05df1b3fbf209af99310ee685fd50391
+SHA512 (i18n-1.1.0.gem) = f406c79fa15ec20a71cf413ea06f9eac1fac5063549d907a8610bd40e878310825d0f3d7a2077a4d2c91b51f6afc988fe22313e7662b3d439819085e0a769efe
+Size (i18n-1.1.0.gem) = 61952 bytes



Home | Main Index | Thread Index | Old Index