Sha256: 42cc3342d9af36acfd65a4510bfeeee1bbc37fc32d5cf10ec0f816493db48a50

Contents?: true

Size: 1.57 KB

Versions: 1

Compression:

Stored size: 1.57 KB

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
  s.name        = "fluent-plugin-gelf-out.fitterpen"
  s.version   = '1.0.4'
  s.authors     = ["Alex Yamauchi", "Eric Searcy"]
  s.email       = ["oss@hotschedules.com"]
  s.homepage    = "https://github.com/bodhi-space/fluent-plugin-gelf-hs"
  s.summary     = "Buffered fluentd output plugin to GELF (Graylog2)"
  # When building gems, there is always a stupid warning message thrown
  # if the summary and description are identical.
  s.description = s.summary + '.'
  s.licenses    = ["Apache-2.0"]

  s.files = [
    "Gemfile",
    "LICENSE",
    "LICENSE-Apache-2.0.txt",
    "Rakefile",
    "README.md",
    "fluent-plugin-gelf-hs.gemspec",
    "lib/fluent/plugin/formatter_gelf.rb",
    "lib/fluent/plugin/out_gelf.rb",
    "lib/fluent/gelf_util.rb",
    "test/plugin/test_formatter_gelf.rb",
    "test/plugin/test_out_gelf.rb",
    "test/test_helper.rb"
  ]

#  s.files         = `git ls-files`.split("\n")
#  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
#  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]

  s.add_development_dependency "test-unit"
  s.add_development_dependency "rake"
  s.add_runtime_dependency "fluentd"
  s.add_runtime_dependency "gelf.fitterpen", ">= 3.1.1"

  #s.signing_key = File.expand_path( ENV.key?('RUBYGEM_SIGNING_KEY') ? ENV['RUBYGEM_SIGNING_KEY'] : '~/certs/oss@hotschedules.com.key' ) if $0 =~ /\bgem[\.0-9]*\z/
  #s.cert_chain    = %w[certs/oss@hotschedules.com.cert]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-gelf-out.fitterpen-1.0.4 fluent-plugin-gelf-hs.gemspec