Sha256: d14e9ec6b731bb8ce76ad57c50b8fc7669fc83c80e39bc0a8c544aaf23956cba
Contents?: true
Size: 1.11 KB
Versions: 1
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) Gem::Specification.new do |spec| spec.name = "fluent-plugin-dynamodb-streams" spec.version = "0.0.2" spec.authors = ["Takumi Sakamoto"] spec.email = ["takumi.saka@gmail.com"] spec.summary = %q{Amazon DynamoDB Streams input plugin for Fluentd} spec.description = %q{Amazon DynamoDB Streams input plugin for Fluentd} spec.homepage = "https://github.com/takus/fluent-plugin-dynamodb-streams" 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.10.58", "< 2"] spec.add_dependency "aws-sdk", '~> 2' spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "test-unit", ">= 3.1.0" spec.add_development_dependency "dynamodb-local" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-dynamodb-streams-0.0.2 | fluent-plugin-dynamodb-streams.gemspec |