Sha256: 6f8db0d7f06d8d3038303f38fa81a5b1739526eccd330c7cb0260e1538e3923e

Contents?: true

Size: 1.18 KB

Versions: 9

Compression:

Stored size: 1.18 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'fluent_plugin_zabbix_agent/version'

Gem::Specification.new do |spec|
  spec.name          = 'fluent-plugin-zabbix-agent'
  spec.version       = FluentPluginZabbixAgent::VERSION
  spec.authors       = ['Genki Sugawara']
  spec.email         = ['sugawara@cookpad.com']

  spec.summary       = %q{Fluentd input plugin for Zabbix agent.}
  spec.description   = %q{Fluentd input plugin for Zabbix agent.}
  spec.homepage      = 'https://github.com/winebarrel/fluent-plugin-zabbix-agent'
  spec.license       = 'MIT'

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.bindir        = 'exe'
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ['lib']

  spec.add_dependency 'fluentd'
  spec.add_dependency 'zabbix_protocol', '>= 0.1.4'
  spec.add_development_dependency 'bundler'
  spec.add_development_dependency 'rake'
  spec.add_development_dependency 'rspec', '>= 3.0.0'
  spec.add_development_dependency 'test-unit', '>= 3.1.0'
  spec.add_development_dependency 'timecop'
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
fluent-plugin-zabbix-agent-0.2.0 fluent-plugin-zabbix-agent.gemspec
fluent-plugin-zabbix-agent-0.1.9 fluent-plugin-zabbix-agent.gemspec
fluent-plugin-zabbix-agent-0.1.8 fluent-plugin-zabbix-agent.gemspec
fluent-plugin-zabbix-agent-0.1.7 fluent-plugin-zabbix-agent.gemspec
fluent-plugin-zabbix-agent-0.1.6 fluent-plugin-zabbix-agent.gemspec
fluent-plugin-zabbix-agent-0.1.5 fluent-plugin-zabbix-agent.gemspec
fluent-plugin-zabbix-agent-0.1.4 fluent-plugin-zabbix-agent.gemspec
fluent-plugin-zabbix-agent-0.1.3 fluent-plugin-zabbix-agent.gemspec
fluent-plugin-zabbix-agent-0.1.2 fluent-plugin-zabbix-agent.gemspec