Sha256: 926f1c54003899676a99d87bd030ffe248b2ff37fd22b4c5cf8f90936c4b8ec7

Contents?: true

Size: 845 Bytes

Versions: 1

Compression:

Stored size: 845 Bytes

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.1.0"
  gem.authors       = ["Yusuke Nomura", "kenjiskywalker"]
  gem.email         = ["yunomu@gmail.com", "git@kenjiskywalker.org"]
  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", "= 1.8.3"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-cloudwatch-1.1.0 fluent-plugin-cloudwatch.gemspec