Sha256: dfe97050354fbbdae877beb91ce7a146d86bb19fc8c00a3db50650b0f0955c7e

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

# frozen-string-literal: true

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

Gem::Specification.new do |spec|
  spec.name           = 'fluent-plugin-cwm-http'
  spec.version        = '0.3.2'
  spec.authors        = ['Azeem Sajid']
  spec.email          = ['azeem.sajid@gmail.com']

  spec.summary        = 'fluentd HTTP Input Plugin for CloudWebManage Logging Component'
  spec.description    = 'fluentd HTTP Input Plugin for CloudWebManage Logging Component with Log Metrics Support'
  spec.homepage       = 'https://github.com/CloudWebManage/fluent-plugin-http-cwm'
  spec.license        = 'Apache-2.0'

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

  spec.add_development_dependency 'bundler', '>= 1.14', '< 3'
  spec.add_development_dependency 'rake', '~> 12.3', '>= 12.3.3'
  spec.add_development_dependency 'simplecov', '~> 0.12', '<= 0.12.2'
  spec.add_development_dependency 'test-unit', '~> 3.0'
  spec.add_runtime_dependency 'fluentd', '>= 0.14.10', '< 2'
  spec.add_runtime_dependency 'json', '~> 2.3', '>= 2.3.0'
  spec.add_runtime_dependency 'redis', '~> 4.2', '>= 4.2.5'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-cwm-http-0.3.2 fluent-plugin-cwm-http.gemspec