Sha256: f6b0d8a17284cfd2cddc78b5b40a903c46450ae4ad09716b9f8289e44c9f2053
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.name = "fluent-plugin-light-core" spec.version = "0.2.4" spec.authors = ["LIN LI"] spec.email = ["l.li@alphabets.cn"] spec.summary = %q{light core fluent plugin.} spec.description = %q{light core fluent plugin. support mongodb, nginx and application} spec.homepage = "https://git.alphabets.cn/light/fluent-plugin-light-core" spec.license = "Apache-2.0" test_files, files = `git ls-files -z`.split("\x0").partition do |f| f.match(%r{^(test|spec|features)/}) end spec.files = files spec.executables = files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = test_files spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 12.0" spec.add_development_dependency "test-unit", "~> 3.0" spec.add_runtime_dependency "fluentd", [">= 1.14.2", "< 2"] spec.add_runtime_dependency "sentry-ruby", [">= 4.8.0", "< 5"] spec.add_runtime_dependency "oj", [">= 3.13", "< 4"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-light-core-0.2.4 | fluent-plugin-light-core.gemspec |