added VERSION constant, otherwise rake was picking it up from Ruby's version.
This commit is contained in:
parent
63ecf9c065
commit
bae0b92211
|
@ -236,6 +236,9 @@ module Net
|
|||
|
||||
class LdapError < Exception; end
|
||||
|
||||
VERSION = "0.0.1"
|
||||
|
||||
|
||||
SearchScope_BaseObject = 0
|
||||
SearchScope_SingleLevel = 1
|
||||
SearchScope_WholeSubtree = 2
|
||||
|
|
Loading…
Reference in a new issue