# -*- encoding: utf-8 -*-
# stub: fluent-plugin-notifier 0.2.2 ruby lib

Gem::Specification.new do |s|
  s.name = "fluent-plugin-notifier".freeze
  s.version = "0.2.2".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["TAGOMORI Satoshi".freeze]
  s.date = "2014-03-07"
  s.description = "check matched messages and emit alert message with throttling by conditions...".freeze
  s.email = ["tagomoris@gmail.com".freeze]
  s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "fluent-plugin-notifier.gemspec".freeze, "lib/fluent/plugin/out_notifier.rb".freeze, "test/helper.rb".freeze, "test/plugin/test_def.rb".freeze, "test/plugin/test_out_notifier.rb".freeze, "test/plugin/test_state.rb".freeze, "test/plugin/test_test.rb".freeze]
  s.homepage = "https://github.com/tagomoris/fluent-plugin-notifier".freeze
  s.licenses = ["APLv2".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "check matched messages and emit alert message".freeze
  s.test_files = ["test/helper.rb".freeze, "test/plugin/test_def.rb".freeze, "test/plugin/test_out_notifier.rb".freeze, "test/plugin/test_state.rb".freeze, "test/plugin/test_test.rb".freeze]

  s.specification_version = 4

  s.add_development_dependency(%q<rake>.freeze, [">= 0".freeze])
  s.add_runtime_dependency(%q<fluentd>.freeze, [">= 0".freeze])
end