Sha256: d6c565e04c828ee83be7950633a3da30e869ab88c0d7a6868fc0353e33ec89d4
Contents?: true
Size: 948 Bytes
Versions: 1
Compression:
Stored size: 948 Bytes
Contents
# encoding: utf-8 $:.push File.expand_path('../lib', __FILE__) Gem::Specification.new do |gem| gem.name = "fluent-plugin-record-reformer" gem.version = "0.2.7" gem.authors = ["Naotoshi Seo"] gem.email = "sonots@gmail.com" gem.homepage = "https://github.com/sonots/fluent-plugin-record-reformer" gem.description = "Fluentd plugin to add or replace fields of a event record" gem.summary = gem.description gem.licenses = ["MIT"] gem.has_rdoc = false gem.files = `git ls-files`.split("\n") gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } gem.require_paths = ['lib'] gem.add_dependency "fluentd", "~> 0.10.17" gem.add_development_dependency "rake" gem.add_development_dependency "rspec" gem.add_development_dependency "pry" gem.add_development_dependency "pry-nav" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-record-reformer-0.2.7 | fluent-plugin-record-reformer.gemspec |