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
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…
Add table
Add a link
Reference in a new issue