Sha256: 10c2f653394f24e52f386bc250619dd1271adaf589ca01a06d3e4922c088f09a
Contents?: true
Size: 845 Bytes
Versions: 1
Compression:
Stored size: 845 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-stridespark" spec.version = "0.2.11" spec.authors = ["StrideSpark"] spec.email = ["devs@stridespark.com"] spec.summary = "Logentries output plugin for Fluent event collector" spec.homepage = "https://github.com/stridespark/fluent-plugin-logentries" 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" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-logentries-stridespark-0.2.11 | fluent-plugin-logentries.gemspec |