Sha256: d021c3415c58f0c579077f2764abef5a545df561cd690e5491fcb48f9ed1d3ec
Contents?: true
Size: 395 Bytes
Versions: 3
Compression:
Stored size: 395 Bytes
Contents
source 'http://gems.ruby-china.com' 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
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
logstash-input-dis-1.1.4 | Gemfile |
logstash-input-dis-1.1.3 | Gemfile |
logstash-output-dis-1.1.2 | Gemfile |