Sha256: 0635e2261d839691c97f0fd192a12566471f6c0153837ae0666d445a545ba710

Contents?: true

Size: 176 Bytes

Versions: 1

Compression:

Stored size: 176 Bytes

Contents

module Clevic #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 14
    TINY  = 0
    PRE   = nil

    STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clevic-0.14.0 lib/clevic/version.rb