Sha256: 78641a4acf617d530aad5bd696908546b1b80a2e44be4059bc82b33142208fa3

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 Bytes

Contents

# frozen_string_literal: true

require 'fileutils'
include FileUtils

module Runby

  VERSION = begin
              path = './lib/runby_pace/version.g.rb'
              if File.exist? path
                load path
                Runby::GENERATED_VERSION
              else
                puts "\e[31m__TEXT__\e[0m".gsub('__TEXT__', 'Version number not set. Run "rake gen_version_number"')
                '0.0.0'
              end
            end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
runby_pace-0.62.4 lib/runby_pace/version.rb
runby_pace-0.62.3 lib/runby_pace/version.rb
runby_pace-0.62.2 lib/runby_pace/version.rb
runby_pace-0.2.50.111 lib/runby_pace/version.rb