Sha256: f80f55325ad3316e34d7032264f73033fa99467936a0728df0c7fcbc6e4a3a28

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.7.1', platform: :jruby
gem 'jrjackson', '~> 0.4.14', platform: :jruby

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
logstash-output-scalyr-0.2.4.beta Gemfile
logstash-output-scalyr-0.2.3 Gemfile
logstash-output-scalyr-0.2.2 Gemfile
logstash-output-scalyr-0.2.1.beta Gemfile
logstash-output-scalyr-0.2.0 Gemfile