Sha256: 28ec5d200cbf166d9396b0f336045754de5128ef89f7412bf48e7ab24ab75611
Contents?: true
Size: 984 Bytes
Versions: 4
Compression:
Stored size: 984 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) require "zabbix-cloudwatch/version" Gem::Specification.new do |s| s.name = "zabbix-cloudwatch" s.version = ZabbixCloudwatch::VERSION s.platform = Gem::Platform::RUBY s.license = "MIT" s.authors = ["Randy D. Wallace Jr."] s.email = ["randy@randywallace.com"] s.homepage = "http://github.com/randywallace/zabbix-cloudwatch" s.summary = %q{A library for getting cloudwatch metrics into Zabbix} s.description = <<EOF A library for getting cloudwatch metrics into Zabbix Please see http://github.com/randywallace/zabbix-cloudwatch for more details EOF s.add_runtime_dependency "aws-sdk", "~> 1.21.0" s.add_runtime_dependency "getopt", "~> 1.4.1" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
4 entries across 4 versions & 1 rubygems