--- !ruby/object:Gem::Specification name: devise_ldap_authenticatable version: !ruby/object:Gem::Version hash: 9 prerelease: false segments: - 0 - 4 - 3 version: 0.4.3 platform: ruby authors: - Curtis Schiewek - Daniel McNevin autorequire: bindir: bin cert_chain: [] date: 2010-08-05 00:00:00 -04:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: devise prerelease: false requirement: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ">" - !ruby/object:Gem::Version hash: 31 segments: - 1 - 0 - 4 version: 1.0.4 type: :runtime version_requirements: *id001 - !ruby/object:Gem::Dependency name: net-ldap prerelease: false requirement: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 25 segments: - 0 - 1 - 1 version: 0.1.1 type: :runtime version_requirements: *id002 description: LDAP authentication module for Devise email: curtis.schiewek@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.md files: - .gitignore - MIT-LICENSE - README.md - Rakefile - VERSION - devise_ldap_authenticatable.gemspec - lib/devise_ldap_authenticatable.rb - lib/devise_ldap_authenticatable/exception.rb - lib/devise_ldap_authenticatable/ldap_adapter.rb - lib/devise_ldap_authenticatable/logger.rb - lib/devise_ldap_authenticatable/model.rb - lib/devise_ldap_authenticatable/routes.rb - lib/devise_ldap_authenticatable/schema.rb - lib/devise_ldap_authenticatable/strategy.rb - lib/devise_ldap_authenticatable/version.rb - lib/generators/devise_ldap_authenticatable/install_generator.rb - lib/generators/devise_ldap_authenticatable/templates/ldap.yml - rails/init.rb - test/devise_ldap_authenticatable_test.rb - test/ldap/base.ldif - test/ldap/clear.ldif - test/ldap/local.schema - test/ldap/run-server.sh - test/ldap/server.pem - test/ldap/slapd-ssl-test.conf - test/ldap/slapd-test.conf - test/rails_app/Gemfile - test/rails_app/Gemfile.lock - test/rails_app/Rakefile - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/posts_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/helpers/posts_helper.rb - test/rails_app/app/models/post.rb - test/rails_app/app/models/user.rb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/app/views/posts/index.html.erb - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/cucumber.yml - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/devise.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/ldap.yml - test/rails_app/config/ldap_with_erb.yml - test/rails_app/config/ldap_with_uid.yml - test/rails_app/config/locales/devise.en.yml - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/config/ssl_ldap.yml - test/rails_app/config/ssl_ldap_with_erb.yml - test/rails_app/config/ssl_ldap_with_uid.yml - test/rails_app/db/migrate/20100708120302_create_posts.rb - test/rails_app/db/migrate/20100708120448_devise_create_users.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/features/manage_logins.feature - test/rails_app/features/step_definitions/login_steps.rb - test/rails_app/features/step_definitions/web_steps.rb - test/rails_app/features/support/env.rb - test/rails_app/features/support/paths.rb - test/rails_app/lib/tasks/.gitkeep - test/rails_app/lib/tasks/cucumber.rake - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/images/rails.png - test/rails_app/public/javascripts/application.js - test/rails_app/public/javascripts/controls.js - test/rails_app/public/javascripts/dragdrop.js - test/rails_app/public/javascripts/effects.js - test/rails_app/public/javascripts/prototype.js - test/rails_app/public/javascripts/rails.js - test/rails_app/public/stylesheets/.gitkeep - test/rails_app/script/cucumber - test/rails_app/script/rails - test/rails_app/test/factories/users.rb - test/rails_app/test/functional/posts_controller_test.rb - test/rails_app/test/performance/browsing_test.rb - test/rails_app/test/test_helper.rb - test/rails_app/test/unit/helpers/posts_helper_test.rb - test/rails_app/test/unit/post_test.rb - test/rails_app/test/unit/user_test.rb - test/test_helper.rb has_rdoc: true homepage: http://github.com/cschiewek/devise_ldap_authenticatable licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.3.7 signing_key: specification_version: 3 summary: LDAP authentication module for Devise test_files: - test/devise_ldap_authenticatable_test.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/posts_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/helpers/posts_helper.rb - test/rails_app/app/models/post.rb - test/rails_app/app/models/user.rb - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/devise.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20100708120302_create_posts.rb - test/rails_app/db/migrate/20100708120448_devise_create_users.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/features/step_definitions/login_steps.rb - test/rails_app/features/step_definitions/web_steps.rb - test/rails_app/features/support/env.rb - test/rails_app/features/support/paths.rb - test/rails_app/test/factories/users.rb - test/rails_app/test/functional/posts_controller_test.rb - test/rails_app/test/performance/browsing_test.rb - test/rails_app/test/test_helper.rb - test/rails_app/test/unit/helpers/posts_helper_test.rb - test/rails_app/test/unit/post_test.rb - test/rails_app/test/unit/user_test.rb - test/test_helper.rb