Sha256: 53f4045ec911a5cfa84a55f40c4a2c748a44098bfc0c7b13b1ecae9f323c580b

Contents?: true

Size: 859 Bytes

Versions: 1

Compression:

Stored size: 859 Bytes

Contents

# coding: utf-8
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-simplearithmetic"
  spec.version       = "0.0.3"
  spec.authors       = ["Takahiro Kamatani"]
  spec.email         = ["buhii314@gmail.com"]
  spec.description   = %q{Fluent plugin to calculate messages.}
  spec.summary       = spec.description
  spec.homepage      = "https://github.com/buhii/fluent-plugin-simplearithmetic"
  spec.license       = "Apache License, Version 2.0"
  spec.has_rdoc      = false

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

  spec.add_dependency "fluentd", "~> 0.10.0"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-simplearithmetic-0.0.3 fluent-plugin-simplearithmetic.gemspec