Sha256: 21452d92020ed0d2f29141cf42fec86bda22acb6112d9479c7edd86027ac390c

Contents?: true

Size: 298 Bytes

Versions: 2

Compression:

Stored size: 298 Bytes

Contents

source 'https://rubygems.org'
gemspec

logstash_path = ENV['LOGSTASH_PATH'] || '/opt/logstash/logstash-8.14.2'

if Dir.exist?(logstash_path)
  gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
  gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
logstash-output-vespa-0.1.1 Gemfile
logstash-output-vespa-0.1.0 Gemfile