Sha256: bb55df154387144a995a7db267fc53af5ac616720fd3907209832f40d3dfb6cb

Contents?: true

Size: 1022 Bytes

Versions: 4

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", ">= 2.0.0"
  spec.add_development_dependency "test-unit"
  spec.add_development_dependency "rake"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fluent-plugin-gelf-best-1.3.3 fluent-plugin-gelf-best.gemspec
fluent-plugin-gelf-best-1.3.0 fluent-plugin-gelf-best.gemspec
fluent-plugin-gelf-best-1.2.0 fluent-plugin-gelf-best.gemspec
fluent-plugin-gelf-best-1.1.0 fluent-plugin-gelf-best.gemspec