Sha256: a3e544d9f9a6698feceab659b16a7a6994dc12ca76e8b0780e14063186cec600
Contents?: true
Size: 461 Bytes
Versions: 2
Compression:
Stored size: 461 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ module FatFreeCRM module VERSION #:nodoc: MAJOR = 0 MINOR = 14 TINY = 0 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
fat_free_crm-0.14.0 | lib/fat_free_crm/version.rb |
reduced_fat_crm-0.14.0 | lib/fat_free_crm/version.rb |