lib/net/ldap.rb in net-ldap-0.3.0 vs lib/net/ldap.rb in net-ldap-0.3.1

- old
+ new

@@ -239,10 +239,10 @@ # operation (typically binding first) and then disconnect from the server. # The exception is Net::LDAP#open, which makes a connection to the server # and then keeps it open while it executes a user-supplied block. # Net::LDAP#open closes the connection on completion of the block. class Net::LDAP - VERSION = "0.3.0" + VERSION = "0.3.1" class LdapError < StandardError; end SearchScope_BaseObject = 0 SearchScope_SingleLevel = 1