This commit is all about moving toward 'Hoe' as the project helper.
$ gem install hoe To get there the following has been done: * Adhere to hoe naming conventions. * Migrate and update tests. * Consolidate and update documentation. * Prepare History.txt for release. * And I probably forgot something...
This commit is contained in:
parent
e6cccef627
commit
6b5548ffd2
20 changed files with 719 additions and 442 deletions
|
@ -263,7 +263,7 @@ module Net
|
|||
|
||||
class LdapError < StandardError; end
|
||||
|
||||
VERSION = "0.1.0"
|
||||
VERSION = "0.0.5"
|
||||
|
||||
|
||||
SearchScope_BaseObject = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue