# -*- encoding: utf-8 -*- # stub: posix_mq 2.2.0 ruby lib # stub: ext/posix_mq/extconf.rb Gem::Specification.new do |s| s.name = "posix_mq".freeze s.version = "2.2.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 = ["Ruby POSIX MQ hackers".freeze] s.date = "2015-01-16" s.description = "POSIX message queues allow local processes to exchange data in the form\nof messages. This API is distinct from that provided by System V\nmessage queues, but provides similar functionality.".freeze s.email = "ruby-posix-mq@bogomips.org".freeze s.executables = ["posix-mq-rb".freeze] s.extensions = ["ext/posix_mq/extconf.rb".freeze] s.extra_rdoc_files = ["README".freeze, "LICENSE".freeze, "NEWS".freeze, "lib/posix_mq.rb".freeze, "ext/posix_mq/posix_mq.c".freeze, "posix-mq-rb_1".freeze] s.files = [".document".freeze, ".gitignore".freeze, ".manifest".freeze, ".olddoc.yml".freeze, "COPYING".freeze, "COPYING-GPL2".freeze, "Documentation/.gitignore".freeze, "Documentation/GNUmakefile".freeze, "Documentation/posix-mq-rb.1.txt".freeze, "GIT-VERSION-FILE".freeze, "GIT-VERSION-GEN".freeze, "GNUmakefile".freeze, "LATEST".freeze, "LICENSE".freeze, "NEWS".freeze, "README".freeze, "archive/.gitignore".freeze, "archive/slrnpull.conf".freeze, "bin/posix-mq-rb".freeze, "ext/posix_mq/extconf.rb".freeze, "ext/posix_mq/posix_mq.c".freeze, "lib/posix_mq.rb".freeze, "man/man1/posix-mq-rb.1".freeze, "pkg.mk".freeze, "posix-mq-rb_1".freeze, "posix_mq.gemspec".freeze, "setup.rb".freeze, "test/test_posix_mq.rb".freeze] s.homepage = "http://bogomips.org/ruby_posix_mq/".freeze s.licenses = ["GPL-2.0".freeze, "LGPL-3.0+".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "POSIX Message Queues for Ruby".freeze s.test_files = ["test/test_posix_mq.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end