forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.8.4 2017/05/31 * Revert "Don't allow nil to be submitted as a key to i18n.translate()" 0.8.3 2017/5/30 * I18n::Gettext#plural_keys will now return a hash from Gettext if no arguments are provided - #122 * Fixed a bug where passing false to translate would not translate that value - #367 0.8.2 2017/5/30 * Do not allow nil to be passed to translate - #236
- Loading branch information
taca
committed
Jun 4, 2017
1 parent
f7c3f6d
commit 16d3efb
Showing
3 changed files
with
15 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.11 2017/03/13 16:32:33 taca Exp $ | ||
# $NetBSD: Makefile,v 1.12 2017/06/04 15:52:15 taca Exp $ | ||
|
||
DISTNAME= i18n-0.8.1 | ||
DISTNAME= i18n-0.8.4 | ||
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.11 2017/03/13 16:32:33 taca Exp $ | ||
$NetBSD: distinfo,v 1.12 2017/06/04 15:52:15 taca Exp $ | ||
|
||
SHA1 (i18n-0.8.1.gem) = ee9a185ce67f6ea2bf96749553f92215d83579ab | ||
RMD160 (i18n-0.8.1.gem) = c0adaafa18cf38786b5dbdee35a2705581d4dc87 | ||
SHA512 (i18n-0.8.1.gem) = 7b054eedd042a7a56c118412f627b29e69cc87db72b810c593d64347c7e4e713b2f428cfb4135a1b1330c4909abe6df46f3386e735be53f99d88de5ce11989fb | ||
Size (i18n-0.8.1.gem) = 59392 bytes | ||
SHA1 (i18n-0.8.4.gem) = 0b2d813a9fd58ca5bff96e139463068a98ca160b | ||
RMD160 (i18n-0.8.4.gem) = 850f44748292656d1ab6c96c0690b0e05cc1192c | ||
SHA512 (i18n-0.8.4.gem) = 43b634d3d408351c9160c2621a3f1819060b33becf132a8c378d33c3ead72defca52d26d7d3c238801941fa3845d019bff76c62f95928900d5c3b04c9c362d8e | ||
Size (i18n-0.8.4.gem) = 60416 bytes |