Sha256: a25a11d9a5e09099c423424135bcbe3f4d6ddf31900f865a6654274d47957114
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
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://github.com/mackerelio/fluent-plugin-webhook-mackerel" spec.license = "MIT" spec.required_ruby_version = ">= 2.7.0" 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.14.0" spec.add_development_dependency "bundler", "~> 2.0" spec.add_development_dependency "rake" spec.add_development_dependency "test-unit" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-webhook-mackerel-0.1.0 | fluent-plugin-webhook-mackerel.gemspec |