Sha256: 91ebb77d9cd8a0a6e161703ea26e839fd62c90cddb6e79eca8cb0af2864d56ff
Contents?: true
Size: 863 Bytes
Versions: 1
Compression:
Stored size: 863 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |gem| gem.name = 'fluent-plugin-heroku-syslog-http' gem.version = '0.2.4' gem.authors = ['GetAround'] gem.email = ['sre@getaround.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 = 'Apache-2.0' 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', '>= 1.0.0' gem.add_development_dependency 'rake', '~> 13.0' gem.add_development_dependency 'test-unit', '~> 3.4' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-heroku-syslog-http-0.2.4 | fluent-plugin-heroku-syslog-http.gemspec |