Sha256: ddf1c4f7e9d8c1e8a1f07920eee4f91584e0bce54982fb18206ef858d4704622
Contents?: true
Size: 852 Bytes
Versions: 1
Compression:
Stored size: 852 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |gem| gem.name = 'fluent-plugin-heroku-syslog-http' gem.version = '0.2.1' gem.authors = ['Drivy', 'Kazuyuki Honda'] gem.email = ['sre@drivy.com'] gem.description = 'fluent plugin to drain heroku syslog' gem.summary = 'fluent plugin to drain heroku syslog' gem.homepage = 'https://github.com/drivy/fluent-plugin-heroku-syslog-http' gem.license = 'APLv2' gem.files = `git ls-files`.split($ORS) gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ['lib'] gem.add_runtime_dependency 'fluentd', '>= 1.0.0' gem.add_development_dependency 'rake' gem.add_development_dependency('test-unit', ['~> 3.1.0']) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-heroku-syslog-http-0.2.1 | fluent-plugin-heroku-syslog-http.gemspec |