# -*- encoding: utf-8 -*- # stub: ostiary 0.16.0 ruby lib Gem::Specification.new do |s| s.name = "ostiary".freeze s.version = "0.16.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Jacques Hakvoort".freeze] s.date = "2023-03-28" s.description = " Ostiary is a security gem for your (rails) controllers & actions.\n It employs a before_filter-like call to set policies per controller/action.\n You can pass your own security call in block and handle the PolicyBroken\n yourself.\n Policies are also inherited from parent classes.\n From wikipedia: \"An ostiarius, a Latin word sometimes anglicized as ostiary\n but often literally translated as porter or doorman, originally was a\n servant or guard posted at the entrance of a building. See also gatekeeper.\"\n".freeze s.email = ["jacques.hakvoort@nedap.com".freeze] s.files = ["LICENSE.txt".freeze, "README.md".freeze, "lib/ostiary.rb".freeze, "lib/ostiary/controller_helper.rb".freeze, "lib/ostiary/ostiary.rb".freeze, "lib/ostiary/policy.rb".freeze, "lib/ostiary/policy_exempted.rb".freeze, "lib/ostiary/policy_limited.rb".freeze, "lib/ostiary/version.rb".freeze] s.homepage = "https://github.com/nedap/ostiary".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Limit access to (rails) controllers/actions with policies".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 2.3.18".freeze]) s.add_development_dependency(%q.freeze, [">= 12.3.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end