Sha256: dd720012c45eb4045b1f7b84824adde2e589d3b558cf7fe305c3c418c19b28ec
Contents?: true
Size: 1012 Bytes
Versions: 1
Compression:
Stored size: 1012 Bytes
Contents
lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-webhook-mackerel" spec.version = File.read(File.expand_path('../VERSION', __FILE__)) spec.authors = ["mackerelio"] spec.email = ["mackerel-developers@mackerel.io"] spec.summary = %q{fluentd input plugin for receiving Mackerel webhook} spec.description = %q{fluentd input plugin for receiving Mackerel webhook} spec.homepage = "https://mackerel.com/mackerelio/fluent-plugin-webhook-mackerel" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "fluentd", "~> 0" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-webhook-mackerel-0.0.1 | fluent-plugin-webhook-mackerel.gemspec |