File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1- === Net::LDAP 0.1.0 / 2010-03-08
1+ === Net::LDAP 0.1.1 / 2010-03-18
2+ * Fixing a critical problem with sockets.
3+
4+ === Net::LDAP 0.1.0 / 2010-03-17
25* Small fixes throughout, more to come.
36* Ruby 1.9 support added.
47* Ruby 1.8.6 and below support removed. If we can figure out a compatible way
Original file line number Diff line number Diff line change @@ -233,9 +233,9 @@ module Net
233233 # to the server and then keeps it open while it executes a user-supplied block. Net::LDAP#open
234234 # closes the connection on completion of the block.
235235 class LDAP
236- class LdapError < StandardError ; end
236+ VERSION = "0.1.1"
237237
238- VERSION = "0.1.0"
238+ class LdapError < StandardError ; end
239239
240240 SearchScope_BaseObject = 0
241241 SearchScope_SingleLevel = 1
You can’t perform that action at this time.
0 commit comments