Sha256: 554d1697265db63e640fed61f63c2dc24c90ebd5543f93d9acdc37a60206cec3

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

Gem::Specification.new do |s|
  s.name            = 'logstash-input-azurewadtable'
  s.version         = '0.9.8'
  s.licenses        = ['Apache License (2.0)']
  s.summary         = "This plugin collects Microsoft Azure Diagnostics data from Azure Storage Tables."
  s.description     = "This gem is a Logstash plugin. It reads and parses diagnostics data from Azure Storage Tables."
  s.authors         = ["Microsoft Corporation"]
  s.email           = 'azdiag@microsoft.com'
  s.homepage        = "https://github.com/Azure/azure-diagnostics-tools"
  s.require_paths   = ["lib"]

  # Files
  s.files = Dir['lib/**/*','spec/**/*','vendor/**/*','*.gemspec','*.md','Gemfile','LICENSE']
   # Tests
  s.test_files = s.files.grep(%r{^(test|spec|features)/})

  # Special flag to let us know this is actually a logstash plugin
  s.metadata = { "logstash_plugin" => "true", "logstash_group" => "input" }

  # Gem dependencies
  s.add_runtime_dependency 'logstash-core', '~> 2.0'
  s.add_runtime_dependency 'azure', '~> 0.7.3'
  s.add_development_dependency 'logstash-devutils', '>= 0.0.16'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
logstash-input-azurewadtable-0.9.8 logstash-input-azurewadtable.gemspec