# -*- encoding: utf-8 -*- # stub: rodauth 0.9.1 ruby lib Gem::Specification.new do |s| s.name = "rodauth".freeze s.version = "0.9.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 = ["Jeremy Evans".freeze] s.date = "2015-08-13" s.description = "Rodauth is an authentication framework using Roda, Sequel, and PostgreSQL.\nIt aims to provide strong security for password storage by utilizing\nseparate PostgreSQL database accounts. Configuration is done via\na DSL that makes it easy to override any part of the authentication\nprocess.\n\nRodauth currently supports the following authentication-related\nfeatures: login, logout, change password, change login, reset\npassword, create account, close account, verify account, remember,\nand lockout.\n".freeze s.email = "code@jeremyevans.net".freeze s.extra_rdoc_files = ["README.rdoc".freeze, "CHANGELOG".freeze, "MIT-LICENSE".freeze] s.files = ["CHANGELOG".freeze, "MIT-LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "lib/roda/plugins/rodauth.rb".freeze, "lib/roda/plugins/rodauth/base.rb".freeze, "lib/roda/plugins/rodauth/change_login.rb".freeze, "lib/roda/plugins/rodauth/change_password.rb".freeze, "lib/roda/plugins/rodauth/close_account.rb".freeze, "lib/roda/plugins/rodauth/create_account.rb".freeze, "lib/roda/plugins/rodauth/lockout.rb".freeze, "lib/roda/plugins/rodauth/login.rb".freeze, "lib/roda/plugins/rodauth/logout.rb".freeze, "lib/roda/plugins/rodauth/remember.rb".freeze, "lib/roda/plugins/rodauth/reset_password.rb".freeze, "lib/roda/plugins/rodauth/verify_account.rb".freeze, "spec/migrate/001_tables.rb".freeze, "spec/migrate_password/001_tables.rb".freeze, "spec/rodauth_spec.rb".freeze, "spec/views/layout.str".freeze, "spec/views/login.str".freeze, "templates/change-login.str".freeze, "templates/change-password.str".freeze, "templates/close-account.str".freeze, "templates/confirm-password.str".freeze, "templates/create-account.str".freeze, "templates/login.str".freeze, "templates/logout.str".freeze, "templates/remember.str".freeze, "templates/reset-password-email.str".freeze, "templates/reset-password-request.str".freeze, "templates/reset-password.str".freeze, "templates/unlock-account-email.str".freeze, "templates/unlock-account-request.str".freeze, "templates/unlock-account.str".freeze, "templates/verify-account-email.str".freeze, "templates/verify-account-resend.str".freeze, "templates/verify-account.str".freeze] s.homepage = "https://github.com/jeremyevans/rodauth".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--quiet".freeze, "--line-numbers".freeze, "--inline-source".freeze, "--title".freeze, "Rodauth: Authentication Framework for Roda/Sequel/PostgreSQL".freeze, "--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Authentication Framework for Roda/Sequel/PostgreSQL".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 5.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 1.1.0".freeze]) s.add_development_dependency(%q.freeze, [">= 2.1.0".freeze]) end