Sha256: 543982c9c2ccb996ee348aeca7cbfa29037dfc4bdb60f5d318a8e4cc9746e651

Contents?: true

Size: 581 Bytes

Versions: 1

Compression:

Stored size: 581 Bytes

Contents

# -*- encoding: utf-8 -*-

require 'rake'

Gem::Specification.new do |spec|

  spec.version = '0.1.5a5'
  spec.name = 'zabbixapi'
  spec.summary = 'Ruby module for work with zabbix api.'

  spec.email = 'vadv.mkn@gmail.com'
  spec.author = 'Vasiliev Dmitry'
  spec.homepage = 'https://github.com/vadv/zabbixapi/wiki'
  spec.description = 'Ruby module for work with zabbix api. '

  spec.has_rdoc = true
  spec.extra_rdoc_files  = 'README.rdoc'

  spec.files = FileList["lib/*.rb", "lib/zabbixapi/*.rb", "bin/*", "spec/*", 'zabbixapi.gemspec', 'README.rdoc', "examples/*"].to_a
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zabbixapi-0.1.5a5 zabbixapi.gemspec