# -*- encoding: utf-8 -*- # stub: tkh_authentication 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "tkh_authentication".freeze s.version = "0.0.1".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 = "2012-07-29" 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/password_resets_controller.rb".freeze, "app/controllers/sessions_controller.rb".freeze, "app/controllers/users_controller.rb".freeze, "app/mailers/user_mailer.rb".freeze, "app/models/user.rb".freeze, "app/views/password_resets/edit.html.erb".freeze, "app/views/password_resets/new.html.erb".freeze, "app/views/sessions/new.html.erb".freeze, "app/views/shared/_login_info.html.erb".freeze, "app/views/user_mailer/password_reset.text.erb".freeze, "app/views/users/index.html.erb".freeze, "app/views/users/new.html.erb".freeze, "config/routes.rb".freeze, "lib/generators/tkh_authentication/install/install_generator.rb".freeze, "lib/generators/tkh_authentication/install/templates/create_users.rb".freeze, "lib/generators/tkh_authentication/install/templates/locales/en.yml".freeze, "lib/generators/tkh_authentication/install/templates/locales/es.yml".freeze, "lib/generators/tkh_authentication/install/templates/locales/fr.yml".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 = 3 s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end