# -*- encoding: utf-8 -*- # stub: rbmk 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "rbmk".freeze s.version = "0.1.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 = ["stronny red".freeze] s.date = "2016-01-20" s.description = "This is a rather simple Ruby LDAP server that proxies operations upstream but\nat the same time provides a facility to invoke your code at certain points in\nthe operation runtime. This may help to accomodate for some clients that\nare not smart enough to implement the logic you need themselves.\nLDAP is very rigid and static in its nature and although OpenLDAP provides some\nvery helpful overlays, it is far from enough.".freeze s.email = "stronny@celestia.ru".freeze s.executables = ["rbmk".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "bin/rbmk".freeze, "examples/rbmk.rb".freeze, "lib/rbmk/exception.rb".freeze, "lib/rbmk/logger.rb".freeze, "lib/rbmk/operation.rb".freeze, "lib/rbmk/peer.rb".freeze, "lib/rbmk/server.rb".freeze, "lib/rbmk/upstream.rb".freeze, "lib/rbmk/version.rb".freeze, "lib/rbmk/worker.rb".freeze] s.homepage = "https://github.com/stronny/rbmk".freeze s.licenses = ["CC0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "a trivial LDAP read-only proxy that allows you to get inside the bind and search operations".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.9.17".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.3".freeze]) end