# -*- encoding: utf-8 -*- # stub: proco 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "proco".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Junegunn Choi".freeze] s.date = "2013-03-04" s.description = "A lightweight asynchronous task executor service designed for efficient batch processing".freeze s.email = ["junegunn.c@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "benchmark/comparison.rb".freeze, "benchmark/submission.rb".freeze, "lib/proco.rb".freeze, "lib/proco/dispatcher.rb".freeze, "lib/proco/future.rb".freeze, "lib/proco/logger.rb".freeze, "lib/proco/mt/base.rb".freeze, "lib/proco/mt/pool.rb".freeze, "lib/proco/mt/threaded.rb".freeze, "lib/proco/mt/worker.rb".freeze, "lib/proco/queue/base.rb".freeze, "lib/proco/queue/batch_queue.rb".freeze, "lib/proco/queue/multi_queue.rb".freeze, "lib/proco/queue/single_queue.rb".freeze, "lib/proco/version.rb".freeze, "proco.gemspec".freeze, "test/test_mt_base.rb".freeze, "test/test_mt_threaded.rb".freeze, "test/test_pool.rb".freeze, "test/test_proco.rb".freeze, "test/test_queue.rb".freeze, "test/test_worker.rb".freeze] s.homepage = "https://github.com/junegunn/proco".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A lightweight asynchronous task executor service designed for efficient batch processing".freeze s.test_files = ["test/test_mt_base.rb".freeze, "test/test_mt_threaded.rb".freeze, "test/test_pool.rb".freeze, "test/test_proco.rb".freeze, "test/test_queue.rb".freeze, "test/test_worker.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 0.1.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.2.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end