Sha256: ee92ed13d24d4a8408faf652e33e37e9c4e3291622ec8e8f393540d35cc1ed5b
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
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 "oj", "~> 3.3.10" 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.2 | fluent-plugin-gelf-best.gemspec |