Sha256: ca08f9ccdcf1619019b73a2015446efa1f16181c9c456ae3bfea228f25a597d8
Contents?: true
Size: 258 Bytes
Versions: 5
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true module Schmersion VERSION_FILE_ROOT = File.expand_path('../../VERSION', __dir__) if File.file?(VERSION_FILE_ROOT) VERSION = File.read(VERSION_FILE_ROOT).strip.sub(/\Av/, '') else VERSION = '0.0.0.dev' end end
Version data entries
5 entries across 5 versions & 1 rubygems