# -*- encoding: utf-8 -*- # stub: rodauth-oauth 0.7.1 ruby lib Gem::Specification.new do |s| s.name = "rodauth-oauth".freeze s.version = "0.7.1".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-oauth/-/blob/master/CHANGELOG.md", "homepage_uri" => "https://gitlab.com/honeyryderchuck/rodauth-oauth", "source_code_uri" => "https://gitlab.com/honeyryderchuck/rodauth-oauth" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Tiago Cardoso".freeze] s.date = "2021-12-05" s.description = "Implementation of the OAuth 2.0 protocol on top of 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/generators/rodauth/oauth/install_generator.rb".freeze, "lib/generators/rodauth/oauth/templates/app/models/oauth_application.rb".freeze, "lib/generators/rodauth/oauth/templates/app/models/oauth_grant.rb".freeze, "lib/generators/rodauth/oauth/templates/app/models/oauth_token.rb".freeze, "lib/generators/rodauth/oauth/templates/db/migrate/create_rodauth_oauth.rb".freeze, "lib/generators/rodauth/oauth/views_generator.rb".freeze, "lib/rodauth/features/oauth.rb".freeze, "lib/rodauth/features/oauth_http_mac.rb".freeze, "lib/rodauth/features/oauth_jwt.rb".freeze, "lib/rodauth/features/oauth_saml.rb".freeze, "lib/rodauth/features/oidc.rb".freeze, "lib/rodauth/oauth.rb".freeze, "lib/rodauth/oauth/database_extensions.rb".freeze, "lib/rodauth/oauth/railtie.rb".freeze, "lib/rodauth/oauth/ttl_store.rb".freeze, "lib/rodauth/oauth/version.rb".freeze, "locales/en.yml".freeze, "templates/authorize.str".freeze, "templates/client_secret_field.str".freeze, "templates/description_field.str".freeze, "templates/homepage_url_field.str".freeze, "templates/name_field.str".freeze, "templates/new_oauth_application.str".freeze, "templates/oauth_application.str".freeze, "templates/oauth_applications.str".freeze, "templates/oauth_tokens.str".freeze, "templates/redirect_uri_field.str".freeze, "templates/scope_field.str".freeze] s.homepage = "https://gitlab.com/honeyryderchuck/rodauth-oauth".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Implementation of the OAuth 2.0 protocol on top of rodauth.".freeze end