Sha256: a0ec38012893861221d14fd80af59e801c380b2b867a782a85d7c3b3b8bb2121

Contents?: true

Size: 1.01 KB

Versions: 1

Compression:

Stored size: 1.01 KB

Contents

Gem::Specification.new do |s|
  s.name          = 'logstash-input-azuretopic'
  s.version       = '0.9.8'
  s.licenses      = ['Apache License (2.0)']
  s.summary       = "This plugin reads messages from Azure Service Bus Topics."
  s.description   = "This gem is a Logstash plugin. It reads messages from Azure Service Bus Topics."
  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-plugin-api', '>= 1.60', '<= 2.99'
  s.add_runtime_dependency 'azure', '~> 0.7.1'
  s.add_development_dependency 'logstash-devutils'
end

Version data entries

1 entries across 1 versions & 1 rubygems

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