Sha256: 43c9d08e76cd4d6b84b0159820baf79ca4e41a3f5b47be0e2c4f32a406ad0f3e

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

# can override for testing
FLUENTD_VERSION = ENV['FLUENTD_VERSION'] || "1"

Gem::Specification.new do |gem|
  gem.name          = "fluent-plugin-viaq_data_model"
  gem.version       = "0.0.16"
  gem.authors       = ["Rich Megginson"]
  gem.email         = ["rmeggins@redhat.com"]
  gem.description   = %q{Filter plugin to ensure data is in the ViaQ common data model}
  gem.summary       = %q{Filter plugin to ensure data is in the ViaQ common data model}
  gem.homepage      = "https://github.com/ViaQ/fluent-plugin-viaq_data_model"
  gem.license       = "Apache-2.0"

  gem.files         = `git ls-files`.split($/)
  gem.executables   = gem.files.grep(%r{^bin/}) { |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.require_paths = ["lib"]
  gem.has_rdoc      = false

  gem.required_ruby_version = '>= 2.0.0'

  gem.add_runtime_dependency "fluentd", "~> #{FLUENTD_VERSION}"

  gem.add_development_dependency "bundler"
  gem.add_development_dependency("fluentd", "~> #{FLUENTD_VERSION}")
  gem.add_development_dependency("rake", ["~> 11.0"])
  gem.add_development_dependency("rr", ["~> 1.0"])
  gem.add_development_dependency("test-unit", ["~> 3.2"])
  gem.add_development_dependency("test-unit-rr", ["~> 1.0"])
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-viaq_data_model-0.0.16 fluent-plugin-viaq_data_model.gemspec