ruby-ldap3 0.10.3 → 0.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/NOTES +4 -0
- data/rbldap.h +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dfab3dd68d24407fe192ef81c6ebe0124a3792500f9bb39e8dcf7ff000d2af01
|
4
|
+
data.tar.gz: 50d447f19070a4f534e4ddbb91f51937d162b69b5c07f81583f14ef8e320f6be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d371b29d079658c2992a5cb32d4fafc3951f263955e57bad42c71af7db010e022c774fa1056418663cba01b73dde50a522905eaf4fda990205c19f6b13de63fe
|
7
|
+
data.tar.gz: 87fe1c675c09658e737c631ea25c408b77e6736cf85232fcafea8e43f87a837c5fec7734bda0867ce7735c5692bdc68a972db17450aa109311ed02dc08de9835
|
data/NOTES
CHANGED
data/rbldap.h
CHANGED
@@ -25,10 +25,10 @@
|
|
25
25
|
# define LDAP_OPT_ERROR (-1)
|
26
26
|
#endif
|
27
27
|
|
28
|
-
#define RB_LDAP_MAJOR_VERSION 0
|
29
|
-
#define RB_LDAP_MINOR_VERSION
|
30
|
-
#define RB_LDAP_PATCH_VERSION
|
31
|
-
#define RB_LDAP_VERSION "0.10.
|
28
|
+
#define RB_LDAP_MAJOR_VERSION 0 /* Must agree with RB_LDAP_VERSION below */
|
29
|
+
#define RB_LDAP_MINOR_VERSION 10 /* Must agree with RB_LDAP_VERSION below */
|
30
|
+
#define RB_LDAP_PATCH_VERSION 4 /* Must agree with RB_LDAP_VERSION below */
|
31
|
+
#define RB_LDAP_VERSION "0.10.4" /* This must agree with the numeric version parts above */
|
32
32
|
|
33
33
|
#define LDAP_GET_OPT_MAX_BUFFER_SIZE (1024) /* >= sizeof(LDAPAPIInfo) */
|
34
34
|
|