logstash-input-azuretopicthreadable.gemspec in logstash-input-azuretopicthreadable-0.9.6 vs logstash-input-azuretopicthreadable.gemspec in logstash-input-azuretopicthreadable-0.9.7

- old
+ new

@@ -1,8 +1,8 @@ Gem::Specification.new do |s| s.name = 'logstash-input-azuretopicthreadable' - s.version = '0.9.6' + s.version = '0.9.7' 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 using multiple threads." s.authors = ["Microsoft Corporation"] s.email = 'azdiag@microsoft.com' @@ -16,9 +16,9 @@ # 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 'logstash-core-plugin-api', '>= 1.60', '<= 2.99' s.add_runtime_dependency 'azure', '~> 0.7.1' - s.add_development_dependency 'logstash-devutils', '>= 0.0.16' + s.add_development_dependency 'logstash-devutils' end