Sha256: a29c2bf4c1cd0b8ff65ec6771ae6e8a8d55ec57c5cf7b95bfbe22f9f0b9baedd
Contents?: true
Size: 903 Bytes
Versions: 1
Compression:
Stored size: 903 Bytes
Contents
Gem::Specification.new do |s| s.name = 'logstash-input-proc' s.version = '0.3.1' s.licenses = ['Apache License (2.0)'] s.summary = "This plugin is for reading the /proc of a linux filesystem" s.description = "Plugin is used with logstash" s.authors = ["Edward Perry"] s.email = 'edwardperry1@gmail.com' s.homepage = "http://eperry.github.io/logstash-input-proc/" s.require_paths = ["lib"] # Files s.files = `git ls-files`.split($\) # 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" => "input" } # Gem dependencies s.add_runtime_dependency "logstash-core", '>= 1.4.0', '< 2.0.0' s.add_runtime_dependency 'logstash-codec-plain' s.add_runtime_dependency 'stud' s.add_development_dependency 'logstash-devutils' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-input-proc-0.3.1 | logstash-input-proc.gemspec |