# -*- encoding: utf-8 -*- # stub: bunny_carrot 0.0.2 ruby lib Gem::Specification.new do |s| s.name = "bunny_carrot".freeze s.version = "0.0.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Paired by Andrzej \u015Aliwa + Vladimir Zhukov, bonusbox GmbH".freeze] s.date = "2014-04-09" s.description = "BunnyCarrot is a worker implementation using the rabbitmq-client bunny.\nBased on actor-models it allows concurrent and supervised consumer-strategies.\n".freeze s.email = ["andrzej.sliwa@i-tool.eu, voldyjeengle@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bunny.png".freeze, "bunny_carrot.gemspec".freeze, "lib/bunny_carrot.rb".freeze, "lib/bunny_carrot/base_worker.rb".freeze, "lib/bunny_carrot/business_actor.rb".freeze, "lib/bunny_carrot/business_actor_observer.rb".freeze, "lib/bunny_carrot/consumer.rb".freeze, "lib/bunny_carrot/consumer_actor.rb".freeze, "lib/bunny_carrot/logger.rb".freeze, "lib/bunny_carrot/logging_actor.rb".freeze, "lib/bunny_carrot/rabbit_hole.rb".freeze, "lib/bunny_carrot/strategy/base.rb".freeze, "lib/bunny_carrot/strategy/block.rb".freeze, "lib/bunny_carrot/strategy/drop.rb".freeze, "lib/bunny_carrot/strategy/restart_and_block.rb".freeze, "lib/bunny_carrot/strategy/restart_and_drop.rb".freeze, "lib/bunny_carrot/version.rb".freeze, "spec/fixtures/consumer.rb".freeze, "spec/fixtures/producer.rb".freeze, "spec/fixtures/producer_and_consumer.rb".freeze, "spec/integration/smoke_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "https://github.com/bonusboxme/bunny_carrot".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The carrot for bunny. A rabbitmq-consumer.".freeze s.test_files = ["spec/fixtures/consumer.rb".freeze, "spec/fixtures/producer.rb".freeze, "spec/fixtures/producer_and_consumer.rb".freeze, "spec/integration/smoke_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.4".freeze, ">= 0.4.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.10".freeze, ">= 0.10.8".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) end