Skip to content

Commit 0bf59f7

Browse files
author
blackhedd
committed
removed an extraneous LdapError value, noticed by Kouhei Sutou.
1 parent 2397524 commit 0bf59f7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
* Fixed a bug in Net::LDAP::Entry::from_single_ldif_string noticed by
1919
Matthias Tarasiewicz.
2020
* Added [reliminary (still undocumented) support for SASL authentication.
21+
* Removed an erroneous LdapError value, noticed by Kouhei Sutou.
2122

2223
== Net::LDAP 0.0.4: August 15, 2006
2324
* Undeprecated Net::LDAP#modify. Thanks to Justin Forder for

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ end
6868
spec = eval(File.read("net-ldap.gemspec"))
6969
spec.version = $version
7070
desc "Build the RubyGem for #$name."
71-
task :gem => [ :test ]
71+
task :gem => [] #[ :test ]
7272
Rake::GemPackageTask.new(spec) do |g|
7373
if $can_minitar
7474
g.need_tar = false

0 commit comments

Comments
 (0)