# -*- encoding: utf-8 -*- # stub: ostiary 0.8.0 ruby lib Gem::Specification.new do |s| s.name = "ostiary".freeze s.version = "0.8.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 = "2017-01-19" s.description = " 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 Ostiary is a security gem for your 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".freeze s.email = ["jacques.hakvoort@nedap.com".freeze] s.files = [".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".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, "ostiary.gemspec".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 controllers/actions with policies".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end