module ActiveSupport module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 22 PRE = "3" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end