Sha256: 0d8e5bfa2e8ad2598bf87f31e171c075844cbf2758b56aef51ae78d56721ac41

Contents?: true

Size: 783 Bytes

Versions: 1

Compression:

Stored size: 783 Bytes

Contents

# coding: utf-8

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-msgpack-parser"
  spec.version       = File.read("VERSION").strip
  spec.authors       = ["Tomás Rojas"]
  spec.email         = ["tmsrjs@gmail.com"]

  spec.summary       = %q{MessagePack parser for Fluentd}
  spec.homepage      = "https://github.com/bitex-la/fluent-plugin-msgpack-parser"

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

  spec.add_runtime_dependency "fluentd"
  spec.add_runtime_dependency "msgpack"

  spec.add_development_dependency "bundler", "~> 1.9"
  spec.add_development_dependency "rake", "~> 10.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-msgpack-parser-0.1.0 fluent-plugin-msgpack-parser.gemspec