forked from jsonn/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
== 1.2.11.7 / 2013-06-24 - Various encoding fixes to make tests pass on current rubies. - Fix RangesIO#write behaviour when passed an encoded string (github #14, romuloceccon). - Fix Dirent#each_child attempting iteration on file children (github #13). - Unused variable fixes to avoid warnings (github #12, kachick).
- Loading branch information
obache
committed
Jul 4, 2013
1 parent
ad93e33
commit 4c2bfa8
Showing
2 changed files
with
6 additions
and
6 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
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,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.6 2013/01/05 05:11:50 obache Exp $ | ||
$NetBSD: distinfo,v 1.7 2013/07/04 12:09:18 obache Exp $ | ||
|
||
SHA1 (ruby-ole-1.2.11.6.gem) = abdbd838a247dfd313d4f6e1b1175c0a92ba6578 | ||
RMD160 (ruby-ole-1.2.11.6.gem) = 42529f62219684979aaa6f845279222748e41098 | ||
Size (ruby-ole-1.2.11.6.gem) = 56320 bytes | ||
SHA1 (ruby-ole-1.2.11.7.gem) = cf885cf21bfd32da6b7665f20543c3af9f2574e1 | ||
RMD160 (ruby-ole-1.2.11.7.gem) = 46f1018d5c4347269b9a9d38c8d10ed604e48fe1 | ||
Size (ruby-ole-1.2.11.7.gem) = 56832 bytes |