Sha256: d9631d9fa5c07f2f8b6589e7ad59916947f81e1e436dd13477c96155aecb16ed
Contents?: true
Size: 1 KB
Versions: 1
Compression:
Stored size: 1 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-mqtt-io" spec.version = "0.0.4" spec.authors = ["Toyokazu Akiyama"] spec.email = ["toyokazu@gmail.com"] spec.summary = %q{fluentd input/output plugin for mqtt broker} spec.description = %q{fluentd input/output plugin for mqtt broker} spec.homepage = "https://github.com/toyokazu/fluent-plugin-mqtt-io" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.bindir = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } 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_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" spec.add_development_dependency "mqtt", "~> 0.3" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-mqtt-io-0.0.4 | fluent-plugin-mqtt-io.gemspec |