Sha256: 10a6c48dcdb9e89b40da0acda66b419d829484faf2853ca92b191fdf3331455f

Contents?: true

Size: 235 Bytes

Versions: 1

Compression:

Stored size: 235 Bytes

Contents

# frozen_string_literal: true

module Spout
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 12
    TINY = 0
    BUILD = 'beta2' # 'pre', 'rc', 'rc2', nil

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spout-0.12.0.beta2 lib/spout/version.rb