Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
updating logstash to logstash-core
  • Loading branch information
russorat committed May 18, 2015
commit fc09613eaa938e22cc52c321c3e266003ea31744
4 changes: 2 additions & 2 deletions docs/static/include/pluginbody.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ Gem::Specification.new do |s|
s.metadata = { "logstash_plugin" => "true", "logstash_group" => "{plugintype}" }

# Gem dependencies
s.add_runtime_dependency 'logstash', '>= 1.4.0', '< 2.0.0'
s.add_runtime_dependency 'logstash-core', '>= 1.4.0', '< 2.0.0'
s.add_development_dependency 'logstash-devutils'
end
----------------------------------
Expand Down Expand Up @@ -899,7 +899,7 @@ Logstash plugins:
[subs="attributes"]
----------------------------------
# Gem dependencies
s.add_runtime_dependency 'logstash', '>= 1.4.0', '< 2.0.0'
s.add_runtime_dependency 'logstash-core', '>= 1.4.0', '< 2.0.0'
s.add_development_dependency 'logstash-devutils'
----------------------------------
This gemspec has a runtime dependency on the core Logstash gem and requires that
Expand Down