# -*- encoding: utf-8 -*- # stub: fluentd 0.10.50 ruby lib Gem::Specification.new do |s| s.name = "fluentd".freeze s.version = "0.10.50".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 = "2014-06-17" s.description = "Fluentd is an event collector system. It is a generalized version of syslogd, which handles JSON objects for its log messages".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, "COPYING".freeze, "ChangeLog".freeze, "Gemfile".freeze, "Gemfile.cool.io.1.1.1".freeze, "README.md".freeze, "Rakefile".freeze, "bin/fluent-cat".freeze, "bin/fluent-debug".freeze, "bin/fluent-gem".freeze, "bin/fluentd".freeze, "fluent.conf".freeze, "fluentd.gemspec".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/formatter.rb".freeze, "lib/fluent/input.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/buf_zfile.rb".freeze, "lib/fluent/plugin/exec_util.rb".freeze, "lib/fluent/plugin/in_debug_agent.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/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_roundrobin.rb".freeze, "lib/fluent/plugin/out_stdout.rb".freeze, "lib/fluent/plugin/out_stream.rb".freeze, "lib/fluent/plugin/out_test.rb".freeze, "lib/fluent/plugin/socket_util.rb".freeze, "lib/fluent/process.rb".freeze, "lib/fluent/registry.rb".freeze, "lib/fluent/status.rb".freeze, "lib/fluent/supervisor.rb".freeze, "lib/fluent/test.rb".freeze, "lib/fluent/test/base.rb".freeze, "lib/fluent/test/input_test.rb".freeze, "lib/fluent/test/output_test.rb".freeze, "lib/fluent/version.rb".freeze, "spec/config/config_parser_spec.rb".freeze, "spec/config/configurable_spec.rb".freeze, "spec/config/configure_proxy_spec.rb".freeze, "spec/config/dsl_spec.rb".freeze, "spec/config/helper.rb".freeze, "spec/config/literal_parser_spec.rb".freeze, "spec/config/section_spec.rb".freeze, "spec/spec_helper.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_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_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/scripts/exec_script.rb".freeze, "test/scripts/fluent/plugin/formatter_known.rb".freeze, "test/scripts/fluent/plugin/parser_known.rb".freeze, "test/test_config.rb".freeze, "test/test_configdsl.rb".freeze, "test/test_formatter.rb".freeze, "test/test_match.rb".freeze, "test/test_mixin.rb".freeze, "test/test_output.rb".freeze, "test/test_parser.rb".freeze] s.homepage = "http://fluentd.org/".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Fluentd event collector".freeze s.test_files = ["spec/config/config_parser_spec.rb".freeze, "spec/config/configurable_spec.rb".freeze, "spec/config/configure_proxy_spec.rb".freeze, "spec/config/dsl_spec.rb".freeze, "spec/config/helper.rb".freeze, "spec/config/literal_parser_spec.rb".freeze, "spec/config/section_spec.rb".freeze, "spec/spec_helper.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_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_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/scripts/exec_script.rb".freeze, "test/scripts/fluent/plugin/formatter_known.rb".freeze, "test/scripts/fluent/plugin/parser_known.rb".freeze, "test/test_config.rb".freeze, "test/test_configdsl.rb".freeze, "test/test_formatter.rb".freeze, "test/test_match.rb".freeze, "test/test_mixin.rb".freeze, "test/test_output.rb".freeze, "test/test_parser.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0.4.4".freeze, "!= 0.5.0".freeze, "!= 0.5.1".freeze, "!= 0.5.2".freeze, "!= 0.5.3".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.1.1".freeze, "!= 1.2.0".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_development_dependency(%q.freeze, [">= 0.9.2".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.15.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0.0".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]) end