# -*- encoding: utf-8 -*- # stub: rodauth-oauth 0.9.1 ruby lib Gem::Specification.new do |s| s.name = "rodauth-oauth".freeze s.version = "0.9.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://gitlab.com/honeyryderchuck/rodauth-oauth/issues", "changelog_uri" => "https://gitlab.com/honeyryderchuck/rodauth-oauth/-/blob/master/CHANGELOG.md", "documentation_uri" => "https://honeyryderchuck.gitlab.io/rodauth-oauth/rdoc/", "homepage_uri" => "https://honeyryderchuck.gitlab.io/rodauth-oauth/", "rubygems_mfa_required" => "true", "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 = "2022-05-08" 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, "doc/release_notes/0_0_1.md".freeze, "doc/release_notes/0_0_2.md".freeze, "doc/release_notes/0_0_3.md".freeze, "doc/release_notes/0_0_4.md".freeze, "doc/release_notes/0_0_5.md".freeze, "doc/release_notes/0_0_6.md".freeze, "doc/release_notes/0_1_0.md".freeze, "doc/release_notes/0_2_0.md".freeze, "doc/release_notes/0_3_0.md".freeze, "doc/release_notes/0_4_0.md".freeze, "doc/release_notes/0_4_1.md".freeze, "doc/release_notes/0_4_2.md".freeze, "doc/release_notes/0_4_3.md".freeze, "doc/release_notes/0_5_0.md".freeze, "doc/release_notes/0_5_1.md".freeze, "doc/release_notes/0_6_0.md".freeze, "doc/release_notes/0_6_1.md".freeze, "doc/release_notes/0_7_0.md".freeze, "doc/release_notes/0_7_1.md".freeze, "doc/release_notes/0_7_2.md".freeze, "doc/release_notes/0_7_3.md".freeze, "doc/release_notes/0_7_4.md".freeze, "doc/release_notes/0_8_0.md".freeze, "doc/release_notes/0_9_0.md".freeze, "doc/release_notes/0_9_1.md".freeze] s.files = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "doc/release_notes/0_0_1.md".freeze, "doc/release_notes/0_0_2.md".freeze, "doc/release_notes/0_0_3.md".freeze, "doc/release_notes/0_0_4.md".freeze, "doc/release_notes/0_0_5.md".freeze, "doc/release_notes/0_0_6.md".freeze, "doc/release_notes/0_1_0.md".freeze, "doc/release_notes/0_2_0.md".freeze, "doc/release_notes/0_3_0.md".freeze, "doc/release_notes/0_4_0.md".freeze, "doc/release_notes/0_4_1.md".freeze, "doc/release_notes/0_4_2.md".freeze, "doc/release_notes/0_4_3.md".freeze, "doc/release_notes/0_5_0.md".freeze, "doc/release_notes/0_5_1.md".freeze, "doc/release_notes/0_6_0.md".freeze, "doc/release_notes/0_6_1.md".freeze, "doc/release_notes/0_7_0.md".freeze, "doc/release_notes/0_7_1.md".freeze, "doc/release_notes/0_7_2.md".freeze, "doc/release_notes/0_7_3.md".freeze, "doc/release_notes/0_7_4.md".freeze, "doc/release_notes/0_8_0.md".freeze, "doc/release_notes/0_9_0.md".freeze, "doc/release_notes/0_9_1.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/app/views/rodauth/authorize.html.erb".freeze, "lib/generators/rodauth/oauth/templates/app/views/rodauth/device_search.html.erb".freeze, "lib/generators/rodauth/oauth/templates/app/views/rodauth/device_verification.html.erb".freeze, "lib/generators/rodauth/oauth/templates/app/views/rodauth/new_oauth_application.html.erb".freeze, "lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_application.html.erb".freeze, "lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_application_oauth_tokens.html.erb".freeze, "lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_applications.html.erb".freeze, "lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_tokens.html.erb".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_application_management.rb".freeze, "lib/rodauth/features/oauth_assertion_base.rb".freeze, "lib/rodauth/features/oauth_authorization_code_grant.rb".freeze, "lib/rodauth/features/oauth_authorization_server.rb".freeze, "lib/rodauth/features/oauth_base.rb".freeze, "lib/rodauth/features/oauth_client_credentials_grant.rb".freeze, "lib/rodauth/features/oauth_device_grant.rb".freeze, "lib/rodauth/features/oauth_dynamic_client_registration.rb".freeze, "lib/rodauth/features/oauth_http_mac.rb".freeze, "lib/rodauth/features/oauth_implicit_grant.rb".freeze, "lib/rodauth/features/oauth_jwt.rb".freeze, "lib/rodauth/features/oauth_jwt_bearer_grant.rb".freeze, "lib/rodauth/features/oauth_management_base.rb".freeze, "lib/rodauth/features/oauth_pkce.rb".freeze, "lib/rodauth/features/oauth_resource_server.rb".freeze, "lib/rodauth/features/oauth_saml_bearer_grant.rb".freeze, "lib/rodauth/features/oauth_token_introspection.rb".freeze, "lib/rodauth/features/oauth_token_management.rb".freeze, "lib/rodauth/features/oauth_token_revocation.rb".freeze, "lib/rodauth/features/oidc.rb".freeze, "lib/rodauth/features/oidc_dynamic_client_registration.rb".freeze, "lib/rodauth/oauth.rb".freeze, "lib/rodauth/oauth/database_extensions.rb".freeze, "lib/rodauth/oauth/jwe_extensions.rb".freeze, "lib/rodauth/oauth/railtie.rb".freeze, "lib/rodauth/oauth/refinements.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/device_search.str".freeze, "templates/device_verification.str".freeze, "templates/homepage_url_field.str".freeze, "templates/jwks_field.str".freeze, "templates/jwt_public_key_field.str".freeze, "templates/name_field.str".freeze, "templates/new_oauth_application.str".freeze, "templates/oauth_application.str".freeze, "templates/oauth_application_oauth_tokens.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.licenses = ["Apache-2.0".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Implementation of the OAuth 2.0 protocol on top of rodauth.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze]) end