# -*- encoding: utf-8 -*- # stub: ruby-activeldap 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "ruby-activeldap".freeze s.version = "0.8.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Will Drewry".freeze, "Kouhei Sutou".freeze] s.autorequire = "active_ldap".freeze s.date = "2006-11-20" s.description = "'Ruby/ActiveLdap' is a ruby extension library which provides a clean objected oriented interface to the Ruby/LDAP library. It was inspired by ActiveRecord. This is not nearly as clean or as flexible as ActiveRecord, but it is still trivial to define new objects and manipulate them with minimal difficulty.".freeze s.email = ["will@alum.bu.edu".freeze, "kou@cozmixng.org".freeze] s.files = ["CHANGES".freeze, "COPYING".freeze, "LICENSE".freeze, "Manifest.txt".freeze, "README".freeze, "Rakefile".freeze, "TODO".freeze, "benchmark/bench-al.rb".freeze, "lib/active_ldap.rb".freeze, "lib/active_ldap/adaptor/base.rb".freeze, "lib/active_ldap/adaptor/ldap.rb".freeze, "lib/active_ldap/association/belongs_to.rb".freeze, "lib/active_ldap/association/belongs_to_many.rb".freeze, "lib/active_ldap/association/collection.rb".freeze, "lib/active_ldap/association/has_many.rb".freeze, "lib/active_ldap/association/has_many_wrap.rb".freeze, "lib/active_ldap/association/proxy.rb".freeze, "lib/active_ldap/associations.rb".freeze, "lib/active_ldap/attributes.rb".freeze, "lib/active_ldap/base.rb".freeze, "lib/active_ldap/callbacks.rb".freeze, "lib/active_ldap/command.rb".freeze, "lib/active_ldap/configuration.rb".freeze, "lib/active_ldap/connection.rb".freeze, "lib/active_ldap/ldap.rb".freeze, "lib/active_ldap/object_class.rb".freeze, "lib/active_ldap/schema.rb".freeze, "lib/active_ldap/timeout.rb".freeze, "lib/active_ldap/timeout_stub.rb".freeze, "lib/active_ldap/user_password.rb".freeze, "lib/active_ldap/validations.rb".freeze, "rails/plugin/active_ldap/README".freeze, "rails/plugin/active_ldap/init.rb".freeze, "test/TODO".freeze, "test/al-test-utils.rb".freeze, "test/command.rb".freeze, "test/config.yaml".freeze, "test/config.yaml.sample".freeze, "test/run-test.rb".freeze, "test/test-unit-ext".freeze, "test/test-unit-ext.rb".freeze, "test/test_associations.rb".freeze, "test/test_attributes.rb".freeze, "test/test_base.rb".freeze, "test/test_base_per_instance.rb".freeze, "test/test_bind.rb".freeze, "test/test_callback.rb".freeze, "test/test_connection.rb".freeze, "test/test_connection_per_class.rb".freeze, "test/test_find.rb".freeze, "test/test_groupadd.rb".freeze, "test/test_groupdel.rb".freeze, "test/test_groupls.rb".freeze, "test/test_groupmod.rb".freeze, "test/test_lpasswd.rb".freeze, "test/test_object_class.rb".freeze, "test/test_reflection.rb".freeze, "test/test_schema.rb".freeze, "test/test_user.rb".freeze, "test/test_user_password.rb".freeze, "test/test_useradd-binary.rb".freeze, "test/test_useradd.rb".freeze, "test/test_userdel.rb".freeze, "test/test_userls.rb".freeze, "test/test_usermod-binary-add-time.rb".freeze, "test/test_usermod-binary-add.rb".freeze, "test/test_usermod-binary-del.rb".freeze, "test/test_usermod-lang-add.rb".freeze, "test/test_usermod.rb".freeze, "test/test_validation.rb".freeze] s.homepage = "http://rubyforge.org/projects/ruby-activeldap/".freeze s.required_ruby_version = Gem::Requirement.new("> 0.0.0".freeze) s.requirements = ["ruby-ldap >= 0.8.2".freeze, "(Open)LDAP server".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby/ActiveLdap is a object-oriented API to LDAP".freeze s.test_files = ["test/test-unit-ext".freeze, "test/test_useradd.rb".freeze, "test/test_user.rb".freeze, "test/command.rb".freeze, "test/test_usermod.rb".freeze, "test/test_bind.rb".freeze, "test/test_usermod-binary-add-time.rb".freeze, "test/test_usermod-lang-add.rb".freeze, "test/test_attributes.rb".freeze, "test/test_usermod-binary-add.rb".freeze, "test/test_validation.rb".freeze, "test/test-unit-ext.rb".freeze, "test/test_object_class.rb".freeze, "test/test_groupmod.rb".freeze, "test/test_associations.rb".freeze, "test/test_user_password.rb".freeze, "test/test_base_per_instance.rb".freeze, "test/al-test-utils.rb".freeze, "test/test_useradd-binary.rb".freeze, "test/test_groupdel.rb".freeze, "test/test_find.rb".freeze, "test/test_groupls.rb".freeze, "test/run-test.rb".freeze, "test/TODO".freeze, "test/config.yaml.sample".freeze, "test/test_reflection.rb".freeze, "test/test_connection_per_class.rb".freeze, "test/test_callback.rb".freeze, "test/test_connection.rb".freeze, "test/test_schema.rb".freeze, "test/test_userdel.rb".freeze, "test/test_usermod-binary-del.rb".freeze, "test/test_groupadd.rb".freeze, "test/test_base.rb".freeze, "test/test_userls.rb".freeze, "test/test_lpasswd.rb".freeze, "test/config.yaml".freeze] s.specification_version = 1 s.add_runtime_dependency(%q.freeze, [">= 1.0.4".freeze]) s.add_runtime_dependency(%q.freeze, ["> 0.0.0".freeze]) end