Sha256: fdd982294a4ec01a4b8f778f2fba4af451c24c2c13371f83ef11cada20e264a2

Contents?: true

Size: 734 Bytes

Versions: 1

Compression:

Stored size: 734 Bytes

Contents

# coding: utf-8
Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-mutate_filter"
  spec.version       = "0.1.0"
  spec.authors       = ["Jonathan Serafini"]
  spec.email         = ["jonathan@serafini.ca"]
  spec.summary       = %q{A mutate filter for Fluent which functions like Logstash.}
  spec.description   = spec.description
  spec.homepage      = "http://fuck.off"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.executables   = []
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency "fluentd", [">= 0.12.0", "< 0.15.0"]
  spec.add_development_dependency "bundler", "~> 1.11"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-mutate_filter-0.1.0 fluent-plugin-mutate_filter.gemspec