forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
taca
committed
Sep 23, 2018
1 parent
e457140
commit 2b498c0
Showing
3 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |