Sha256: d16ed69dfc4351c32af9b43bc63fc0995e179dddff3f265820614577bbe59fee
Contents?: true
Size: 234 Bytes
Versions: 1
Compression:
Stored size: 234 Bytes
Contents
# frozen_string_literal: true module Spout module VERSION #:nodoc: MAJOR = 1 MINOR = 0 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-1.0.0.beta2 | lib/spout/version.rb |