Sha256: 838881ec736937a7750001e19b0a5f997722965fc10eb6188cbb5084274ebde7

Contents?: true

Size: 823 Bytes

Versions: 1

Compression:

Stored size: 823 Bytes

Contents

# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-notifier"
  gem.version       = "0.1.0"
  gem.authors       = ["TAGOMORI Satoshi"]
  gem.email         = ["tagomoris@gmail.com"]
  gem.summary       = %q{check matched messages and emit alert message}
  gem.description   = %q{check matched messages and emit alert message with throttling by conditions...}
  gem.homepage      = "https://github.com/tagomoris/fluent-plugin-notifier"

  gem.files         = `git ls-files`.split($\)
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]

  gem.add_development_dependency "rake"
  gem.add_development_dependency "fluentd"
  gem.add_runtime_dependency "fluentd"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-notifier-0.1.0 fluent-plugin-notifier.gemspec