Sha256: 2e8b3fff9c0d7dc3a6f94af3fe363e660c441ad1457330ead3f6c37ca9b57a09
Contents?: true
Size: 328 Bytes
Versions: 91
Compression:
Stored size: 328 Bytes
Contents
module Kontena module Cli unless const_defined?(:VERSION) require 'pathname' version_file = Pathname.new(__FILE__).dirname.join('../../../VERSION').realpath is_head = ENV["KONTENA_EXTRA_BUILDTAGS"].to_s.include?('head') VERSION = "#{version_file.read.strip}#{"-head" if is_head}" end end end
Version data entries
91 entries across 91 versions & 2 rubygems