--- !ruby/object:Gem::Specification name: authlogic version: !ruby/object:Gem::Version version: 0.10.4 platform: ruby authors: - Ben Johnson of Binary Logic autorequire: bindir: bin cert_chain: [] date: 2008-11-03 00:00:00 -05:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: activesupport type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: activerecord type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: - !ruby/object:Gem::Dependency name: echoe type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: description: Rails authentication done right email: bjohnson@binarylogic.com executables: [] extensions: [] extra_rdoc_files: - CHANGELOG.rdoc - lib/authlogic/active_record/acts_as_authentic.rb - lib/authlogic/active_record/authenticates_many.rb - lib/authlogic/active_record/scoped_session.rb - lib/authlogic/controller_adapters/abstract_adapter.rb - lib/authlogic/controller_adapters/rails_adapter.rb - lib/authlogic/session/active_record_trickery.rb - lib/authlogic/session/base.rb - lib/authlogic/session/callbacks.rb - lib/authlogic/session/config.rb - lib/authlogic/session/errors.rb - lib/authlogic/sha512_crypto_provider.rb - lib/authlogic/version.rb - lib/authlogic.rb - README.rdoc files: - CHANGELOG.rdoc - init.rb - lib/authlogic/active_record/acts_as_authentic.rb - lib/authlogic/active_record/authenticates_many.rb - lib/authlogic/active_record/scoped_session.rb - lib/authlogic/controller_adapters/abstract_adapter.rb - lib/authlogic/controller_adapters/rails_adapter.rb - lib/authlogic/session/active_record_trickery.rb - lib/authlogic/session/base.rb - lib/authlogic/session/callbacks.rb - lib/authlogic/session/config.rb - lib/authlogic/session/errors.rb - lib/authlogic/sha512_crypto_provider.rb - lib/authlogic/version.rb - lib/authlogic.rb - Manifest - MIT-LICENSE - Rakefile - README.rdoc - test_app/app/controllers/application.rb - test_app/app/controllers/companies_controller.rb - test_app/app/controllers/user_sessions_controller.rb - test_app/app/controllers/users_controller.rb - test_app/app/helpers/application_helper.rb - test_app/app/helpers/companies_helper.rb - test_app/app/helpers/user_sessions_helper.rb - test_app/app/helpers/users_helper.rb - test_app/app/models/company.rb - test_app/app/models/project.rb - test_app/app/models/user.rb - test_app/app/models/user_session.rb - test_app/app/views/layouts/application.html.erb - test_app/app/views/user_sessions/new.html.erb - test_app/app/views/users/_form.erb - test_app/app/views/users/edit.html.erb - test_app/app/views/users/new.html.erb - test_app/app/views/users/show.html.erb - test_app/config/boot.rb - test_app/config/database.yml - test_app/config/environment.rb - test_app/config/environments/development.rb - test_app/config/environments/production.rb - test_app/config/environments/test.rb - test_app/config/initializers/inflections.rb - test_app/config/initializers/mime_types.rb - test_app/config/initializers/new_rails_defaults.rb - test_app/config/routes.rb - test_app/db/development.sqlite3 - test_app/db/migrate/20081023040052_create_users.rb - test_app/db/migrate/20081103003828_create_companies.rb - test_app/db/migrate/20081103003834_create_projects.rb - test_app/db/schema.rb - test_app/db/test.sqlite3 - test_app/doc/README_FOR_APP - test_app/public/404.html - test_app/public/422.html - test_app/public/500.html - test_app/public/dispatch.cgi - test_app/public/dispatch.fcgi - test_app/public/dispatch.rb - test_app/public/favicon.ico - test_app/public/images/rails.png - test_app/public/javascripts/application.js - test_app/public/javascripts/controls.js - test_app/public/javascripts/dragdrop.js - test_app/public/javascripts/effects.js - test_app/public/javascripts/prototype.js - test_app/public/robots.txt - test_app/public/stylesheets/scaffold.css - test_app/Rakefile - test_app/README - test_app/script/about - test_app/script/console - test_app/script/dbconsole - test_app/script/destroy - test_app/script/generate - test_app/script/performance/benchmarker - test_app/script/performance/profiler - test_app/script/performance/request - test_app/script/plugin - test_app/script/process/inspector - test_app/script/process/reaper - test_app/script/process/spawner - test_app/script/runner - test_app/script/server - test_app/test/fixtures/companies.yml - test_app/test/fixtures/projects.yml - test_app/test/fixtures/users.yml - test_app/test/functional/companies_controller_test.rb - test_app/test/functional/user_sessions_controller_test.rb - test_app/test/functional/users_controller_test.rb - test_app/test/integration/company_user_session_stories_test.rb - test_app/test/integration/user_sesion_stories_test.rb - test_app/test/integration/user_session_config_test.rb - test_app/test/integration/user_session_test.rb - test_app/test/test_helper.rb - test_app/test/unit/account_test.rb - test_app/test/unit/company_test.rb - test_app/test/unit/project_test.rb - test_app/test/unit/user_test.rb - authlogic.gemspec has_rdoc: true homepage: http://github.com/binarylogic/authlogic post_install_message: rdoc_options: - --line-numbers - --inline-source - --title - Authlogic - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "1.2" version: requirements: [] rubyforge_project: authlogic rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Rails authentication done right test_files: []