# -*- encoding: utf-8 -*-
# stub: fluentd 0.10.42 ruby lib

Gem::Specification.new do |s|
  s.name = "fluentd".freeze
  s.version = "0.10.42".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 = "2013-12-25"
  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, ".rvmrc".freeze, ".travis.yml".freeze, "AUTHORS".freeze, "COPYING".freeze, "ChangeLog".freeze, "Gemfile".freeze, "README.rdoc".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/cat.rb".freeze, "lib/fluent/command/debug.rb".freeze, "lib/fluent/command/fluentd.rb".freeze, "lib/fluent/config.rb".freeze, "lib/fluent/config_dsl.rb".freeze, "lib/fluent/engine.rb".freeze, "lib/fluent/env.rb".freeze, "lib/fluent/event.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/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, "test/config.rb".freeze, "test/configdsl.rb".freeze, "test/helper.rb".freeze, "test/match.rb".freeze, "test/mixin.rb".freeze, "test/output.rb".freeze, "test/parser.rb".freeze, "test/plugin/in_exec.rb".freeze, "test/plugin/in_forward.rb".freeze, "test/plugin/in_gc_stat.rb".freeze, "test/plugin/in_http.rb".freeze, "test/plugin/in_object_space.rb".freeze, "test/plugin/in_status.rb".freeze, "test/plugin/in_stream.rb".freeze, "test/plugin/in_syslog.rb".freeze, "test/plugin/in_tail.rb".freeze, "test/plugin/out_copy.rb".freeze, "test/plugin/out_exec.rb".freeze, "test/plugin/out_exec_filter.rb".freeze, "test/plugin/out_file.rb".freeze, "test/plugin/out_forward.rb".freeze, "test/plugin/out_roundrobin.rb".freeze, "test/plugin/out_stdout.rb".freeze, "test/plugin/out_stream.rb".freeze, "test/scripts/exec_script.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 = ["test/config.rb".freeze, "test/configdsl.rb".freeze, "test/helper.rb".freeze, "test/match.rb".freeze, "test/mixin.rb".freeze, "test/output.rb".freeze, "test/parser.rb".freeze, "test/plugin/in_exec.rb".freeze, "test/plugin/in_forward.rb".freeze, "test/plugin/in_gc_stat.rb".freeze, "test/plugin/in_http.rb".freeze, "test/plugin/in_object_space.rb".freeze, "test/plugin/in_status.rb".freeze, "test/plugin/in_stream.rb".freeze, "test/plugin/in_syslog.rb".freeze, "test/plugin/in_tail.rb".freeze, "test/plugin/out_copy.rb".freeze, "test/plugin/out_exec.rb".freeze, "test/plugin/out_exec_filter.rb".freeze, "test/plugin/out_file.rb".freeze, "test/plugin/out_forward.rb".freeze, "test/plugin/out_roundrobin.rb".freeze, "test/plugin/out_stdout.rb".freeze, "test/plugin/out_stream.rb".freeze, "test/scripts/exec_script.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<msgpack>.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<json>.freeze, [">= 1.4.3".freeze])
  s.add_runtime_dependency(%q<yajl-ruby>.freeze, ["~> 1.0".freeze])
  s.add_runtime_dependency(%q<cool.io>.freeze, ["~> 1.1.1".freeze])
  s.add_runtime_dependency(%q<http_parser.rb>.freeze, ["~> 0.5.1".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 0.9.2".freeze])
  s.add_development_dependency(%q<parallel_tests>.freeze, [">= 0.15.3".freeze])
  s.add_development_dependency(%q<rr>.freeze, [">= 1.0.0".freeze])
  s.add_development_dependency(%q<timecop>.freeze, [">= 0.3.0".freeze])
end