Sha256: 1fa10565be853345a1fa006a67eadb27caafc3707fedd00875076331d1115d11
Contents?: true
Size: 902 Bytes
Versions: 1
Compression:
Stored size: 902 Bytes
Contents
Gem::Specification.new do |s| s.name = 'logstash-filter-i18n' s.version = '0.1.0' s.licenses = ['Apache License (2.0)'] s.summary = "The i18n filter allows you to remove special characters from a field" s.description = "The i18n filter allows you to remove special characters from a field" s.authors = ["Elasticsearch"] s.email = 'richard.pijnenburg@elasticsearch.com' s.homepage = "http://logstash.net/" 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", "group" => "filter" } # Gem dependencies s.add_runtime_dependency 'logstash', '>= 1.4.0', '< 2.0.0' s.add_runtime_dependency 'i18n', ['>=0.6.6'] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
logstash-filter-i18n-0.1.0 | logstash-filter-i18n.gemspec |