--- !ruby/object:Gem::Specification name: tkh_authentication version: !ruby/object:Gem::Version version: 0.9.8 platform: ruby authors: - Swami Atma autorequire: bindir: bin cert_chain: [] date: 2014-08-12 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: rails requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.1.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 4.1.0 - !ruby/object:Gem::Dependency name: bcrypt requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.7 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.7 - !ruby/object:Gem::Dependency name: simple_form requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.0.rc2 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 3.1.0.rc2 - !ruby/object:Gem::Dependency name: stringex requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: sqlite3 requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' description: A Rails engine for access control authentication customized for Ten Thousand Hours. email: - swami@TenThousandHours.eu executables: [] extensions: [] extra_rdoc_files: [] files: - CHANGELOG.md - MIT-LICENSE - README.md - Rakefile - app/controllers/reception_controller.rb - app/controllers/users_controller.rb - app/mailers/reception_mailer.rb - app/models/user.rb - app/views/reception/_enter_your_password_form.html.erb - app/views/reception/_enter_your_password_form.js.erb - app/views/reception/change_your_password.html.erb - app/views/reception/create_your_password.html.erb - app/views/reception/email_input.html.erb - app/views/reception/enter_your_password.html.erb - app/views/reception/i_forgot_my_password.html.erb - app/views/reception/parse_email.html.erb - app/views/reception/parse_email.js.erb - app/views/reception/request_new_password.html.erb - app/views/reception_mailer/new_password_request_email.html.erb - app/views/reception_mailer/new_password_request_email.text.erb - app/views/reception_mailer/password_creation_verification_email.html.erb - app/views/reception_mailer/password_creation_verification_email.text.erb - app/views/reception_mailer/verification_email.html.erb - app/views/reception_mailer/verification_email.text.erb - app/views/shared/_embedded_access_control.html.erb - app/views/shared/_embedded_login_module.html.erb - app/views/shared/_login_info.html.erb - app/views/shared/_login_info_for_navbar.html.erb - app/views/shared/_login_info_for_sidebar.html.erb - app/views/shared/_other_name_label.html.erb - app/views/users/_detect_user_existence_form.html.erb - app/views/users/_form.html.erb - app/views/users/index.html.erb - app/views/users/new.html.erb - config/routes.rb - lib/generators/tkh_authentication/create_or_update_locales/create_or_update_locales_generator.rb - lib/generators/tkh_authentication/create_or_update_locales/templates/de.yml - lib/generators/tkh_authentication/create_or_update_locales/templates/en.yml - lib/generators/tkh_authentication/create_or_update_locales/templates/es.yml - lib/generators/tkh_authentication/create_or_update_locales/templates/fr.yml - lib/generators/tkh_authentication/create_or_update_locales/templates/it.yml - lib/generators/tkh_authentication/create_or_update_migrations/create_or_update_migrations_generator.rb - lib/generators/tkh_authentication/create_or_update_migrations/templates/add_email_validation_to_users.rb - lib/generators/tkh_authentication/create_or_update_migrations/templates/add_other_name_to_users.rb - lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb - lib/generators/tkh_authentication/create_or_update_migrations/templates/create_users.rb - lib/tasks/tkh_authentication_tasks.rake - lib/tkh_authentication.rb - lib/tkh_authentication/tkh_authentication_action_controller_extension.rb - lib/tkh_authentication/tkh_authentication_helper.rb - lib/tkh_authentication/version.rb - test/dummy/README.rdoc - test/dummy/Rakefile - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/config.ru - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/script/rails - test/test_helper.rb - test/tkh_authentication_test.rb homepage: https://github.com/allesklar/tkh_authentication licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.2.2 signing_key: specification_version: 4 summary: Simple authentication Rails engine. test_files: - test/dummy/app/assets/javascripts/application.js - test/dummy/app/assets/stylesheets/application.css - test/dummy/app/controllers/application_controller.rb - test/dummy/app/helpers/application_helper.rb - test/dummy/app/views/layouts/application.html.erb - test/dummy/config/application.rb - test/dummy/config/boot.rb - test/dummy/config/database.yml - test/dummy/config/environment.rb - test/dummy/config/environments/development.rb - test/dummy/config/environments/production.rb - test/dummy/config/environments/test.rb - test/dummy/config/initializers/backtrace_silencers.rb - test/dummy/config/initializers/inflections.rb - test/dummy/config/initializers/mime_types.rb - test/dummy/config/initializers/secret_token.rb - test/dummy/config/initializers/session_store.rb - test/dummy/config/initializers/wrap_parameters.rb - test/dummy/config/locales/en.yml - test/dummy/config/routes.rb - test/dummy/config.ru - test/dummy/public/404.html - test/dummy/public/422.html - test/dummy/public/500.html - test/dummy/public/favicon.ico - test/dummy/Rakefile - test/dummy/README.rdoc - test/dummy/script/rails - test/test_helper.rb - test/tkh_authentication_test.rb