# -*- encoding: utf-8 -*- # stub: mqlight 1.0.2014120914.beta x86_64-darwin-13 lib # stub: ext/cproton/extconf.rb Gem::Specification.new do |s| s.name = "mqlight".freeze s.version = "1.0.2014120914.beta".freeze s.platform = "x86_64-darwin-13".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["IBM MQ Light team".freeze] s.date = "2014-12-09" s.description = "Allows you to connect and send messages with the MQ Light API.".freeze s.email = " ".freeze s.extensions = ["ext/cproton/extconf.rb".freeze] s.files = ["Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "ext/cproton/cproton.c".freeze, "ext/cproton/extconf.rb".freeze, "include/proton/buffer.h".freeze, "include/proton/cid.h".freeze, "include/proton/codec.h".freeze, "include/proton/condition.h".freeze, "include/proton/connection.h".freeze, "include/proton/container.h".freeze, "include/proton/cproton.i".freeze, "include/proton/delivery.h".freeze, "include/proton/disposition.h".freeze, "include/proton/driver.h".freeze, "include/proton/driver_extras.h".freeze, "include/proton/engine.h".freeze, "include/proton/error.h".freeze, "include/proton/event.h".freeze, "include/proton/framing.h".freeze, "include/proton/import_export.h".freeze, "include/proton/io.h".freeze, "include/proton/link.h".freeze, "include/proton/message.h".freeze, "include/proton/messenger.h".freeze, "include/proton/object.h".freeze, "include/proton/parser.h".freeze, "include/proton/sasl.h".freeze, "include/proton/scanner.h".freeze, "include/proton/selectable.h".freeze, "include/proton/selector.h".freeze, "include/proton/session.h".freeze, "include/proton/ssl.h".freeze, "include/proton/terminus.h".freeze, "include/proton/transport.h".freeze, "include/proton/type_compat.h".freeze, "include/proton/types.h".freeze, "include/proton/url.h".freeze, "include/proton/version.h".freeze, "lib/libqpid-proton.2.0.0.dylib".freeze, "lib/libqpid-proton.dylib".freeze, "lib/mqlight.rb".freeze, "lib/mqlight/blocking_client.rb".freeze, "lib/mqlight/delivery.rb".freeze, "lib/mqlight/destination.rb".freeze, "lib/mqlight/exceptions.rb".freeze, "lib/mqlight/util.rb".freeze, "lib/mqlight/version.rb".freeze, "lib/qpid_proton.rb".freeze, "lib/qpid_proton/array.rb".freeze, "lib/qpid_proton/data.rb".freeze, "lib/qpid_proton/data.rb.orig".freeze, "lib/qpid_proton/described.rb".freeze, "lib/qpid_proton/exception_handling.rb".freeze, "lib/qpid_proton/exception_handling.rb.orig".freeze, "lib/qpid_proton/exceptions.rb".freeze, "lib/qpid_proton/filters.rb".freeze, "lib/qpid_proton/hash.rb".freeze, "lib/qpid_proton/mapping.rb".freeze, "lib/qpid_proton/mapping.rb.orig".freeze, "lib/qpid_proton/message.rb".freeze, "lib/qpid_proton/message.rb.orig".freeze, "lib/qpid_proton/message_format.rb".freeze, "lib/qpid_proton/messenger.rb".freeze, "lib/qpid_proton/messenger.rb.orig".freeze, "lib/qpid_proton/selectable.rb".freeze, "lib/qpid_proton/strings.rb".freeze, "lib/qpid_proton/subscription.rb".freeze, "lib/qpid_proton/tracker.rb".freeze, "lib/qpid_proton/tracker_status.rb".freeze, "lib/qpid_proton/version.rb".freeze, "mqlight.gemspec".freeze, "samples/recv.rb".freeze, "samples/send.rb".freeze, "spec/mqlight/client_spec.rb".freeze, "spec/mqlight/delivery_spec.rb".freeze, "spec/mqlight/destination_spec.rb".freeze, "spec/mqlight/util_spec.rb".freeze, "spec/spec_helper.rb".freeze, "version.yaml".freeze] s.homepage = "https://developer.ibm.com/messaging/mq-light/".freeze s.licenses = ["Proprietary".freeze, "Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "An MQ Light client.".freeze s.test_files = ["spec/mqlight/client_spec.rb".freeze, "spec/mqlight/delivery_spec.rb".freeze, "spec/mqlight/destination_spec.rb".freeze, "spec/mqlight/util_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0".freeze]) end