Sha256: d7a5c1ef4749c03ade667f7914cc36504f2a9b953088166d963563c1a998d8a3
Contents?: true
Size: 407 Bytes
Versions: 101
Compression:
Stored size: 407 Bytes
Contents
# encoding: utf-8 # The version of logstash core gem. # # 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_CORE_VERSION) LOGSTASH_CORE_VERSION = ALL_VERSIONS.fetch("logstash-core") end
Version data entries
101 entries across 101 versions & 5 rubygems