6b5548ffd2
$ 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...
8 lines
140 B
Ruby
8 lines
140 B
Ruby
# Add 'lib' to load path.
|
|
$LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib"
|
|
|
|
require 'rubygems'
|
|
require 'test/unit'
|
|
|
|
require 'net/ldap'
|