Sha256: 33f7db91313afaa9f5ea15ff351bec6328072a629a41348c4b91b4fa15753235

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 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-user-agent-parser"
  spec.version       = "1.2.0"
  spec.authors       = ["ImCotop"]
  spec.email         = ["ImCotop@icloud.com"]
  spec.homepage      = "https://github.com/OlehPalanskyi/fluent-plugin-user-agent-parser"
  spec.summary       = "Fluentd filter plugin to parse user-agent"
  spec.description   = spec.summary
  spec.license       = "Apache-2.0"

  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_runtime_dependency "fluentd", [">= 0.14", "< 2"]
  spec.add_runtime_dependency "user_agent_parser", ">= 2.2.0"
  spec.add_runtime_dependency "lru_redux", ">= 1.0.0"
  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "test-unit"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-user-agent-parser-1.2.0 fluent-plugin-ua-parser.gemspec