# -*- encoding: utf-8 -*-
# stub: self-auth-rails 0.1.5 ruby lib

Gem::Specification.new do |s|
  s.name = "self-auth-rails".freeze
  s.version = "0.1.5".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.metadata = { "changelog_uri" => "https://joinself.com/changelog", "homepage_uri" => "https://joinself.com", "source_code_uri" => "https://joinself.com" } if s.respond_to? :metadata=
  s.require_paths = ["lib".freeze]
  s.authors = ["Adri\u00E0 Cidre".freeze]
  s.date = "2023-04-21"
  s.description = "Provides an out of the box implementation for self authentication".freeze
  s.email = ["593270+adriacidre@users.noreply.github.com".freeze]
  s.files = ["MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/assets/config/self-auth-rails/app.js".freeze, "app/assets/config/self-auth-rails/cable.js".freeze, "app/assets/config/self-auth-rails/channels/auth.js".freeze, "app/assets/config/self-auth-rails/channels/messages_channel.js".freeze, "app/assets/config/self-auth-rails/cookies.js".freeze, "app/assets/config/self-auth-rails/ki.js".freeze, "app/assets/config/self-auth-rails/manifest.js".freeze, "app/assets/stylesheets/self-auth-rails/application.css".freeze, "app/channels/application_cable/channel.rb".freeze, "app/channels/application_cable/connection.rb".freeze, "app/channels/messages_channel.rb".freeze, "app/controllers/self_auth_rails/application_controller.rb".freeze, "app/controllers/self_auth_rails/sessions_controller.rb".freeze, "app/helpers/self_auth_rails/application_helper.rb".freeze, "app/helpers/self_auth_rails/sessions_helper.rb".freeze, "app/jobs/self_auth_rails/application_job.rb".freeze, "app/mailers/self_auth_rails/application_mailer.rb".freeze, "app/models/self_auth_rails/application_record.rb".freeze, "app/services/self_auth_response_manager_service.rb".freeze, "app/views/self_auth_rails/sessions/create.html.erb".freeze, "app/views/self_auth_rails/sessions/new.html.erb".freeze, "config/routes.rb".freeze, "lib/self-auth-rails.rb".freeze, "lib/self-auth-rails/engine.rb".freeze, "lib/self-auth-rails/version.rb".freeze, "lib/tasks/initializer.rb.tpl".freeze, "lib/tasks/self_auth_rails_tasks.rake".freeze]
  s.homepage = "https://joinself.com".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Joinself rails authentication gem".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<rails>.freeze, ["~> 7.0".freeze, ">= 7.0.2.3".freeze])
  s.add_runtime_dependency(%q<selfsdk>.freeze, ["~> 0.0".freeze, ">= 0.0.200".freeze])
end