Sha256: 2720feafff5a1c897a564468e06e74ec19c7054fb0548d1f6bf93bd6a138d1ec

Contents?: true

Size: 174 Bytes

Versions: 1

Compression:

Stored size: 174 Bytes

Contents

module ActiveSupport
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 2
    TINY  = 22
    PRE   = nil

    STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activesupport-3.2.22 lib/active_support/version.rb