# -*- encoding: utf-8 -*- # stub: tkh_authentication 0.9.8 ruby lib Gem::Specification.new do |s| s.name = "tkh_authentication".freeze s.version = "0.9.8".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Swami Atma".freeze] s.date = "2014-08-12" s.description = "A Rails engine for access control authentication customized for Ten Thousand Hours.".freeze s.email = ["swami@TenThousandHours.eu".freeze] s.files = ["CHANGELOG.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/reception_controller.rb".freeze, "app/controllers/users_controller.rb".freeze, "app/mailers/reception_mailer.rb".freeze, "app/models/user.rb".freeze, "app/views/reception/_enter_your_password_form.html.erb".freeze, "app/views/reception/_enter_your_password_form.js.erb".freeze, "app/views/reception/change_your_password.html.erb".freeze, "app/views/reception/create_your_password.html.erb".freeze, "app/views/reception/email_input.html.erb".freeze, "app/views/reception/enter_your_password.html.erb".freeze, "app/views/reception/i_forgot_my_password.html.erb".freeze, "app/views/reception/parse_email.html.erb".freeze, "app/views/reception/parse_email.js.erb".freeze, "app/views/reception/request_new_password.html.erb".freeze, "app/views/reception_mailer/new_password_request_email.html.erb".freeze, "app/views/reception_mailer/new_password_request_email.text.erb".freeze, "app/views/reception_mailer/password_creation_verification_email.html.erb".freeze, "app/views/reception_mailer/password_creation_verification_email.text.erb".freeze, "app/views/reception_mailer/verification_email.html.erb".freeze, "app/views/reception_mailer/verification_email.text.erb".freeze, "app/views/shared/_embedded_access_control.html.erb".freeze, "app/views/shared/_embedded_login_module.html.erb".freeze, "app/views/shared/_login_info.html.erb".freeze, "app/views/shared/_login_info_for_navbar.html.erb".freeze, "app/views/shared/_login_info_for_sidebar.html.erb".freeze, "app/views/shared/_other_name_label.html.erb".freeze, "app/views/users/_detect_user_existence_form.html.erb".freeze, "app/views/users/_form.html.erb".freeze, "app/views/users/index.html.erb".freeze, "app/views/users/new.html.erb".freeze, "config/routes.rb".freeze, "lib/generators/tkh_authentication/create_or_update_locales/create_or_update_locales_generator.rb".freeze, "lib/generators/tkh_authentication/create_or_update_locales/templates/de.yml".freeze, "lib/generators/tkh_authentication/create_or_update_locales/templates/en.yml".freeze, "lib/generators/tkh_authentication/create_or_update_locales/templates/es.yml".freeze, "lib/generators/tkh_authentication/create_or_update_locales/templates/fr.yml".freeze, "lib/generators/tkh_authentication/create_or_update_locales/templates/it.yml".freeze, "lib/generators/tkh_authentication/create_or_update_migrations/create_or_update_migrations_generator.rb".freeze, "lib/generators/tkh_authentication/create_or_update_migrations/templates/add_email_validation_to_users.rb".freeze, "lib/generators/tkh_authentication/create_or_update_migrations/templates/add_other_name_to_users.rb".freeze, "lib/generators/tkh_authentication/create_or_update_migrations/templates/add_password_creation_token.rb".freeze, "lib/generators/tkh_authentication/create_or_update_migrations/templates/create_users.rb".freeze, "lib/tasks/tkh_authentication_tasks.rake".freeze, "lib/tkh_authentication.rb".freeze, "lib/tkh_authentication/tkh_authentication_action_controller_extension.rb".freeze, "lib/tkh_authentication/tkh_authentication_helper.rb".freeze, "lib/tkh_authentication/version.rb".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/Rakefile".freeze, "test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config.ru".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/script/rails".freeze, "test/test_helper.rb".freeze, "test/tkh_authentication_test.rb".freeze] s.homepage = "https://github.com/allesklar/tkh_authentication".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Simple authentication Rails engine.".freeze s.test_files = ["test/dummy/app/assets/javascripts/application.js".freeze, "test/dummy/app/assets/stylesheets/application.css".freeze, "test/dummy/app/controllers/application_controller.rb".freeze, "test/dummy/app/helpers/application_helper.rb".freeze, "test/dummy/app/views/layouts/application.html.erb".freeze, "test/dummy/config/application.rb".freeze, "test/dummy/config/boot.rb".freeze, "test/dummy/config/database.yml".freeze, "test/dummy/config/environment.rb".freeze, "test/dummy/config/environments/development.rb".freeze, "test/dummy/config/environments/production.rb".freeze, "test/dummy/config/environments/test.rb".freeze, "test/dummy/config/initializers/backtrace_silencers.rb".freeze, "test/dummy/config/initializers/inflections.rb".freeze, "test/dummy/config/initializers/mime_types.rb".freeze, "test/dummy/config/initializers/secret_token.rb".freeze, "test/dummy/config/initializers/session_store.rb".freeze, "test/dummy/config/initializers/wrap_parameters.rb".freeze, "test/dummy/config/locales/en.yml".freeze, "test/dummy/config/routes.rb".freeze, "test/dummy/config.ru".freeze, "test/dummy/public/404.html".freeze, "test/dummy/public/422.html".freeze, "test/dummy/public/500.html".freeze, "test/dummy/public/favicon.ico".freeze, "test/dummy/Rakefile".freeze, "test/dummy/README.rdoc".freeze, "test/dummy/script/rails".freeze, "test/test_helper.rb".freeze, "test/tkh_authentication_test.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.1.0.rc2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end