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:           Sun Sep 23 14:42:41 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-i18n/Makefile \
    pkgsrc/devel/ruby-i18n/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-i18n/PLIST

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.14 pkgsrc/devel/ruby-i18n/Makefile:1.15
--- pkgsrc/devel/ruby-i18n/Makefile:1.14        Tue Mar 13 17:02:29 2018
+++ pkgsrc/devel/ruby-i18n/Makefile     Sun Sep 23 14:42:41 2018
@@ -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
Index: pkgsrc/devel/ruby-i18n/distinfo
diff -u pkgsrc/devel/ruby-i18n/distinfo:1.14 pkgsrc/devel/ruby-i18n/distinfo:1.15
--- pkgsrc/devel/ruby-i18n/distinfo:1.14        Tue Mar 13 17:02:29 2018
+++ pkgsrc/devel/ruby-i18n/distinfo     Sun Sep 23 14:42:41 2018
@@ -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

Index: pkgsrc/devel/ruby-i18n/PLIST
diff -u pkgsrc/devel/ruby-i18n/PLIST:1.10 pkgsrc/devel/ruby-i18n/PLIST:1.11
--- pkgsrc/devel/ruby-i18n/PLIST:1.10   Tue Mar 13 17:02:29 2018
+++ pkgsrc/devel/ruby-i18n/PLIST        Sun Sep 23 14:42:41 2018
@@ -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/locale/tag/simple_tes
 ${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



Home | Main Index | Thread Index | Old Index