Sha256: 9f08446c5beed60ab258d2fc3e70fc8f6c480922aaa102d4cf5b64a2cecc73e1
Contents?: true
Size: 1.05 KB
Versions: 1
Compression:
Stored size: 1.05 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |spec| spec.authors = ["Sandeep Kotha"] spec.email = ["sandeep.kotha@live.com"] spec.summary = "Fluentd output plugin for Azure Event Hubs" spec.description = "Fluentd output plugin for Azure Event Hubs" spec.homepage = "https://github.com/htgc/fluent-plugin-azureeventhubs" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.name = "sk-fluent-plugin-azureeventhubs" spec.version = "0.0.17" spec.required_ruby_version = ">= 2.1.0" spec.add_development_dependency "bundler", "~> 1.7" spec.add_development_dependency "rake", "~> 10.0" spec.add_dependency "fluentd", [">= 0.10.58", "< 2"] spec.add_dependency "unirest-2x", [">= 1.1.3"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sk-fluent-plugin-azureeventhubs-0.0.17 | aync-fluent-plugin-azureeventhubs.gemspec |