module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 0 TINY = 14 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end