Sha256: 3c3c095c9a8518a0a8c2ab4a3e56492881d84a8d0b5f754440c00280f92b26a4
Contents?: true
Size: 942 Bytes
Versions: 1
Compression:
Stored size: 942 Bytes
Contents
# coding: utf-8 Gem::Specification.new do |spec| spec.name = "fluent-plugin-dummydata-producer" spec.version = "0.0.3" 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", ">= 0.3.0" 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.3 | fluent-plugin-dummydata-producer.gemspec |