Sha256: 6472907435bcf7d5a8fd45279665cdd3d334d26c5b3bc8fbc9643760787c3916
Contents?: true
Size: 955 Bytes
Versions: 1
Compression:
Stored size: 955 Bytes
Contents
Gem::Specification.new do |s| s.name = 'logstash-filter-ipcat' s.version = '0.1.1' s.licenses = ['Apache License (2.0)'] s.summary = "Is this IP came from a datacenter?" s.description = "Logstash filter for the ipcat project." s.authors = ["athoune"] s.email = 'mlecarme@bearstech.com' s.homepage = "https://githubi.com/bearstech/logstash-filter-ipcat" 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" => "filter" } # Gem dependencies s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 3.0.0" s.add_runtime_dependency "ipcat_jruby", ">= 0.2.2" s.add_development_dependency 'logstash-devutils' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-filter-ipcat-0.1.1 | logstash-filter-ipcat.gemspec |