Sha256: 1dd74b77c3e70a882d50cc486c0272d016f9af5d263b4300a1edbb25ca1eb9b7

Contents?: true

Size: 1.07 KB

Versions: 1

Compression:

Stored size: 1.07 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.1.0"
  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_runtime_dependency "addressable"

  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.1.0 fluent-plugin-uri-parser.gemspec