Sha256: 10fbb8ced54bb8cf517a0ea24480026373204b6999641557a707e1d9be94545f

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

# -*- encoding: utf-8 -*-

lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-pearson-aws-elasticsearch-service"
  spec.version       = "1.2.2"
  spec.authors       = ["gamunu"]
  spec.email         = ["gamunu.balagalla@gmail.com"]

  spec.summary       = %q{Output plugin to post to "Amazon Elasticsearch Service".}
  spec.description   = %q{this is a Output plugin. Post to "Amazon Elasticsearch Service".}
  spec.homepage      = "https://github.com/pearsontechnology/fluent-plugin-aws-elasticsearch-service"
  spec.license       = "MIT"


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

  spec.add_development_dependency "bundler", "~> 2.0"
  spec.add_development_dependency "rake", "~> 12.3.0"
  spec.add_development_dependency "rspec", "~> 3.8"
  spec.add_development_dependency "test-unit", "~> 3.0"
  spec.add_runtime_dependency "fluentd", ">= 0.14"
  spec.add_runtime_dependency "fluent-plugin-elasticsearch", "~> 2.11.0"
  spec.add_runtime_dependency "aws-sdk-core", "~> 3"
  spec.add_runtime_dependency "faraday_middleware-aws-sigv4", ">= 0.2.4", "< 0.3.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-pearson-aws-elasticsearch-service-1.2.2 fluent-plugin-pearson-aws-elasticsearch-service.gemspec