Sha256: b4ae0baa0247afe349ae0978583bdd43e2751fb672c134ebe56fbde94efe8ab9

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-cloudwatch-transform"
  gem.version       = "0.0.3"
  gem.date          = '2015-03-18'
  gem.authors       = ["Ling Zhang"]
  gem.email         = ["zhangling.ice@gmail.com"]
  gem.summary       = %q{Fluentd output plugin for transform cloudwatch alerts }
  gem.description   = %q{FLuentd plugin for transform cloudwatch alerts... WIP}
  gem.homepage      = 'https://github.com/lingzhang-lyon/fluent-plugin-cloudwatch-transform'
  gem.license       = 'MIT'

  gem.files         = `git ls-files`.split($\)
  # gem.files         = ["lib/fluent/plugin/out_cloudwatch_transform.rb"]
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.require_paths = ["lib"]

  gem.add_runtime_dependency 'fluentd', '~> 0.10', '>= 0.10.9'
  gem.add_development_dependency 'bundler', '~> 1.3'
  gem.add_development_dependency 'rake', '~> 0.9', '>= 0.9.2'
  gem.add_development_dependency 'rspec', '~> 2.11', '>= 2.11.0'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-cloudwatch-transform-0.0.3 fluent-plugin-cloudwatch-transform.gemspec