# -*- encoding: utf-8 -*- # stub: pmux 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "pmux".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["maebashi".freeze] s.date = "2013-04-23" s.description = "lightweight file-based MapReduce system".freeze s.executables = ["pmux".freeze] s.files = [".gitignore".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/pmux".freeze, "lib/pmux.rb".freeze, "lib/pmux/application.rb".freeze, "lib/pmux/cleaner.rb".freeze, "lib/pmux/fiber18.rb".freeze, "lib/pmux/fixcmd.rb".freeze, "lib/pmux/gatherer.rb".freeze, "lib/pmux/handler.rb".freeze, "lib/pmux/job.rb".freeze, "lib/pmux/joblogger.rb".freeze, "lib/pmux/mapper.rb".freeze, "lib/pmux/mros.rb".freeze, "lib/pmux/multi_session.rb".freeze, "lib/pmux/pipeio.rb".freeze, "lib/pmux/plugin.rb".freeze, "lib/pmux/q.rb".freeze, "lib/pmux/reducer.rb".freeze, "lib/pmux/storage_adapter.rb".freeze, "lib/pmux/task_dispatcher.rb".freeze, "lib/pmux/task_queue.rb".freeze, "lib/pmux/task_scheduler.rb".freeze, "lib/pmux/util_daemon.rb".freeze, "lib/pmux/util_logger.rb".freeze, "lib/pmux/version.rb".freeze, "lib/pmux/worker.rb".freeze, "lib/pmux/writer.rb".freeze, "pmux.gemspec".freeze, "test/log/1234567890.yml".freeze, "test/mock_mros.rb".freeze, "test/mock_pipeio.rb".freeze, "test/mock_world.rb".freeze, "test/mock_xattr.rb".freeze, "test/runner.rb".freeze, "test/test_application.rb".freeze, "test/test_fixcmd.rb".freeze, "test/test_handler.rb".freeze, "test/test_i_mapreduce.rb".freeze, "test/test_i_mros.rb".freeze, "test/test_i_msession.rb".freeze, "test/test_job.rb".freeze, "test/test_joblogger.rb".freeze, "test/test_mapper.rb".freeze, "test/test_pipeio.rb".freeze, "test/test_storage_adapter.rb".freeze, "test/test_task_queue.rb".freeze, "test/test_task_scheduler.rb".freeze, "test/txt/0.log".freeze, "test/txt/1.log".freeze, "test/txt/2.log".freeze, "test/txt/3.log".freeze, "test/txt/4.log".freeze, "test/txt/5.log".freeze, "test/txt/6.log".freeze, "test/txt/7.log".freeze, "test/txt/8.log".freeze, "test/unittest_helper.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "lightweight file-based MapReduce system".freeze s.test_files = ["test/log/1234567890.yml".freeze, "test/mock_mros.rb".freeze, "test/mock_pipeio.rb".freeze, "test/mock_world.rb".freeze, "test/mock_xattr.rb".freeze, "test/runner.rb".freeze, "test/test_application.rb".freeze, "test/test_fixcmd.rb".freeze, "test/test_handler.rb".freeze, "test/test_i_mapreduce.rb".freeze, "test/test_i_mros.rb".freeze, "test/test_i_msession.rb".freeze, "test/test_job.rb".freeze, "test/test_joblogger.rb".freeze, "test/test_mapper.rb".freeze, "test/test_pipeio.rb".freeze, "test/test_storage_adapter.rb".freeze, "test/test_task_queue.rb".freeze, "test/test_task_scheduler.rb".freeze, "test/txt/0.log".freeze, "test/txt/1.log".freeze, "test/txt/2.log".freeze, "test/txt/3.log".freeze, "test/txt/4.log".freeze, "test/txt/5.log".freeze, "test/txt/6.log".freeze, "test/txt/7.log".freeze, "test/txt/8.log".freeze, "test/unittest_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end