logstash-input-mongoprofile.gemspec in logstash-input-mongoprofile-0.1.0 vs logstash-input-mongoprofile.gemspec in logstash-input-mongoprofile-0.1.1
- old
+ new
@@ -1,8 +1,8 @@
Gem::Specification.new do |s|
s.name = 'logstash-input-mongoprofile'
- s.version = '0.1.0'
+ s.version = '0.1.1'
s.licenses = ['Apache License (2.0)']
s.summary = 'MongoDB system.profile input plugin'
s.description = 'MongoDB system.profile input plugin'
s.homepage = 'https://github.com/aantonovdevelop/logstash-input-mongoprofile'
s.authors = ['Artem Antonov']
@@ -19,7 +19,8 @@
# Gem dependencies
s.add_runtime_dependency "logstash-core-plugin-api", "~> 2.0"
s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'stud', '>= 0.0.22'
+ s.add_runtime_dependency 'mongo', '>= 2.0.0'
s.add_development_dependency 'logstash-devutils', '>= 0.0.16'
end