# -*- encoding: utf-8 -*-
# stub: fluent-plugin-heroku-syslog-http 0.4 ruby lib

Gem::Specification.new do |s|
  s.name = "fluent-plugin-heroku-syslog-http".freeze
  s.version = "0.4".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["GetAround".freeze]
  s.date = "2025-02-25"
  s.description = "fluent plugin to drain heroku syslog".freeze
  s.email = ["sre@getaround.com".freeze]
  s.files = [".circleci/config.yml".freeze, ".github/dependabot.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "fluent-plugin-heroku-syslog-http.gemspec".freeze, "lib/fluent/plugin/in_heroku_syslog_http.rb".freeze, "lib/fluent/plugin/parser_heroku_syslog_http.rb".freeze, "test/helper.rb".freeze, "test/plugin/test_in_heroku_syslog_http.rb".freeze, "test/plugin/test_parser_heroku_syslog_http.rb".freeze]
  s.homepage = "https://github.com/drivy/fluent-plugin-heroku-syslog-http".freeze
  s.licenses = ["Apache-2.0".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "fluent plugin to drain heroku syslog".freeze
  s.test_files = ["test/helper.rb".freeze, "test/plugin/test_in_heroku_syslog_http.rb".freeze, "test/plugin/test_parser_heroku_syslog_http.rb".freeze]

  s.specification_version = 4

  s.add_runtime_dependency(%q<fluentd>.freeze, ["~> 1.0".freeze, ">= 1.17".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 13.0".freeze])
  s.add_development_dependency(%q<test-unit>.freeze, ["~> 3.4".freeze])
end