# -*- encoding: utf-8 -*- # stub: hot_bunnies 1.4.0.pre3 java lib Gem::Specification.new do |s| s.name = "hot_bunnies".freeze s.version = "1.4.0.pre3".freeze s.platform = "java".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 = ["Theo Hultberg".freeze, "Michael S. Klishin".freeze] s.date = "2012-06-29" s.description = "A object oriented interface to RabbitMQ that uses the Java driver under the hood".freeze s.email = ["theo@burtcorp.com".freeze] s.files = [".gitignore".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "examples/blocking_subscription.rb".freeze, "examples/non_blocking_subscription.rb".freeze, "examples/non_blocking_subscription_with_executor.rb".freeze, "hot_bunnies.gemspec".freeze, "lib/ext/commons-io.jar".freeze, "lib/ext/rabbitmq-client.jar".freeze, "lib/hot_bunnies.rb".freeze, "lib/hot_bunnies/channel.rb".freeze, "lib/hot_bunnies/exchange.rb".freeze, "lib/hot_bunnies/queue.rb".freeze, "lib/hot_bunnies/version.rb".freeze, "spec/integration/alternate_exchanges_spec.rb".freeze, "spec/integration/basic_consume_spec.rb".freeze, "spec/integration/connection_spec.rb".freeze, "spec/integration/error_handling_by_consumers_spec.rb".freeze, "spec/integration/exchange_bind_spec.rb".freeze, "spec/integration/exchange_declare_spec.rb".freeze, "spec/integration/message_metadata_access_spec.rb".freeze, "spec/integration/publisher_confirmations_spec.rb".freeze, "spec/integration/queue_bind_spec.rb".freeze, "spec/integration/queue_declare_spec.rb".freeze, "spec/integration/queue_delete_spec.rb".freeze, "spec/integration/queue_purge_spec.rb".freeze, "spec/integration/queue_unbind_spec.rb".freeze, "spec/integration/sender_selected_distribution_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/iconara/hot_bunnies".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Ruby wrapper for the RabbitMQ Java driver".freeze end