Sha256: 7950ac299a73500fcf37eb567ad54e2eeff5de4a39ed504086cce3262a8b99e0
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.1" 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.1 | fluent-plugin-dummydata-producer.gemspec |