Sha256: 60c90b2ef724dbe3d85e8e81ca47ac02f0cc0471e16db8c9bb061922d1cb2d6a

Contents?: true

Size: 478 Bytes

Versions: 22

Compression:

Stored size: 478 Bytes

Contents

source 'https://rubygems.org'

gemspec

logstash_path = ENV["LOGSTASH_PATH"] || "../../logstash"
use_logstash_source = ENV["LOGSTASH_SOURCE"] && ENV["LOGSTASH_SOURCE"].to_s == "1"

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

gem 'rufus-scheduler', ENV['RUFUS_SCHEDULER_VERSION'] if ENV['RUFUS_SCHEDULER_VERSION']

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
logstash-integration-jdbc-5.5.0 Gemfile
logstash-input-http_poller-5.6.0 Gemfile
logstash-integration-jdbc-5.4.9 Gemfile
logstash-integration-jdbc-5.4.8 Gemfile
logstash-integration-jdbc-5.4.7 Gemfile
logstash-input-http_poller-5.5.1 Gemfile
logstash-integration-jdbc-5.4.6 Gemfile
logstash-integration-jdbc-5.4.5 Gemfile
logstash-input-http_poller-5.5.0 Gemfile
logstash-integration-jdbc-5.4.4 Gemfile
logstash-integration-jdbc-5.4.3 Gemfile
logstash-integration-jdbc-5.4.2 Gemfile
logstash-integration-jdbc-5.4.1 Gemfile
logstash-integration-jdbc-5.4.0 Gemfile
logstash-input-http_poller-5.4.0 Gemfile
logstash-input-http_poller-5.3.1 Gemfile
logstash-integration-jdbc-5.3.0 Gemfile
logstash-integration-jdbc-5.2.6 Gemfile
logstash-integration-jdbc-5.2.5 Gemfile
logstash-input-http_poller-5.3.0 Gemfile