Sha256: a686aad3b4f5a0672be93e53bd5df2165ff6f01dbf2d1bd0d28334be7ec19f4e

Contents?: true

Size: 1022 Bytes

Versions: 1

Compression:

Stored size: 1022 Bytes

Contents

# -*- encoding: utf-8 -*-
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'fluent-plugin-gelf-best/version'

Gem::Specification.new do |spec|
  spec.name        = "fluent-plugin-gelf-best"
  spec.version     = FluentPluginGelfBest::VERSION
  spec.authors     = ["Alex Yamauchi", "Eric Searcy", "Bartosz Michaliewicz"]
  spec.licenses       = ["Apache-2.0"]
  spec.email          = ["bartosz.michalkiewicz@outlook.com"]

  spec.summary     = "Sends Fluentd events Graylog2 by GELF"
  spec.homepage    = "https://github.com/bmichalkiewicz/fluent-plugin-gelf-best"

  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", ">=1.0.0"
  spec.add_runtime_dependency "gelf", ">= 3.1.0"
  spec.add_development_dependency "test-unit"
  spec.add_development_dependency "rake"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-gelf-best-1.3.4 fluent-plugin-gelf-best.gemspec