Sha256: 66fba934ac4bb64d39f05c08c0b7ba83e3d008747346bb812fc6909dfb04c51f
Contents?: true
Size: 205 Bytes
Versions: 1
Compression:
Stored size: 205 Bytes
Contents
# This module holds versioning information for the gem. module Sumo MAJOR = 2 MINOR = 0 PATCH = 0 RELEASE = nil VERSION = [MAJOR, MINOR, PATCH, RELEASE].compact.join('.') API_VERSION = 1 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sumo-search-2.0.0 | lib/sumo/version.rb |