Sha256: 207c3813427f320c3a13ea90092b2844232afbc94010a840904a9d84b92d62ca
Contents?: true
Size: 1.03 KB
Versions: 1
Compression:
Stored size: 1.03 KB
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-uri-parser" spec.version = "0.0.1" spec.authors = ["Daichi HIRATA"] spec.email = ["bunny.hop.md@gmail.com"] spec.license = "Apache-2.0" spec.summary = "This is a Fluentd plugin to parse uri and query string in log messages." spec.description = "This is a Fluentd plugin to parse uri and query string in log messages." spec.homepage = "https://github.com/daichirata/fluent-plugin-uri-parser" 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", "~> 0.12.0" spec.add_development_dependency "test-unit" spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-uri-parser-0.0.1 | fluent-plugin-uri-parser.gemspec |