Sha256: 10b1391d3140b815192d0fe8ad015a55ab7bc58ec8418e3f84b67474510cc17c
Contents?: true
Size: 949 Bytes
Versions: 1
Compression:
Stored size: 949 Bytes
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-xml-parser" spec.version = "0.0.8" spec.authors = ["Toyokazu Akiyama", "Brendan McGrath"] spec.email = ["toyokazu@gmail.com", "brendan@redmandi.com"] spec.summary = %q{fluentd xml parser plugin} spec.description = %q{fluentd xml parser plugin} spec.homepage = "http://github.com/toyokazu/fluent-plugin-xml-parser" spec.license = "MIT" 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_development_dependency "bundler", "~> 1.5" spec.add_development_dependency "rake" spec.add_development_dependency "fluentd", "< 2" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-xml-parser-0.0.8 | fluent-plugin-xml-parser.gemspec |