# -*- encoding: utf-8 -*- # stub: rodauth-select-account 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "rodauth-select-account".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://gitlab.com/honeyryderchuck/rodauth-select-account/-/blob/master/CHANGELOG.md", "homepage_uri" => "https://gitlab.com/honeyryderchuck/rodauth-select-account", "source_code_uri" => "https://gitlab.com/honeyryderchuck/rodauth-select-account" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Tiago Cardoso".freeze] s.date = "2021-12-02" s.description = "Multiple authenticated accounts per session in rodauth.".freeze s.email = ["cardoso_tiago@hotmail.com".freeze] s.extra_rdoc_files = ["LICENSE.txt".freeze, "README.md".freeze, "CHANGELOG.md".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/rodauth/features/select_account.rb".freeze, "lib/rodauth/select-account.rb".freeze, "lib/rodauth/select-account/version.rb".freeze, "locales/en.yml".freeze, "templates/add-account-form.str".freeze, "templates/add-account.str".freeze, "templates/select-account.str".freeze] s.homepage = "https://gitlab.com/honeyryderchuck/rodauth-select-account".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Multiple authenticated accounts per session in rodauth.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end