Sha256: 5a654430c156d649a10028e53cb203ee0a9339a012903f13c8382f4ea44c4013

Contents?: true

Size: 667 Bytes

Versions: 5

Compression:

Stored size: 667 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"

  # Require the specific version of `json` used in logstash while testing
  gem 'json', '1.8.6'
end

gem 'pry'
gem 'pry-nav'
gem 'quantile', '~> 0.2.1'
gem 'manticore', '~> 0.9.1', platform: :jruby
gem 'jrjackson', '~> 0.4.15', platform: :jruby

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
logstash-output-scalyr-0.2.8.beta Gemfile
logstash-output-scalyr-0.2.7.beta Gemfile
logstash-output-scalyr-0.2.6 Gemfile
logstash-output-scalyr-0.2.6.beta Gemfile
logstash-output-scalyr-0.2.5.beta Gemfile