--- !ruby/object:Gem::Specification name: authgasm version: !ruby/object:Gem::Version version: 0.10.1 platform: ruby authors: - Ben Johnson of Binary Logic autorequire: bindir: bin cert_chain: [] date: 2008-10-28 00:00:00 -04: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/authgasm/acts_as_authentic.rb - lib/authgasm/controller_adapters/abstract_adapter.rb - lib/authgasm/controller_adapters/rails_adapter.rb - lib/authgasm/session/active_record_trickery.rb - lib/authgasm/session/base.rb - lib/authgasm/session/callbacks.rb - lib/authgasm/session/config.rb - lib/authgasm/session/errors.rb - lib/authgasm/sha512_crypto_provider.rb - lib/authgasm/version.rb - lib/authgasm.rb - README.rdoc files: - CHANGELOG.rdoc - init.rb - lib/authgasm/acts_as_authentic.rb - lib/authgasm/controller_adapters/abstract_adapter.rb - lib/authgasm/controller_adapters/rails_adapter.rb - lib/authgasm/session/active_record_trickery.rb - lib/authgasm/session/base.rb - lib/authgasm/session/callbacks.rb - lib/authgasm/session/config.rb - lib/authgasm/session/errors.rb - lib/authgasm/sha512_crypto_provider.rb - lib/authgasm/version.rb - lib/authgasm.rb - Manifest - MIT-LICENSE - Rakefile - README.rdoc - test_app/app/controllers/application.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/user_sessions_helper.rb - test_app/app/helpers/users_helper.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/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/users.yml - test_app/test/functional/user_sessions_controller_test.rb - test_app/test/functional/users_controller_test.rb - test_app/test/integration/user_sesion_stories_test.rb - test_app/test/integration/user_session_test.rb - test_app/test/test_helper.rb - test_app/test/unit/user_test.rb - authgasm.gemspec has_rdoc: true homepage: http://github.com/binarylogic/authgasm post_install_message: rdoc_options: - --line-numbers - --inline-source - --title - Authgasm - --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: authgasm rubygems_version: 1.2.0 signing_key: specification_version: 2 summary: Rails authentication done right test_files: []