Sha256: f629707d693be7fbe7cd588c03e46a8b54d1b1a9245b15b868905a364b8f325e
Contents?: true
Size: 233 Bytes
Versions: 1
Compression:
Stored size: 233 Bytes
Contents
# frozen_string_literal: true module Spout module VERSION #:nodoc: MAJOR = 0 MINOR = 12 TINY = 0 BUILD = 'rc2' # '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.rc2 | lib/spout/version.rb |