Sha256: a1c486d4c5763fe5874c83c4617e0b0730de2f56b059602de830e09b8b71ab24

Contents?: true

Size: 1.08 KB

Versions: 11

Compression:

Stored size: 1.08 KB

Contents

require_relative 'lib/fluent/diagtool/version'

Gem::Specification.new do |spec|
  spec.name          = "fluent-diagtool"
  spec.version       = Fluent::Diagtool::VERSION
  spec.authors       = ["kubotat"]
  spec.email         = ["tkubota@ctc-america.com"]

  spec.summary       = %q{Diagnostic Tool for Fluentd}
  spec.description   = %q{Bringing productivity of trouble shooting to the next level  by automating collection of Fluentd configurations, settings and OS parameters as well as masking sensitive information in logs and configurations.}
  spec.homepage      = "https://github.com/fluent/diagtool/tree/dev"
  spec.license       = "Apache-2.0"
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")

  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|tool|sample)/}) }
  end
  spec.bindir        = "exe"
  spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
  spec.require_paths = ["lib"]

  spec.add_runtime_dependency("fileutils")
  spec.add_runtime_dependency("json")
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fluent-diagtool-1.0.5 fluent-diagtool.gemspec
fluent-diagtool-1.0.4 fluent-diagtool.gemspec
fluent-diagtool-1.0.3 fluent-diagtool.gemspec
fluent-diagtool-1.0.2 fluent-diagtool.gemspec
fluent-diagtool-1.0.1 fluent-diagtool.gemspec
fluent-diagtool-1.0.0 fluent-diagtool.gemspec
fluent-diagtool-0.1.9 fluent-diagtool.gemspec
fluent-diagtool-0.1.8 fluent-diagtool.gemspec
fluent-diagtool-0.1.7 fluent-diagtool.gemspec
fluent-diagtool-0.1.6 fluent-diagtool.gemspec
fluent-diagtool-0.1.5 fluent-diagtool.gemspec