Sha256: 8e3a0e454a2e296a0cf41d5c9061cc6fcf08b34df97cd636f6ca5240827b9656

Contents?: true

Size: 523 Bytes

Versions: 4

Compression:

Stored size: 523 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

group :test do
  gem "webmock"
end

gem 'pry'
gem 'pry-nav'
gem 'quantile', '~> 0.2.1'
gem 'manticore', '~> 0.7.1', platform: :jruby

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
logstash-output-scalyr-0.1.25.beta Gemfile
logstash-output-scalyr-0.1.24.beta Gemfile
logstash-output-scalyr-0.1.23.beta Gemfile
logstash-output-scalyr-0.1.22.beta Gemfile