Sha256: 9c36d8925ddfbaa8dd459af57e0c8069880ddcc19bbaab592e043a1f9c7c1169
Contents?: true
Size: 431 Bytes
Versions: 121
Compression:
Stored size: 431 Bytes
Contents
# encoding: utf-8 # The version of the logstash package (not the logstash-core gem version). # # sourced from a copy of the master versions.yml file, see logstash-core/logstash-core.gemspec if !defined?(ALL_VERSIONS) require 'yaml' ALL_VERSIONS = YAML.load_file(File.expand_path("../../versions-gem-copy.yml", File.dirname(__FILE__))) end if !defined?(LOGSTASH_VERSION) LOGSTASH_VERSION = ALL_VERSIONS.fetch("logstash") end
Version data entries
121 entries across 121 versions & 5 rubygems