logstash-input-trello.gemspec in logstash-input-trello-0.1.0 vs logstash-input-trello.gemspec in logstash-input-trello-0.1.1
- old
+ new
@@ -1,12 +1,12 @@
Gem::Specification.new do |s|
s.name = 'logstash-input-trello'
- s.version = '0.1.0'
+ s.version = '0.1.1'
s.licenses = ['Apache License (2.0)']
s.summary = "Queries Trello, returns results as events."
- s.description = "A Logstash input plugin used for querying Trello at set intervals. It return events of varying types assosciated with Trello entities (ie cards, lists, etc)."
+ s.description = "A Logstash input plugin used for querying Trello at set intervals. It return events of varying types associated with Trello entities (ie cards, lists, etc)."
s.authors = ["Alex Braun"]
s.email = 'ABraunCCS@gmail.com'
s.homepage = "http://www.elasticsearch.org/guide/en/logstash/current/index.html"
s.require_paths = ["lib"]
@@ -18,8 +18,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", '>= 1.4.0', '< 2.0.0'
+ s.add_runtime_dependency "logstash" # , '>= 1.4.0', '< 2.0.0'
+ s.add_runtime_dependency "activesupport"
s.add_development_dependency 'logstash-devutils'
end