Sha256: 9d3e5966a0ab3d1206982bdfa160c92f936e6e782226ae2255af0e10b75b8eeb

Contents?: true

Size: 908 Bytes

Versions: 1

Compression:

Stored size: 908 Bytes

Contents

# coding: 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-logentries-simple-config"
  spec.version       = "0.2.14w"
  spec.authors       = ["notmaxx"]
  spec.email         = ["notmaxx@gmail.com"]
  spec.summary       = "Logentries output plugin for Fluent event"
  spec.homepage      = "https://github.com/notmaxx/fluent-plugin-logentries"
  spec.description   = "Logentries output plugin for Fluent event without Logentries config file, just with simple token"
  spec.license       = "MIT"

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

  spec.add_development_dependency "bundler", "~> 1.5"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-logentries-simple-config-0.2.14w fluent-plugin-logentries-simple-config.gemspec