Update ruby-net-ldap to 0.3.1.
=== Net::LDAP 0.3.1 / 2012-02-15 * Bug Fixes: * Bundler should now work again === Net::LDAP 0.3.0 / 2012-02-14 * Major changes: * Now uses UTF-8 strings instead of ASCII-8 per the LDAP RFC Major Enhancements: * Adding continuation reference processing * Bug Fixes: * Fixes usupported object type #139 * Fixes Net::LDAP namespace errors * Return nil instead of an empty array if the search fails
This commit is contained in:
parent
05ed21a934
commit
12d5f65a81
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2011/06/19 14:07:17 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2012/03/17 16:57:17 taca Exp $
|
||||
|
||||
DISTNAME= net-ldap-0.2.2
|
||||
DISTNAME= net-ldap-0.3.1
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2011/06/19 14:07:17 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2012/03/17 16:57:17 taca Exp $
|
||||
|
||||
SHA1 (net-ldap-0.2.2.gem) = 6bdb7687171b1f6a2e1ee9a56a2c74826bb0b412
|
||||
RMD160 (net-ldap-0.2.2.gem) = 1316b4212aa546f5466bd4fde67d2dde9a8daf9f
|
||||
Size (net-ldap-0.2.2.gem) = 66048 bytes
|
||||
SHA1 (net-ldap-0.3.1.gem) = 9e9330d7403d0a199d939c875645189f70f46703
|
||||
RMD160 (net-ldap-0.3.1.gem) = fe67f50dbc7c01abe39843a84ab0aeafebeb5455
|
||||
Size (net-ldap-0.3.1.gem) = 66048 bytes
|
||||
|
|
Loading…
Reference in a new issue