Sha256: c30f9d442182e9563000be920d9cd7056d88b69ef21572641c18d6f4687b863d
Contents?: true
Size: 197 Bytes
Versions: 3
Compression:
Stored size: 197 Bytes
Contents
module Acfs module VERSION MAJOR = 0 MINOR = 29 PATCH = 1 STAGE = nil STRING = [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join('.') def self.to_s; STRING end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
acfs-0.29.1.1.b259 | lib/acfs/version.rb |
acfs-0.29.1.1.b257 | lib/acfs/version.rb |
acfs-0.29.1 | lib/acfs/version.rb |