removed an extraneous LdapError value, noticed by Kouhei Sutou.

master
blackhedd 2006-10-27 00:10:26 +00:00
parent 239752408d
commit 0bf59f7897
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@
* Fixed a bug in Net::LDAP::Entry::from_single_ldif_string noticed by
Matthias Tarasiewicz.
* Added [reliminary (still undocumented) support for SASL authentication.
* Removed an erroneous LdapError value, noticed by Kouhei Sutou.
== Net::LDAP 0.0.4: August 15, 2006
* Undeprecated Net::LDAP#modify. Thanks to Justin Forder for

View File

@ -68,7 +68,7 @@ end
spec = eval(File.read("net-ldap.gemspec"))
spec.version = $version
desc "Build the RubyGem for #$name."
task :gem => [ :test ]
task :gem => [] #[ :test ]
Rake::GemPackageTask.new(spec) do |g|
if $can_minitar
g.need_tar = false