Sha256: 4b4de7a23fb6b2284099f02e77ec626abded2d5165ab9886b5d44636844eaab2
Contents?: true
Size: 1.18 KB
Versions: 1
Compression:
Stored size: 1.18 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.name = 'fluent-plugin-jsonish' gem.version = '1.0.0' gem.authors = ['Alex Yamauchi'] gem.email = ['oss@hotschedules.com'] gem.homepage = 'https://github.com/bodhi-space/fluent-plugin-jsonish' gem.description = %q{Input parser for records which require minor text processing before they can be parsed as JSON} gem.summary = %q{Input parser for records which require minor text processing before they can be parsed as JSON. Also allows names of standard Time parser methods to be passed as time_format arguments and sets a reasonable default (iso8601).} gem.homepage = 'https://github.com/bodhi-space/fluent-plugin-jsonish' gem.license = 'Apache-2.0' gem.add_runtime_dependency 'fluentd', '>= 0.10.0' gem.files = `git ls-files`.split("\n") gem.executables = gem.files.grep(%r{^bin/}) { |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib'] gem.signing_key = File.expand_path('~/certs/oss@hotschedules.com.key') if $0 =~ /gem\z/ gem.cert_chain = %w[certs/oss@hotschedules.com.cert] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-jsonish-1.0.0 | fluent-plugin-jsonish.gemspec |