- Removed a few includes that would produce a warning
The warning would be displayed each time the rakefile was run. These things get me.
This commit is contained in:
parent
202c87df4a
commit
015a300e1d
1 changed files with 0 additions and 4 deletions
4
Rakefile
4
Rakefile
|
@ -1,14 +1,10 @@
|
|||
require "rubygems"
|
||||
require 'hanna/rdoctask'
|
||||
require 'hoe'
|
||||
|
||||
$LOAD_PATH.unshift('lib')
|
||||
|
||||
require 'net/ldap'
|
||||
|
||||
require "rake/gempackagetask"
|
||||
require "rake/rdoctask"
|
||||
|
||||
PKG_NAME = 'net-ldap'
|
||||
PKG_VERSION = Net::LDAP::VERSION
|
||||
PKG_DIST = "#{PKG_NAME}-#{PKG_VERSION}"
|
||||
|
|
Loading…
Reference in a new issue