Sha256: 0ddafdb5b58600c7cc6601e3362127b1f6092a72acfc2df44882eed244ec786a
Contents?: true
Size: 1.01 KB
Versions: 1
Compression:
Stored size: 1.01 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "fluent-plugin-cloudwatch" gem.version = "1.2.13" gem.authors = ["Yusuke Nomura", "kenjiskywalker", "FUJIWARA Shunichiro"] gem.email = ["yunomu@gmail.com", "git@kenjiskywalker.org", "fujiwara.shunichiro@gmail.com"] gem.description = %q{Input plugin for AWS CloudWatch.} gem.homepage = "https://github.com/yunomu/fluent-plugin-cloudwatch" gem.summary = gem.description gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"] gem.add_dependency "fluentd", ">= 0.10.30" gem.add_dependency "aws-sdk-v1", "~> 1.59.1" gem.add_development_dependency "rake", ">= 0.9.2" gem.add_development_dependency "test-unit", ">= 3.1.0" gem.license = 'MIT' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-cloudwatch-1.2.13 | fluent-plugin-cloudwatch.gemspec |