# -*- encoding: utf-8 -*- # stub: anoubis_sso_server 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "anoubis_sso_server".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/RA-Company/anoubis_sso_server/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/RA-Company/", "source_code_uri" => "https://github.com/RA-Company/anoubis_sso_server" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Andrey Ryabov".freeze] s.bindir = "exe".freeze s.date = "2022-01-29" s.description = "Library for create basic SSO Server based on OAUTH authentication.".freeze s.email = ["andrey.ryabov@ra-company.kz".freeze] s.files = [".idea/.gitignore".freeze, ".idea/anoubis_sso_server.iml".freeze, ".idea/inspectionProfiles/Project_Default.xml".freeze, ".idea/modules.xml".freeze, ".idea/vcs.xml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/anoubis_sso_server/application_controller.rb".freeze, "app/models/anoubis_sso_server/application_record.rb".freeze, "app/models/anoubis_sso_server/user.rb".freeze, "lib/anoubis_sso_server.rb".freeze, "lib/anoubis_sso_server/engine.rb".freeze, "lib/anoubis_sso_server/version.rb".freeze, "sig/anoubis_sso_server.rbs".freeze] s.homepage = "https://github.com/RA-Company/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Library for create basic SSO Server based on OAUTH authentication.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.0.0".freeze]) end