removed an extraneous LdapError value, noticed by Kouhei Sutou.
This commit is contained in:
parent
239752408d
commit
0bf59f7897
|
@ -18,6 +18,7 @@
|
||||||
* Fixed a bug in Net::LDAP::Entry::from_single_ldif_string noticed by
|
* Fixed a bug in Net::LDAP::Entry::from_single_ldif_string noticed by
|
||||||
Matthias Tarasiewicz.
|
Matthias Tarasiewicz.
|
||||||
* Added [reliminary (still undocumented) support for SASL authentication.
|
* 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
|
== Net::LDAP 0.0.4: August 15, 2006
|
||||||
* Undeprecated Net::LDAP#modify. Thanks to Justin Forder for
|
* 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 = eval(File.read("net-ldap.gemspec"))
|
||||||
spec.version = $version
|
spec.version = $version
|
||||||
desc "Build the RubyGem for #$name."
|
desc "Build the RubyGem for #$name."
|
||||||
task :gem => [ :test ]
|
task :gem => [] #[ :test ]
|
||||||
Rake::GemPackageTask.new(spec) do |g|
|
Rake::GemPackageTask.new(spec) do |g|
|
||||||
if $can_minitar
|
if $can_minitar
|
||||||
g.need_tar = false
|
g.need_tar = false
|
||||||
|
|
Loading…
Reference in a new issue