Sha256: 6bf14d8bd5146d1a04b485b2fdd63e777d1c06ad17e2af9e982c8771b28d7d30
Contents?: true
Size: 930 Bytes
Versions: 1
Compression:
Stored size: 930 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "fluent-plugin-dummydata-producer" spec.version = "0.0.2" spec.authors = ["TAGOMORI Satoshi"] spec.email = ["tagomoris@gmail.com"] spec.description = %q{Emits dummy data to do bench marks and other tests} spec.summary = %q{Fluentd plugin to produce dummy data and emit it} spec.homepage = "https://github.com/tagomoris/fluent-plugin-dummydata-producer" spec.license = "APLv2" spec.files = `git ls-files`.split($/) 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_runtime_dependency "fluentd" spec.add_runtime_dependency "fluent-mixin-config-placeholders" spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-dummydata-producer-0.0.2 | fluent-plugin-dummydata-producer.gemspec |