Sha256: 7ad5a36db5ea09b755ef62138a130f8c2a48b55d1adde67f5a7701014ce7d841
Contents?: true
Size: 987 Bytes
Versions: 1
Compression:
Stored size: 987 Bytes
Contents
Gem::Specification.new do |s| s.name = 'logstash-output-icinga' s.version = '1.0.0' s.licenses = ['Apache License (2.0)'] s.summary = 'A Logstash output that calls the Icinga API' s.homepage = 'https://github.com/icinga/logstash-output-icinga' s.authors = ['Icinga Development Team'] s.email = 'info@icinga.com' s.require_paths = ['lib'] # Files s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','CONTRIBUTORS','Gemfile','LICENSE','NOTICE.TXT'] # Tests s.test_files = s.files.grep(%r{^(test|spec|features)/}) # Special flag to let us know this is actually a logstash plugin s.metadata = { "logstash_plugin" => "true", "logstash_group" => "output" } # Gem dependencies s.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0" s.add_runtime_dependency "logstash-codec-plain" s.add_development_dependency "logstash-devutils" s.add_development_dependency "webmock", "~> 2.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-output-icinga-1.0.0 | logstash-output-icinga.gemspec |