Sha256: 2b5c72d2431d0b3caa22ebcbde9b4386ffbfc1c08ce26970bd36ada3ab649e93

Contents?: true

Size: 371 Bytes

Versions: 7

Compression:

Stored size: 371 Bytes

Contents

source 'https://rubygems.org'

gemspec

logstash_path = ENV['LOGSTASH_PATH'] || '../../logstash'

if Dir.exist?(logstash_path) && ENV["LOGSTASH_SOURCE"] == "1"
  gem 'logstash-core', :path => "#{logstash_path}/logstash-core"
  gem 'logstash-core-plugin-api', :path => "#{logstash_path}/logstash-core-plugin-api"
end

if RUBY_VERSION == "1.9.3"
  gem 'rake', '12.2.1'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
logstash-input-azure_event_hubs-1.5.1 Gemfile
logstash-input-azure_event_hubs-1.5.0 Gemfile
logstash-input-azure_event_hubs-1.4.9 Gemfile
logstash-input-azure_event_hubs-1.4.8 Gemfile
logstash-input-azure_event_hubs-1.4.7 Gemfile
logstash-input-azure_event_hubs-1.4.6 Gemfile
logstash-input-azure_event_hubs-1.4.5 Gemfile