Sha256: da29403864a7b9ecebc40fc2e8f8b5853fb068d1ce5bcde951b250e2b42b872a
Contents?: true
Size: 282 Bytes
Versions: 3
Compression:
Stored size: 282 Bytes
Contents
source 'https://rubygems.org' gemspec logstash_path = ENV["LOGSTASH_PATH"] || "../../logstash" if Dir.exist?(logstash_path) 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 & 1 rubygems
Version | Path |
---|---|
logstash-input-redis_cluster-1.1.1 | Gemfile |
logstash-input-redis_cluster-1.1.0 | Gemfile |
logstash-input-redis_cluster-1.0.0 | Gemfile |