ruby-activeldap 0.5.2 → 0.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,7 +78,7 @@ module ActiveLDAP
78
78
  def #{association_id}(objects = true)
79
79
  local_key = "#{local_key}"
80
80
  local_key = dnattr() if local_key.empty?
81
- return #{klass}.find_all(:attribute => "#{key}", :value => attribute_method(local_key), :objects => objects)
81
+ return #{klass}.find_all(:attribute => "#{key}", :value => send(local_key.to_sym), :objects => objects)
82
82
  end
83
83
  end_eval
84
84
  end
data/lib/activeldap.rb CHANGED
@@ -898,7 +898,7 @@ require 'activeldap/configuration'
898
898
  require 'activeldap/schema2'
899
899
 
900
900
  module ActiveLDAP
901
- VERSION = "0.5.2"
901
+ VERSION = "0.5.3"
902
902
  end
903
903
 
904
904
  ActiveLDAP::Base.class_eval do
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.1
3
3
  specification_version: 1
4
4
  name: ruby-activeldap
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.5.2
7
- date: 2004-10-22
6
+ version: 0.5.3
7
+ date: 2004-10-29
8
8
  summary: Ruby/ActiveLDAP is a object-oriented API to LDAP
9
9
  require_paths:
10
10
  - lib