Sha256: 0dd8a8eb6655c701e26080bdfe2b1fad632ee4e17aca7bd9dac02b05dfe2c3b9

Contents?: true

Size: 1.12 KB

Versions: 22

Compression:

Stored size: 1.12 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"
  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/fluent-plugins-nursery/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', '>= 1.8.0'
  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

22 entries across 22 versions & 1 rubygems

Version Path
fluent-plugin-cloudwatch-logs-0.13.4 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.13.3 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.13.2 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.13.1 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.13.0 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.12.0 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.11.2 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.11.1 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.11.0 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.10.2 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.10.1 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.10.0 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.9.5 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.9.4 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.9.3 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.9.2 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.9.1 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.9.0 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.8.2 fluent-plugin-cloudwatch-logs.gemspec
fluent-plugin-cloudwatch-logs-0.8.1.1 fluent-plugin-cloudwatch-logs.gemspec