Sha256: 589376c89586864213d46560417d9a2ce7c4fd0747ca11749dc05e1ed0164f0c

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

module Spout
  module VERSION #:nodoc:
    MAJOR = 0
    MINOR = 13
    TINY = 0
    BUILD = nil # "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.13.0 lib/spout/version.rb