Sha256: 43e8d106a8ef18c333a03a9fab411e3c4606fd34d9ae059beb22f2d4e0ad9906

Contents?: true

Size: 1.01 KB

Versions: 12

Compression:

Stored size: 1.01 KB

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "zabbix-ruby-client"
  spec.version       = ZabbixRubyClient::VERSION
  spec.authors       = ["mose"]
  spec.email         = ["mose@mose.com"]
  spec.description   = %q{A zabbix alternative to zabbix-agent using zabbix-sender.}
  spec.summary       = %q{This tool is intended to use zabbix sender to propagate monitoring data for Zabbix server.}
  spec.homepage      = "https://github.com/eduvo/zabbix-ruby-client"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^spec/})
  spec.require_paths = ["lib"]

  spec.add_dependency "thor"

  spec.add_development_dependency "bundler", "~> 1.3"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "rspec"
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
zabbix-ruby-client-0.0.15 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.14 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.13 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.12 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.11 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.10 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.9 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.8 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.7 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.6 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.5 zabbix-ruby-client.gemspec
zabbix-ruby-client-0.0.4 zabbix-ruby-client.gemspec