--- !ruby/object:Gem::Specification name: rails3-restful-authentication version: !ruby/object:Gem::Version hash: 5 prerelease: segments: - 3 - 0 - 1 version: 3.0.1 platform: ruby authors: - Vishnu Atrai autorequire: bindir: bin cert_chain: [] date: 2012-05-10 00:00:00 Z dependencies: [] description: Generates common user authentication code for Rails/Merb, with a full test/unit and rspec suite and optional Acts as State Machine support built-in.. email: vishnu.atrai@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.textile files: - CHANGELOG - README.textile - Rakefile - TODO - lib/authentication/by_cookie_token.rb - lib/authentication/by_password.rb - lib/authentication.rb - lib/authorization/aasm_roles.rb - lib/authorization/stateful_roles.rb - lib/authorization.rb - lib/generators/authenticated/authenticated_generator.rb - lib/generators/authenticated/templates/activation.erb - lib/generators/authenticated/templates/authenticated_system.rb - lib/generators/authenticated/templates/authenticated_test_helper.rb - lib/generators/authenticated/templates/controller.rb - lib/generators/authenticated/templates/features/accounts.feature - lib/generators/authenticated/templates/features/sessions.feature - lib/generators/authenticated/templates/features/step_definitions/ra_env.rb - lib/generators/authenticated/templates/features/step_definitions/ra_navigation_steps.rb - lib/generators/authenticated/templates/features/step_definitions/ra_resource_steps.rb - lib/generators/authenticated/templates/features/step_definitions/ra_response_steps.rb - lib/generators/authenticated/templates/features/step_definitions/rest_auth_features_helper.rb - lib/generators/authenticated/templates/features/step_definitions/user_steps.rb - lib/generators/authenticated/templates/helper.rb - lib/generators/authenticated/templates/login.html.erb - lib/generators/authenticated/templates/mailer.rb - lib/generators/authenticated/templates/migration.rb - lib/generators/authenticated/templates/model.rb - lib/generators/authenticated/templates/model_controller.rb - lib/generators/authenticated/templates/model_helper.rb - lib/generators/authenticated/templates/model_helper_spec.rb - lib/generators/authenticated/templates/observer.rb - lib/generators/authenticated/templates/signup.html.erb - lib/generators/authenticated/templates/signup_notification.erb - lib/generators/authenticated/templates/site_keys.rb - lib/generators/authenticated/templates/spec/controllers/access_control_spec.rb - lib/generators/authenticated/templates/spec/controllers/authenticated_system_spec.rb - lib/generators/authenticated/templates/spec/controllers/sessions_controller_spec.rb - lib/generators/authenticated/templates/spec/controllers/users_controller_spec.rb - lib/generators/authenticated/templates/spec/fixtures/users.yml - lib/generators/authenticated/templates/spec/helpers/users_helper_spec.rb - lib/generators/authenticated/templates/spec/models/user_spec.rb - lib/generators/authenticated/templates/test/functional_test.rb - lib/generators/authenticated/templates/test/mailer_test.rb - lib/generators/authenticated/templates/test/model_functional_test.rb - lib/generators/authenticated/templates/test/unit_test.rb - lib/generators/authenticated/templates/_model_partial.html.erb - lib/generators/authenticated/USAGE - lib/restful_authentication.rb - lib/tasks/auth.rake - lib/trustification/email_validation.rb - lib/trustification.rb - init.rb homepage: https://github.com/vatrai/restful_authentication licenses: [] post_install_message: | ************************************************** Thank you for installing rails3-restful-authentication-3.0.1! This version ofrestful-authentication only works with versions of rails >= 3.0.0.pre. ************************************************** rdoc_options: - --main - README.textile - --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: 25 segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Generates code for user login and authentication test_files: []