-
Notifications
You must be signed in to change notification settings - Fork 0
/
logstash-output-vespa_feed.gemspec
22 lines (19 loc) · 1.21 KB
/
logstash-output-vespa_feed.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# AUTOGENERATED BY THE GRADLE SCRIPT. EDITS WILL BE OVERWRITTEN.
Gem::Specification.new do |s|
s.name = 'logstash-output-vespa_feed'
s.version = ::File.read('VERSION').split('\n').first
s.licenses = ['Apache-2.0']
s.summary = 'Output plugin for Vespa'
s.description = 'This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program'
s.authors = ['Radu Gheorghe']
s.email = ['[email protected]']
s.homepage = 'https://vespa.ai'
s.require_paths = ['lib', 'vendor/jar-dependencies']
s.files = Dir["lib/**/*","*.gemspec","*.md","CONTRIBUTORS","Gemfile","LICENSE","NOTICE.TXT", "vendor/jar-dependencies/**/*.jar", "vendor/jar-dependencies/**/*.rb", "VERSION", "docs/**/*"]
# Special flag to let us know this is actually a logstash plugin
s.metadata = { 'logstash_plugin' => 'true', 'logstash_group' => 'output', 'java_plugin' => 'true'}
# Gem dependencies
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
s.add_runtime_dependency 'jar-dependencies'
s.add_development_dependency 'logstash-devutils'
end