Sha256: 5dfda233e040418b090c8d7c6be2be9323662eb525f9a15789b018c04f43cae4

Contents?: true

Size: 989 Bytes

Versions: 5

Compression:

Stored size: 989 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'fluent/plugin/cloudwatch/logs/version'

Gem::Specification.new do |spec|
  spec.name          = "fluent-plugin-cloudwatch-logs"
  spec.version       = Fluent::Plugin::Cloudwatch::Logs::VERSION
  spec.authors       = ["Ryota Arai"]
  spec.email         = ["ryota.arai@gmail.com"]
  spec.summary       = %q{CloudWatch Logs Plugin for Fluentd}
  spec.homepage      = "https://github.com/ryotarai/fluent-plugin-cloudwatch-logs"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency 'fluentd'
  spec.add_dependency 'aws-sdk-core', '2.0.0.rc12'

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fluent-plugin-cloudwatch-logs-0.0.5 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.0.4 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.0.3 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.0.2 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.0.1 fluent-plugin-cloudwatch-logs.gemspec