Sha256: cd3b1b50adedd46bba69eb155b5da6ad5788ba675d073915dd24a35113e77df2

Contents?: true

Size: 645 Bytes

Versions: 1

Compression:

Stored size: 645 Bytes

Contents

Gem::Specification.new do |gem|
    gem.name            = "fluent-plugin-wendelin"
    gem.version         = "0.4"
    gem.authors         = ["Nexedians"]
    gem.email           = ["klaus@nexedi.com"]
    gem.summary         = %q{Fluentd output to Wendelin}
    gem.description     = %q{Fluentd output plugin to forward data to Wendelin system}
    gem.homepage        = "https://lab.nexedi.com/nexedi/fluent-plugin-wendelin"
    gem.license         = "Apache-2.0"

    gem.files           = `git ls-files -z`.split("\x0")
    gem.require_paths   = ["lib"]

    gem.add_runtime_dependency "fluentd", "~> 0"
    # ? net/http
    # ? openssl
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fluent-plugin-wendelin-0.4 fluent-plugin-wendelin.gemspec