Skip to content

Commit

Permalink
Added gemspec dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Choroba committed Jun 11, 2015
1 parent f6bc613 commit 42510aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,5 @@ bin/logstash -f path-to-configuration-file -l /var/log/monasca/log/agent/test-lo
## Open tasks
* Language translations (Replace hardcoded String messages with a configuration/language file)
* Exception handling
* Exception handling (monasca-api requests)
* Contribute to logstash [http://www.elastic.co/guide/en/logstash/master/_how_to_write_a_logstash_output_plugin.html#_contributing_your_source_code_to_ulink_url_https_github_com_logstash_plugins_logstash_plugins_ulink_4]
8 changes: 4 additions & 4 deletions logstash-output-monasca_api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Gem::Specification.new do |s|
s.metadata = { 'logstash_plugin' => 'true', 'logstash_group' => 'output' }

# Gem dependencies
s.add_runtime_dependency 'logstash-core', '>= 1.4.0', '< 2.0.0'
s.add_runtime_dependency 'logstash-codec-plain'
s.add_runtime_dependency 'rest-client'
s.add_development_dependency 'logstash-devutils'
s.add_runtime_dependency 'logstash-core', '~> 1.5.0'
s.add_runtime_dependency 'logstash-codec-plain', '~> 0.1.6'
s.add_runtime_dependency 'rest-client', '~> 1.8.0'
s.add_development_dependency 'logstash-devutils', '~> 0.0.14'
end

0 comments on commit 42510aa

Please sign in to comment.