# -*- encoding: utf-8 -*- # stub: fluentd 0.12.29 ruby lib Gem::Specification.new do |s| s.name = "fluentd".freeze s.version = "0.12.29".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Sadayuki Furuhashi".freeze] s.date = "2016-09-06" s.description = "Fluentd is an open source data collector designed to scale and simplify log management. It can collect, process and ship many kinds of data in near real-time.".freeze s.email = ["frsyuki@gmail.com".freeze] s.executables = ["fluent-cat".freeze, "fluent-debug".freeze, "fluent-gem".freeze, "fluentd".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "AUTHORS".freeze, "CONTRIBUTING.md".freeze, "COPYING".freeze, "ChangeLog".freeze, "Gemfile".freeze, "README.md".freeze, "Rakefile".freeze, "bin/fluent-cat".freeze, "bin/fluent-debug".freeze, "bin/fluent-gem".freeze, "bin/fluentd".freeze, "example/filter_stdout.conf".freeze, "example/in_forward.conf".freeze, "example/in_http.conf".freeze, "example/in_syslog.conf".freeze, "example/in_tail.conf".freeze, "example/in_tcp.conf".freeze, "example/in_udp.conf".freeze, "example/out_copy.conf".freeze, "example/out_file.conf".freeze, "example/out_forward.conf".freeze, "example/v0_12_filter.conf".freeze, "example/v1_literal_example.conf".freeze, "fluent.conf".freeze, "fluentd.gemspec".freeze, "lib/fluent/agent.rb".freeze, "lib/fluent/buffer.rb".freeze, "lib/fluent/command/bundler_injection.rb".freeze, "lib/fluent/command/cat.rb".freeze, "lib/fluent/command/debug.rb".freeze, "lib/fluent/command/fluentd.rb".freeze, "lib/fluent/config.rb".freeze, "lib/fluent/config/basic_parser.rb".freeze, "lib/fluent/config/configure_proxy.rb".freeze, "lib/fluent/config/dsl.rb".freeze, "lib/fluent/config/element.rb".freeze, "lib/fluent/config/error.rb".freeze, "lib/fluent/config/literal_parser.rb".freeze, "lib/fluent/config/parser.rb".freeze, "lib/fluent/config/section.rb".freeze, "lib/fluent/config/types.rb".freeze, "lib/fluent/config/v1_parser.rb".freeze, "lib/fluent/configurable.rb".freeze, "lib/fluent/engine.rb".freeze, "lib/fluent/env.rb".freeze, "lib/fluent/event.rb".freeze, "lib/fluent/event_router.rb".freeze, "lib/fluent/filter.rb".freeze, "lib/fluent/formatter.rb".freeze, "lib/fluent/input.rb".freeze, "lib/fluent/label.rb".freeze, "lib/fluent/load.rb".freeze, "lib/fluent/log.rb".freeze, "lib/fluent/match.rb".freeze, "lib/fluent/mixin.rb".freeze, "lib/fluent/output.rb".freeze, "lib/fluent/parser.rb".freeze, "lib/fluent/plugin.rb".freeze, "lib/fluent/plugin/buf_file.rb".freeze, "lib/fluent/plugin/buf_memory.rb".freeze, "lib/fluent/plugin/exec_util.rb".freeze, "lib/fluent/plugin/file_util.rb".freeze, "lib/fluent/plugin/filter_grep.rb".freeze, "lib/fluent/plugin/filter_parser.rb".freeze, "lib/fluent/plugin/filter_record_transformer.rb".freeze, "lib/fluent/plugin/filter_stdout.rb".freeze, "lib/fluent/plugin/in_debug_agent.rb".freeze, "lib/fluent/plugin/in_dummy.rb".freeze, "lib/fluent/plugin/in_exec.rb".freeze, "lib/fluent/plugin/in_forward.rb".freeze, "lib/fluent/plugin/in_gc_stat.rb".freeze, "lib/fluent/plugin/in_http.rb".freeze, "lib/fluent/plugin/in_monitor_agent.rb".freeze, "lib/fluent/plugin/in_object_space.rb".freeze, "lib/fluent/plugin/in_status.rb".freeze, "lib/fluent/plugin/in_stream.rb".freeze, "lib/fluent/plugin/in_syslog.rb".freeze, "lib/fluent/plugin/in_tail.rb".freeze, "lib/fluent/plugin/in_tcp.rb".freeze, "lib/fluent/plugin/in_udp.rb".freeze, "lib/fluent/plugin/out_copy.rb".freeze, "lib/fluent/plugin/out_exec.rb".freeze, "lib/fluent/plugin/out_exec_filter.rb".freeze, "lib/fluent/plugin/out_file.rb".freeze, "lib/fluent/plugin/out_forward.rb".freeze, "lib/fluent/plugin/out_null.rb".freeze, "lib/fluent/plugin/out_relabel.rb".freeze, "lib/fluent/plugin/out_roundrobin.rb".freeze, "lib/fluent/plugin/out_stdout.rb".freeze, "lib/fluent/plugin/out_stream.rb".freeze, "lib/fluent/plugin/socket_util.rb".freeze, "lib/fluent/plugin/string_util.rb".freeze, "lib/fluent/process.rb".freeze, "lib/fluent/registry.rb".freeze, "lib/fluent/root_agent.rb".freeze, "lib/fluent/rpc.rb".freeze, "lib/fluent/status.rb".freeze, "lib/fluent/supervisor.rb".freeze, "lib/fluent/system_config.rb".freeze, "lib/fluent/test.rb".freeze, "lib/fluent/test/base.rb".freeze, "lib/fluent/test/filter_test.rb".freeze, "lib/fluent/test/formatter_test.rb".freeze, "lib/fluent/test/input_test.rb".freeze, "lib/fluent/test/output_test.rb".freeze, "lib/fluent/test/parser_test.rb".freeze, "lib/fluent/time.rb".freeze, "lib/fluent/timezone.rb".freeze, "lib/fluent/version.rb".freeze, "test/config/assertions.rb".freeze, "test/config/test_config_parser.rb".freeze, "test/config/test_configurable.rb".freeze, "test/config/test_configure_proxy.rb".freeze, "test/config/test_dsl.rb".freeze, "test/config/test_literal_parser.rb".freeze, "test/config/test_section.rb".freeze, "test/config/test_system_config.rb".freeze, "test/config/test_types.rb".freeze, "test/helper.rb".freeze, "test/plugin/data/2010/01/20100102-030405.log".freeze, "test/plugin/data/2010/01/20100102-030406.log".freeze, "test/plugin/data/2010/01/20100102.log".freeze, "test/plugin/data/log/bar".freeze, "test/plugin/data/log/foo/bar.log".freeze, "test/plugin/data/log/test.log".freeze, "test/plugin/test_buf_file.rb".freeze, "test/plugin/test_buf_memory.rb".freeze, "test/plugin/test_file_util.rb".freeze, "test/plugin/test_filter_grep.rb".freeze, "test/plugin/test_filter_parser.rb".freeze, "test/plugin/test_filter_record_transformer.rb".freeze, "test/plugin/test_filter_stdout.rb".freeze, "test/plugin/test_in_debug_agent.rb".freeze, "test/plugin/test_in_dummy.rb".freeze, "test/plugin/test_in_exec.rb".freeze, "test/plugin/test_in_forward.rb".freeze, "test/plugin/test_in_gc_stat.rb".freeze, "test/plugin/test_in_http.rb".freeze, "test/plugin/test_in_object_space.rb".freeze, "test/plugin/test_in_status.rb".freeze, "test/plugin/test_in_stream.rb".freeze, "test/plugin/test_in_syslog.rb".freeze, "test/plugin/test_in_tail.rb".freeze, "test/plugin/test_in_tcp.rb".freeze, "test/plugin/test_in_udp.rb".freeze, "test/plugin/test_out_copy.rb".freeze, "test/plugin/test_out_exec.rb".freeze, "test/plugin/test_out_exec_filter.rb".freeze, "test/plugin/test_out_file.rb".freeze, "test/plugin/test_out_forward.rb".freeze, "test/plugin/test_out_roundrobin.rb".freeze, "test/plugin/test_out_stdout.rb".freeze, "test/plugin/test_out_stream.rb".freeze, "test/plugin/test_string_util.rb".freeze, "test/scripts/exec_script.rb".freeze, "test/scripts/fluent/plugin/formatter_known.rb".freeze, "test/scripts/fluent/plugin/out_test.rb".freeze, "test/scripts/fluent/plugin/parser_known.rb".freeze, "test/test_buffer.rb".freeze, "test/test_config.rb".freeze, "test/test_configdsl.rb".freeze, "test/test_event.rb".freeze, "test/test_event_router.rb".freeze, "test/test_filter.rb".freeze, "test/test_formatter.rb".freeze, "test/test_input.rb".freeze, "test/test_log.rb".freeze, "test/test_match.rb".freeze, "test/test_mixin.rb".freeze, "test/test_output.rb".freeze, "test/test_parser.rb".freeze, "test/test_plugin_classes.rb".freeze, "test/test_process.rb".freeze, "test/test_root_agent.rb".freeze] s.homepage = "http://fluentd.org/".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Fluentd event collector".freeze s.test_files = ["test/config/assertions.rb".freeze, "test/config/test_config_parser.rb".freeze, "test/config/test_configurable.rb".freeze, "test/config/test_configure_proxy.rb".freeze, "test/config/test_dsl.rb".freeze, "test/config/test_literal_parser.rb".freeze, "test/config/test_section.rb".freeze, "test/config/test_system_config.rb".freeze, "test/config/test_types.rb".freeze, "test/helper.rb".freeze, "test/plugin/data/2010/01/20100102-030405.log".freeze, "test/plugin/data/2010/01/20100102-030406.log".freeze, "test/plugin/data/2010/01/20100102.log".freeze, "test/plugin/data/log/bar".freeze, "test/plugin/data/log/foo/bar.log".freeze, "test/plugin/data/log/test.log".freeze, "test/plugin/test_buf_file.rb".freeze, "test/plugin/test_buf_memory.rb".freeze, "test/plugin/test_file_util.rb".freeze, "test/plugin/test_filter_grep.rb".freeze, "test/plugin/test_filter_parser.rb".freeze, "test/plugin/test_filter_record_transformer.rb".freeze, "test/plugin/test_filter_stdout.rb".freeze, "test/plugin/test_in_debug_agent.rb".freeze, "test/plugin/test_in_dummy.rb".freeze, "test/plugin/test_in_exec.rb".freeze, "test/plugin/test_in_forward.rb".freeze, "test/plugin/test_in_gc_stat.rb".freeze, "test/plugin/test_in_http.rb".freeze, "test/plugin/test_in_object_space.rb".freeze, "test/plugin/test_in_status.rb".freeze, "test/plugin/test_in_stream.rb".freeze, "test/plugin/test_in_syslog.rb".freeze, "test/plugin/test_in_tail.rb".freeze, "test/plugin/test_in_tcp.rb".freeze, "test/plugin/test_in_udp.rb".freeze, "test/plugin/test_out_copy.rb".freeze, "test/plugin/test_out_exec.rb".freeze, "test/plugin/test_out_exec_filter.rb".freeze, "test/plugin/test_out_file.rb".freeze, "test/plugin/test_out_forward.rb".freeze, "test/plugin/test_out_roundrobin.rb".freeze, "test/plugin/test_out_stdout.rb".freeze, "test/plugin/test_out_stream.rb".freeze, "test/plugin/test_string_util.rb".freeze, "test/scripts/exec_script.rb".freeze, "test/scripts/fluent/plugin/formatter_known.rb".freeze, "test/scripts/fluent/plugin/out_test.rb".freeze, "test/scripts/fluent/plugin/parser_known.rb".freeze, "test/test_buffer.rb".freeze, "test/test_config.rb".freeze, "test/test_configdsl.rb".freeze, "test/test_event.rb".freeze, "test/test_event_router.rb".freeze, "test/test_filter.rb".freeze, "test/test_formatter.rb".freeze, "test/test_input.rb".freeze, "test/test_log.rb".freeze, "test/test_match.rb".freeze, "test/test_mixin.rb".freeze, "test/test_output.rb".freeze, "test/test_parser.rb".freeze, "test/test_plugin_classes.rb".freeze, "test/test_process.rb".freeze, "test/test_root_agent.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.5.11".freeze, "< 0.6.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.4.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.2".freeze, "< 2.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.5.1".freeze, "< 0.7.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.2.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.0.3".freeze, "<= 0.0.5".freeze]) s.add_development_dependency(%q.freeze, [">= 0.9.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.3.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0.15.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6.4".freeze]) s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.0.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) end