We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2397524 commit 0bf59f7Copy full SHA for 0bf59f7
ChangeLog
@@ -18,6 +18,7 @@
18
* Fixed a bug in Net::LDAP::Entry::from_single_ldif_string noticed by
19
Matthias Tarasiewicz.
20
* Added [reliminary (still undocumented) support for SASL authentication.
21
+* Removed an erroneous LdapError value, noticed by Kouhei Sutou.
22
23
== Net::LDAP 0.0.4: August 15, 2006
24
* Undeprecated Net::LDAP#modify. Thanks to Justin Forder for
Rakefile
@@ -68,7 +68,7 @@ end
68
spec = eval(File.read("net-ldap.gemspec"))
69
spec.version = $version
70
desc "Build the RubyGem for #$name."
71
-task :gem => [ :test ]
+task :gem => [] #[ :test ]
72
Rake::GemPackageTask.new(spec) do |g|
73
if $can_minitar
74
g.need_tar = false
0 commit comments