Sha256: 3b903fd5a570da2e58fff94cef6950f0cf514491d42f20ed1861b6aabd636561

Contents?: true

Size: 160 Bytes

Versions: 1

Compression:

Stored size: 160 Bytes

Contents

module Cell
  module VERSION
    MAJOR = 4
    MINOR = 0
    TINY  = 0
    PRE   = 'alpha1'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cells-jamie-4.0.0.alpha1 lib/cell/version.rb