# -*- encoding: utf-8 -*- # stub: gatepass 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "gatepass".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 = { "homepage_uri" => "https://github.com/pockettheories/gatepass", "source_code_uri" => "https://github.com/pockettheories/gatepass" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Nitin Reddy".freeze] s.date = "2023-07-27" s.description = "This Rails plugin enables you to authenticate users against the local database as well as against an ActiveDirectory server".freeze s.email = ["82951937+nitredd@users.noreply.github.com".freeze] s.files = ["README.md".freeze, "Rakefile".freeze, "app/assets/config/gatepass_manifest.js".freeze, "app/assets/stylesheets/gatepass/application.css".freeze, "app/controllers/gatepass/application_controller.rb".freeze, "app/controllers/gatepass/authentication_controller.rb".freeze, "app/controllers/gatepass/users_controller.rb".freeze, "app/helpers/gatepass/application_helper.rb".freeze, "app/helpers/gatepass/authentication_helper.rb".freeze, "app/helpers/gatepass/users_helper.rb".freeze, "app/jobs/gatepass/application_job.rb".freeze, "app/mailers/gatepass/application_mailer.rb".freeze, "app/models/gatepass/application_record.rb".freeze, "app/models/gatepass/user.rb".freeze, "app/views/gatepass/authentication/authenticate.html.erb".freeze, "app/views/gatepass/authentication/login.html.erb".freeze, "app/views/gatepass/authentication/logout.html.erb".freeze, "app/views/gatepass/users/_form.html.erb".freeze, "app/views/gatepass/users/_user.html.erb".freeze, "app/views/gatepass/users/edit.html.erb".freeze, "app/views/gatepass/users/index.html.erb".freeze, "app/views/gatepass/users/new.html.erb".freeze, "app/views/gatepass/users/show.html.erb".freeze, "app/views/layouts/gatepass/application.html.erb".freeze, "config/initializers/assets.rb".freeze, "config/routes.rb".freeze, "db/migrate/20230726110030_create_gatepass_users.rb".freeze, "lib/gatepass.rb".freeze, "lib/gatepass/engine.rb".freeze, "lib/gatepass/version.rb".freeze, "lib/tasks/gatepass_tasks.rake".freeze] s.homepage = "https://github.com/pockettheories/gatepass".freeze s.rubygems_version = "3.5.10".freeze s.summary = "An ActiveDirectory and local user authentication plugin for Rails".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 7.0.6".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.1.19".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.18.0".freeze]) end