# -*- encoding: utf-8 -*- # stub: ferocia-rubywmq 2.0.4 ruby lib # stub: ext/extconf.rb Gem::Specification.new do |s| s.name = "ferocia-rubywmq".freeze s.version = "2.0.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Reid Morrison".freeze, "Edwin Fine".freeze] s.date = "2013-06-17" s.description = "RubyWMQ is a high performance native Ruby interface into WebSphere MQ.".freeze s.email = ["reidmo@gmail.com".freeze] s.extensions = ["ext/extconf.rb".freeze] s.files = [".document".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "examples/each_a.rb".freeze, "examples/each_b.rb".freeze, "examples/each_header.rb".freeze, "examples/files_to_q.cfg".freeze, "examples/files_to_q.rb".freeze, "examples/get_a.rb".freeze, "examples/get_client.rb".freeze, "examples/put1_a.rb".freeze, "examples/put1_b.rb".freeze, "examples/put1_c.rb".freeze, "examples/put_a.rb".freeze, "examples/put_b.rb".freeze, "examples/put_dlh.rb".freeze, "examples/put_dynamic_q.rb".freeze, "examples/put_group_a.rb".freeze, "examples/put_group_b.rb".freeze, "examples/put_rfh.rb".freeze, "examples/put_rfh2_a.rb".freeze, "examples/put_rfh2_b.rb".freeze, "examples/put_xmit_q.rb".freeze, "examples/q_to_files.cfg".freeze, "examples/q_to_files.rb".freeze, "examples/request.rb".freeze, "examples/server.rb".freeze, "ext/decode_rfh.c".freeze, "ext/decode_rfh.h".freeze, "ext/extconf.rb".freeze, "ext/extconf_client.rb".freeze, "ext/generate/generate_const.rb".freeze, "ext/generate/generate_reason.rb".freeze, "ext/generate/generate_structs.rb".freeze, "ext/generate/wmq_structs.erb".freeze, "ext/wmq.c".freeze, "ext/wmq.h".freeze, "ext/wmq_message.c".freeze, "ext/wmq_mq_load.c".freeze, "ext/wmq_queue.c".freeze, "ext/wmq_queue_manager.c".freeze, "lib/rubywmq.rb".freeze, "lib/wmq.rb".freeze, "lib/wmq/message.rb".freeze, "lib/wmq/queue_manager.rb".freeze, "lib/wmq/version.rb".freeze, "tests/test.rb".freeze] s.homepage = "https://github.com/reidmorrison/rubywmq".freeze s.licenses = ["Apache License V2.0".freeze] s.post_install_message = "\n###########################################\n* [rubywmq] The rubywmq gem cannot be installed on a mac as you need WMQ client libraries on the system.\n* [rubywmq] Installation will complete successfully (so you can keep this gem in your bundles) but the gem will not function, you'll need stubs on a mac.\n###########################################\n\n".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.8.4".freeze) s.requirements = ["WebSphere MQ v5.3, v6 or v7 Client or Server with Development Kit".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Native Ruby interface into WebSphere MQ".freeze s.test_files = ["tests/test.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, [">= 0".freeze]) end