Sha256: 9bd17b835d31e004c070067c418174aadd71a5118d3f0fc4c841b718b57a5105
Contents?: true
Size: 1.24 KB
Versions: 1
Compression:
Stored size: 1.24 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |gem| gem.name = "fluent-plugin-append-kubernetes-annotations-to-tag" gem.version = "0.1.0-1" gem.authors = ["Redbubble Delivery Engineering Team"] gem.email = ["delivery-engineers@redbubble.com"] gem.description = %q{Filter plugin to append certain Kubernetes annotations to the Fluentd tag} gem.summary = %q{Filter plugin to append certain Kubernetes annotations to the Fluentd tag} gem.homepage = "https://github.com/redbubble/fluent-plugin-append_kubernetes_annotations_to_tag" gem.license = "Copyright (c) Redbubble 2017. All rights reserved." gem.files = Dir['lib/**/*'] + %w(Gemfile README.md fluent-plugin-append-kubernetes-annotations-to-tag.gemspec) 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", ">= 0.12.0" gem.add_development_dependency "bundler", "~> 1.3" gem.add_development_dependency "rspec", "~> 3.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fluent-plugin-append-kubernetes-annotations-to-tag-0.1.0.pre.1 | fluent-plugin-append-kubernetes-annotations-to-tag.gemspec |