--- !ruby/object:Gem::Specification name: auth_eng version: !ruby/object:Gem::Version version: 0.0.1 prerelease: platform: ruby authors: - Gustavo Lobo autorequire: bindir: bin cert_chain: [] date: 2012-09-24 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.2.8 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 3.2.8 - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' description: AuthEng is just Devise only with a different flow. email: - gustavolobo90@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - app/assets/javascripts/auth_eng/application.js - app/assets/javascripts/auth_eng/users.js - app/assets/stylesheets/auth_eng/application.css - app/assets/stylesheets/auth_eng/users.css - app/controllers/auth_eng/application_controller.rb - app/controllers/auth_eng/confirmations_controller.rb - app/controllers/auth_eng/users_controller.rb - app/helpers/auth_eng/application_helper.rb - app/helpers/auth_eng/users_helper.rb - app/models/auth_eng/user.rb - app/views/auth_eng/confirmations/show.html.haml - app/views/auth_eng/devise/confirmations/new.html.erb - app/views/auth_eng/devise/confirmations/show.html.haml - app/views/auth_eng/devise/mailer/confirmation_instructions.html.erb - app/views/auth_eng/devise/mailer/reset_password_instructions.html.erb - app/views/auth_eng/devise/mailer/unlock_instructions.html.erb - app/views/auth_eng/devise/passwords/edit.html.erb - app/views/auth_eng/devise/passwords/new.html.erb - app/views/auth_eng/devise/registrations/edit.html.erb - app/views/auth_eng/devise/registrations/new.html.erb - app/views/auth_eng/devise/sessions/new.html.erb - app/views/auth_eng/devise/shared/_links.erb - app/views/auth_eng/devise/unlocks/new.html.erb - app/views/auth_eng/users/_form.html.erb - app/views/auth_eng/users/edit.html.erb - app/views/auth_eng/users/index.html.erb - app/views/auth_eng/users/new.html.erb - app/views/auth_eng/users/show.html.erb - app/views/layouts/auth_eng/application.html.erb - config/initializers/devise.rb - config/locales/devise.en.yml - config/routes.rb - db/migrate/20120921104821_devise_create_auth_eng_users.rb - db/migrate/20120924150140_create_delayed_jobs.rb - lib/auth_eng/engine.rb - lib/auth_eng/version.rb - lib/auth_eng.rb - lib/tasks/auth_eng_tasks.rake - MIT-LICENSE - Rakefile - README.md - test/auth_eng_test.rb - test/fixtures/auth_eng/users.yml - test/functional/auth_eng/users_controller_test.rb - test/integration/navigation_test.rb - test/test_helper.rb - test/unit/auth_eng/user_test.rb - test/unit/helpers/auth_eng/users_helper_test.rb homepage: http://github.com/gustavolobo/AuthEng licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.24 signing_key: specification_version: 3 summary: Authentication Engine test_files: - test/auth_eng_test.rb - test/fixtures/auth_eng/users.yml - test/functional/auth_eng/users_controller_test.rb - test/integration/navigation_test.rb - test/test_helper.rb - test/unit/auth_eng/user_test.rb - test/unit/helpers/auth_eng/users_helper_test.rb