Sha256: 485dc0890e923ade06a3e53bd78843b66dcc23bedbf72067701e769ec089ab10

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

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-foxtrot9"
  spec.version       = Fluent::Plugin::Cloudwatch::Logs::VERSION
  spec.authors       = ["Mit Naria"]
  spec.email         = ["mit4dev@gmail.com"]
  spec.summary       = %q{CloudWatch Logs Plugin for Fluentd}
  spec.homepage      = "https://github.com/foxtrot9/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', '>= 0.14.15'
  spec.add_dependency 'aws-sdk-cloudwatchlogs', '~> 1.0'

  spec.add_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "test-unit"
  spec.add_development_dependency "test-unit-rr"
  spec.add_development_dependency "mocha"
end

Version data entries

6 entries across 6 versions & 1 rubygems

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