removed an extraneous LdapError value, noticed by Kouhei Sutou.
This commit is contained in:
parent
239752408d
commit
0bf59f7897
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
2
Rakefile
2
Rakefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue